Member since
04-03-2019
962
Posts
1743
Kudos Received
146
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
11369 | 03-08-2019 06:33 PM | |
4845 | 02-15-2019 08:47 PM | |
4146 | 09-26-2018 06:02 PM | |
10525 | 09-07-2018 10:33 PM | |
5580 | 04-25-2018 01:55 AM |
03-29-2016
03:14 AM
1 Kudo
@allen huang
you can add hive-site.xml location(hdfs) under <file> tag in your sqoop action. <strong><file>/tmp/hive-site.xml#hive-site.xml</file></strong>
... View more
03-23-2016
02:17 AM
1 Kudo
@Mahesh Deshmukh - https://hive.apache.org/javadocs/r0.10.0/api/org/apache/hadoop/hive/ql/ppd/PredicatePushDown.html
... View more
03-17-2016
02:26 AM
This is currently not supported by Ambari. Ambari 3.0 would have this feature..
... View more
03-16-2016
10:58 AM
7 Kudos
@Roberto Sancho - I think you can take backup of below directory and keep it in tar.gz etc. if you are using embedded oozie derby DB. /hadoop/oozie/data/oozie-db/ To connect to Derby shell: 1. Download derbytools-<version>.jar ( preferably 10.10.1.1) & put it at /usr/hdp/<version>/oozie/libtools/
2. Stop oozie service
3. cd /usr/hdp/<version>/oozie/libtools/
4. export CLASSPATH=derbytools-10.10.1.1.jar:derby-10.10.1.1.jar
5. java org.apache.derby.tools.ij
... View more
03-16-2016
06:40 AM
4 Kudos
Sagar Shimpi - I think this is working as expected because you have execute permission for other users on "/" directory on hdfs so they can see contents inside "/" e.g. [root@sandbox ~]# hadoop fs -ls -d /
drwxr-xr-x - hdfs hdfs 0 2015-10-27 13:12 /
[root@sandbox ~]#
... View more
03-16-2016
03:55 AM
1 Kudo
@Jitendra Yadav - I have tested and it's working! Thank you. https://community.hortonworks.com/questions/23151/how-to-specify-multiple-fencing-methods-in-dfshafe.html#answer-23221
... View more
03-16-2016
03:53 AM
1 Kudo
Thanks @Hajime - It was a real hint for solving this issue
... View more
03-16-2016
03:52 AM
5 Kudos
Nevermind! I have figured out the problem. Many Thanks to @Hajime and @Sagar Shimpi for helping me here. To add multiple fencing methods we need to run below command from Ambari Server /var/lib/ambari-server/resources/scripts/configs.sh -u admin -p admin set <ambari-host> <cluster-name> hdfs-site dfs.ha.fencing.methods "sshfence\\nshell(/bin/true)" I think this is a bug with Ambari, I will make sure to file a Ambari BUG for this today.
... View more
03-16-2016
02:45 AM
1 Kudo
@Neeraj Sabharwal - Thank you!
... View more