Member since
09-15-2015
294
Posts
764
Kudos Received
81
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1577 | 07-27-2017 04:12 PM | |
4258 | 06-29-2017 10:50 PM | |
2001 | 06-21-2017 06:29 PM | |
2256 | 06-20-2017 06:22 PM | |
2036 | 06-16-2017 06:46 PM |
04-05-2017
11:08 PM
1 Kudo
To configure JDBC Clients for Kerberos Authentication with HiveServer2, they must include the principal of HiveServer2. Please see: https://www.ibm.com/support/knowledgecenter/en/SSPT3X_3.0.0/com.ibm.swg.im.infosphere.biginsights.admin.doc/doc/kerberos_hive.html
... View more
04-05-2017
09:02 PM
1 Kudo
@SBandaru - Is your issue resolved. Or you need any further help here.
... View more
04-05-2017
03:52 AM
Ping @Arpit Agarwal
... View more
04-05-2017
03:46 AM
1 Kudo
Below stackoverflow post talks about similar issue: http://stackoverflow.com/questions/25770698/sqoop-free-form-query-causing-unrecognized-arguments-in-hue-oozie
... View more
04-05-2017
03:40 AM
@Gobi Subramani - How are you creating the partitions? Is there a particular pattern, you will be following. If yes, you can write a small shell / python script which can call the above command to check if the partition exists. And then you can probably add that to the cron job.
... View more
04-05-2017
03:19 AM
1 Kudo
Refer below: http://hadooptutorial.info/partitioning-in-hive/#Show_Partitions For ex: hive> SHOW PARTITIONS partitioned_user;
OK
country=AU/state=AC
country=AU/state=NS
country=AU/state=NT
country=AU/state=QL
country=AU/state=SA
... View more
04-04-2017
09:34 PM
2 Kudos
Looks like this is failing while running the hdp-select script. Below post also talks about similar issue: https://community.hortonworks.com/questions/71864/error-while-adding-service.html Do an ls -l /usr/hdp/current and see if there are some unwanted (extra directories) present inside that.
... View more
04-04-2017
09:14 PM
1 Kudo
Updated the link. It was not picking up the - at the end.
... View more
04-03-2017
11:48 PM
Can you try restarting the Namenode and Zkfc from command line: su -l hdfs -c "/usr/hdp/current/hadoop-hdfs-namenode/../hadoop/sbin/hadoop-daemon.sh stop namenode"
su -l hdfs -c "/usr/hdp/current/hadoop-hdfs-namenode/../hadoop/sbin/hadoop-daemon.sh stop zkfc"
su -l hdfs -c "/usr/hdp/current/hadoop-hdfs-namenode/../hadoop/sbin/hadoop-daemon.sh start zkfc"
su -l hdfs -c "/usr/hdp/current/hadoop-hdfs-namenode/../hadoop/sbin/hadoop-daemon.sh start namenode"
And then paste the error
... View more