-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission issue in starting Hadoop. #4
Comments
Hi @Jeeva-Ganesan! It seems like the keys were not added properly, check "configure_hadoop" make target. You should be able to:
P.S. There is another hive setup in Docker, which I have created. You can find it here |
I have same problem! Step by Step
Install Java and set "JAVA_HOME"
then add profile and source! (Because "ssh-add" fail!) And then you change ssh key from "das" to "rsa"
.... Success!!! >0< Modify makefile
mkfile_path := download: download_hadoop download_spark download_hive download_hadoop: download_spark: download_hive: configure: configure_hadoop configure_spark configure_hadoop: start_hadoop: configure_spark: start_spark: configure_hive: start_hive: pyspark: activate: |
Hi, I tried to use this makefile, everything installed fine, even keys were added successfully, however when I tried to start Hadoop, I am getting this error.
Can you please assist with this?
Thanks.
The text was updated successfully, but these errors were encountered: