Member since
01-04-2019
77
Posts
27
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3191 | 02-23-2018 04:32 AM | |
1041 | 02-23-2018 04:15 AM | |
980 | 01-20-2017 02:59 PM | |
1499 | 01-18-2017 05:01 PM | |
4494 | 06-01-2016 01:26 PM |
01-25-2017
06:48 PM
Is your cluster kerberized? Log says "Caused by: org.apache.hadoop.security.authentication.client.AuthenticationException: Authentication failed, status: 403, message: Forbidden" Can you check if you are running the job with user having valid kerberos ticket?
... View more
01-20-2017
06:30 PM
Are all queries failing via java api or just this one? Can you post complete error stack? I see hive "doHiveTableCreation" method, did table get created successfully?
... View more
01-20-2017
02:59 PM
1) Login to Ambari -> Hive -> Config. Check the mysql connection properties to determine which mysql server is currently configured to use. 2) Verify hive works and you are able to access metadata. 3) If you are able to access metadata, go to ambari -> hosts -> select host hosting 2nd instance of mysql. 4) the services is probably stopped or in installed failed state. click on actions and look for delete option.
... View more
01-18-2017
05:01 PM
If the server was erased an rebuilt with same IP and Hostname, you may have to do these steps - 1) Stop ambari agent form the rebuilt host. 2) Use Ambari rest API to delete each services that ambari thinks this host has/had 3) Delete the host from Ambari 4) Restart ambari server 5) Add as a new host. Regards Pranay Vyas
... View more
01-18-2017
04:47 PM
Looks like your job was submitted to Yarn. Can you log information from spark history UI or from Yarn Regards Pranay Vyas
... View more
12-12-2016
06:41 AM
2 Kudos
Please refer this - http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_ambari_views_guide/content/_setup_HDFS_proxy_user.html Regards Pranay Vyas
... View more
06-14-2016
03:18 PM
1 Kudo
Hi, How does Ambari create keytabs and principals when AD KDC is being used since kadmin command does not work? is it programatically or through a script similar to kerberos_setup.py in ambari resources directory?
... View more
Labels:
- Labels:
-
Apache Ambari
06-02-2016
08:03 PM
Do you see anything in log files of Hive/Tez? Go to Hive shell. Create test table and load some data to that table. See if Tez is invoked and query runs fine. post the hive log console and Hive log file errors if it fails.
... View more
06-02-2016
05:09 PM
1 Kudo
To troubleshoot 1) Kill all existing running/waiting applications. On terminal type "Yarn application -list". From the list, for each application id listed do "yarn application -kill <applicationid>". 2) Go to Ambari UI and select mapreduce. on top right, service-> run service check. Ambari will automatically run test mapreduce job. if that fails post the log here. 3) Do the same for Hive service and Yarn service one service check at a time.
... View more
06-01-2016
01:26 PM
2 Kudos
You will have to pass runtime parameters to Hive query. See this post. https://community.hortonworks.com/questions/905/how-are-number-of-mappers-determined-for-a-query-w.html
... View more