hadoop - "Permission denied" for almost everything after a successful ssh into gcloud instance that was created using bdutil -


just created instance , deployed cluster using bdutil. ssh works fine can ssh instance using ./bdutil shell.

when try access directories such hadoop, hdfs etc., throws error:

permission denied

the terminal appears username@hadoop-m $ know hadoop-m name of instance. username? says name don't know got or password is.

i using ubuntu ssh instance.

not hadoop expert, can answer bit generally. on gce when ssh in gcloud creates username google account name. hadoop directories such hadoop or hdfs owned different user. please try using sudo chmod make give username permissions read/write directories need.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -