Member since
04-22-2016
931
Posts
46
Kudos Received
26
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1850 | 10-11-2018 01:38 AM | |
| 2215 | 09-26-2018 02:24 AM | |
| 2242 | 06-29-2018 02:35 PM | |
| 2911 | 06-29-2018 02:34 PM | |
| 6091 | 06-20-2018 04:30 PM |
07-12-2017
03:24 PM
@Sami Ahmad For changing the Ranger Admin password, we need to change the password in 3 different locations. 1. In Ambari you need to change the password at highlighted places: 2. Login to ranger using admin/admin, click on the profile at right-top, then click on change password. Below screenshot helps you to navigate Note: Password should be same across all the places and it should be minimum 8 characters. Hope this helps you.
... View more
07-11-2017
10:51 PM
this article fixed the issue. The key version number was mismatching between the keytab and the kdc . The keytab files must have been hanging around from previous installation . https://cwiki.apache.org/confluence/display/AMBARI/Automated+Kerberization+Troubleshooting
... View more
07-11-2017
05:39 PM
where is ranger running? If it is on 'hadoop1', then it is connecting to db from 'hadoop1'. You could also create 'root'@'%' user.
... View more
07-11-2017
03:26 PM
awesome .. that worked . thanks
... View more
07-07-2017
06:21 PM
ok I found this jar at the following location and errors are fixed http://repo.hortonworks.com/content/groups/public/org/apache/hive/hcatalog/hive-hcatalog-hbase-storage-handler/0.13.0.2.1.1.0-385/
... View more
07-06-2017
03:49 PM
1 Kudo
hi @Sami Ahmad The pig view isnt created by default, nor created with teh installation of the pig service. Using an admin account in Ambari, navigate to Manage Ambari -> Views -> Pig and click the Create Instance view and fill out the details. The view will then appear in the dropdown list.
... View more
07-10-2017
06:21 AM
@Sami Ahmad Please check the metastore and hiveserver2 logs (just to confirm if they started fine or noe). Also, check if the user which fires the connection command has proper permission for the '/user/hive' folder in the hdfs.
... View more
07-05-2017
07:07 PM
@Sami Ahmad
Your Compilation Issue is resolved. For which the thread was opened. Regarding Connection refused, the troubleshooting is completely different. Please open separate HCC thread. And in Parallel check if the 10000 port is opened by the hive process on the mentioned host "localhost" or not? Or check the hostname is pointing to correct hive instance? # netstat -tnlpa | grep 10000 . Also check if there is any firewall issue in accessing the hive 10000 port if hive is running on remote host? # telnet localhost 1000
# telnet $HIVE_HOSTNAME 10000
... View more
06-29-2017
08:21 PM
1 Kudo
Hi @Sami Ahmad Check out the parameters --target-dir and --warehouse-dir that can be used with the sqoop-import command. There are more details here: https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html#_controlling_the_import_process_2
... View more
07-05-2017
07:38 PM
Duplicate Thread Answered Here: https://community.hortonworks.com/questions/110307/please-help-compile.html#answer-110322
... View more