Member since
12-19-2016
32
Posts
1
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6891 | 01-24-2017 10:59 AM | |
3902 | 12-21-2016 11:28 AM |
01-24-2017
11:59 AM
@Phakin Cheangkrachange Glad to know that it worked! Kindly vote the answer since it helped you in resolving.
... View more
01-24-2017
10:59 AM
1 Kudo
@Phakin CheangkrachangeThe DistCp is a mapreduce job and the issue seems to be with the JVM created for the job. That is the "mapreduce.application.classpath" might not have picked this jar file before creating the JVM. Could you please add /var/lib/gcs-connector/gcs-connector-latest-hadoop2.jar at the end of mapreduce.application.classpath in the MapReduce2 service from Amabri and recycle the service so that the new JVM would pick this jar. Let me know if it helps.
... View more
01-09-2017
06:02 AM
@Sami Ahmad I believe that you are trying to debug yarn service components such as node manager, resource manager, if so you could find the logs inside /var/log/hadoop-yarn/$USER. For instance if your yarn process user account is yarn then the logs would be in /var/log/hadoop-yarn/yarn
... View more
12-22-2016
11:47 AM
@Ritesh jain Yes, the -chown would add the user ritjain to hdfs group. If the above suggestion helped you in resolving the issue, kindly vote the suggestion to close this loop.
... View more
12-22-2016
11:44 AM
@Ritesh jain Actually Geoffrey is requesting for the contents of your hosts file located in C:\Windows\System32\drivers\etc. If the IP where HDP is installed is 10.0.0.6 and its hostname is ritjainvmws2012 then please confirm if 10.0.0.6 is mapped to ritjainvmws2012 in the hosts file.
... View more
12-21-2016
11:28 AM
@Ritesh jain Try following the below steps for windows machine. If helped, please vote/accept answer 1. Switch to a command prompt as the hadoop user For example: >runas /user:hadoop cmd 2. Navigate to the the hadoop directory. For example: >cd C:\hdp\hadoop-2.7.1.2.3.4.0-3485\bin 3. From the hadoop directory, create a ritjain user. For example: >hadoop dfs -mkdir /user/ritjain 4. Change ownership to the ritjain user and add the user to hdfs group. >hadoop dfs chown -R ritjain:hdfs /user/ritjain
... View more