Member since
01-04-2016
409
Posts
313
Kudos Received
35
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 6992 | 01-16-2018 07:00 AM | |
| 2615 | 09-13-2017 06:17 PM | |
| 4966 | 09-13-2017 05:58 AM | |
| 3171 | 08-28-2017 07:16 AM | |
| 4737 | 05-11-2017 11:30 AM |
10-03-2016
10:34 AM
1 Kudo
I have one query. When we run any any mapreduce job that time it will create the job logs in /tmp on client only or it will create the logs on datanode also at /tmp location? And also same query for the yarn?
... View more
Labels:
- Labels:
-
Apache Hadoop
10-01-2016
12:18 PM
If this is the solution of you question. Please accept the answer.
... View more
10-01-2016
11:27 AM
4 Kudos
To De register version click on HDP-25.0.0 and then you will find the oprtion at top:- PFA, it will help you :- In my scree I clicked on HDP-2.4.0.0. screen-shot-2016-10-01-at-45305-pm.png screen-shot-2016-10-01-at-45039-pm.png
... View more
10-01-2016
10:42 AM
1 Kudo
@Gobi Subramani Please read the link so you can understand easily:- https://hadoop.apache.org/docs/r2.7.2/hadoop-yarn/hadoop-yarn-site/YARN.html https://hadoop.apache.org/docs/r2.7.2/hadoop-yarn/hadoop-yarn-site/ResourceManagerHA.html Every hadoop command internally calls a java utility for the further operations. org.apache.hadoop.fs.FsShell provide command line access to a FileSystem. hadoop fs -put internally calls the corresponding method from the above package. to undersatnd the fsshell code please go thorugh the link:- http://grepcode.com/file/repo1.maven.org/maven2/com.ning/metrics.collector/1.1.0/org/apache/hadoop/fs/FsShell.java
... View more
09-28-2016
04:14 PM
@li michael Are you have internet on your machine, then only need to execute the command yum update python* If you dont have then you need to configure local cent os repo.
... View more
09-28-2016
11:39 AM
The logs about the jobs temporary file which is created while job is running.
... View more
09-28-2016
11:38 AM
1 Kudo
Issue is resolved issue was with dir permission. I given 777 permission and then I tried issue is resolved. Thanks for the reply.
... View more
09-28-2016
11:04 AM
No added the property through ambari and I restarted the service from there only.
... View more
09-28-2016
10:55 AM
1 Kudo
HI I am using HDP 2.1 and Ambari 1.7. I have added the property to core-site.xml. But property is not working properly. Nedded urgent help Thanks in advance.
... View more
Labels:
- Labels:
-
Apache Ambari
09-28-2016
07:37 AM
2 Kudos
@ymoiseev I faced the same issue and the issue was in my problem is with export the /etc/amba-server/conf of ambari and restart the postgres.
... View more