when I try to open a file with nano or vi in ubuntu ,they show me nothing but the file exist in the path.
nano conf/hadoop-env.sh
Why ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you sure you’re in the right directory?
Run
ls. If it shows you aconffolder, runls conf. While there may be aconf/hadoop-env.shsomewhere, it’s not in the current directoryYou should find it at
<hadoop installation directory>/hadoop/conf/hadoop-env.sh, but I don’t know where you installed hadoop.