Member since
03-21-2016
233
Posts
62
Kudos Received
33
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
923 | 12-04-2020 07:46 AM | |
1198 | 11-01-2019 12:19 PM | |
1631 | 11-01-2019 09:07 AM | |
2552 | 10-30-2019 06:10 AM | |
1280 | 10-28-2019 10:03 AM |
01-03-2017
05:36 PM
@bob human Problem seems to be at postgres. Can you please try to connect to postgres and check if you can query any table. #df -h #psql -U ambari ambari ambari>select * from host;
... View more
01-03-2017
05:30 AM
Thank you .. Can you please accept the answer if the problem is fixed.
... View more
01-03-2017
05:13 AM
@Zhao Chaofeng Can you please show the /etc/ambari-server/conf/krb5JAASLogin.confconfig. You have executed setup-security to configure jass for ambari server? Please make sure that you have set complete keytab path while configuring. It should be something like below and verify the keytab and principal by doing kinit [root@hdp1 conf]# egrep "principal|keytab" /etc/ambari-server/conf/krb5JAASLogin.conf
keyTab="/etc/security/keytabs/ambari.server.keytab"
principal="ambari-server-hdp25@RAGHAV.COM"
#kinit -kt /etc/security/keytabs/ambari.server.keytab ambari-server-hdp25
... View more
01-03-2017
04:30 AM
And also please set livy.spark.master to yarn-cluster to launch spark job on yarn.
... View more
12-30-2016
04:06 AM
2 Kudos
@Qi Wang I see that you have Impersonate enabled. Can you try with that option unset in interpreter config. Setting Impersonate will need passwordless ssh to be set between zeppelin user and the user who logs into zeppelin UI on your zeppelin host. Please try with Impersonate option unset in Livy interpreter.
... View more
12-05-2016
11:18 AM
@subash sharma No we dont have such feature to set policies as per Hive views. Ranger plugins are for the HDP services and are not related to Ambari views. If you would like to set authorization for views, you can set it from Ambari itself.
... View more
10-20-2016
04:52 AM
3 Kudos
@prasad nuamatha Property tez.am.view-acls might be missing in tez-site.xml, please add "tez.am.view-acls" to custom tez-site and set the values to "*" (it can also be empty).
... View more
09-01-2016
10:09 AM
1 Kudo
@J. D. Bacolod Refer below thread https://community.hortonworks.com/questions/21955/create-new-hive-user.html
... View more
09-01-2016
07:36 AM
Connect to db and verify if it has updated the location in tables SDS. mysql> use hive; mysql> select LOCATION from SDS;
... View more
09-01-2016
07:28 AM
1 Kudo
@Ashnee Sharm
You dont need to specify 8020 port when updating with metatool for updating nameservice ID Try below command to set FS path #hive --service metatool -updateLocation hdfs://hdptest1 hdfs://hdptest1:8020
... View more