Member since
05-30-2018
1322
Posts
715
Kudos Received
148
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4021 | 08-20-2018 08:26 PM | |
| 1927 | 08-15-2018 01:59 PM | |
| 2357 | 08-13-2018 02:20 PM | |
| 4068 | 07-23-2018 04:37 PM | |
| 4984 | 07-19-2018 12:52 PM |
03-10-2016
11:09 PM
2 Kudos
@Sunile Manjee We ran into a similar issue with a customer. To clean up you need to do the followin Stop all services and run the cleanup script https://cwiki.apache.org/confluence/display/AMBARI/Host+Cleanup+for+Ambari+and+Stack python /usr/lib/python2. 6 /site-packages/ambari_agent/HostCleanup.py
You have elected to remove all users as well. If it is not intended then use option --skip "users" . Do you want to continue [y/n] (n) Run the above on each hosts. Next you would want to do a ambari reset and follow the steps that Scott mentioned.
... View more
09-23-2016
01:14 PM
2 Kudos
I feel that this wasn't answered clearly. I stumbled across this recently and tested with various configurations and full packet captures with tcpdump. There are 3 possibilities when hive.server2.thrift.sasl.qop is set to auth-conf: Client connects with ;saslQop=auth-conf - traffic is encrypted Client tries to connect with ;saslQop=auth - connection is refused with javax.security.sasl.SaslException: No common protection layer between client and server exception Client connects without any saslQop parameter set (this is especially the case with ODBC drivers and software such as Tableau where you cannot - easily - set the JDBC parameters) - traffic is still encrypted. I'm mentioning this as some documentation asks to explicitly set saslQop in the client, but this isn't required, unless you want to enforce this so it doesn't go over unencrypted connections if the server setting changes.
... View more
03-09-2016
02:37 PM
Hi @Sunile Manjee please ask the follow on as a separate question.
... View more
03-09-2016
12:40 AM
1 Kudo
No. For now, Voltage is supported as a KMS. The only other supported option is Ranger KMS.
... View more
03-09-2016
12:22 AM
No it can be the same metadata repository. You have two different MySQL instances for two different metadata repositories if you wish
... View more
02-26-2016
02:00 AM
1 Kudo
Additional resources https://cwiki.apache.org/confluence/display/AMBARI/Alerts https://cwiki.apache.org/confluence/display/AMBARI/Creating+a+Script+Alert
... View more
02-26-2016
01:42 AM
@Sunile Manjee You may want to fide the public IP in the screenshot
... View more
02-25-2016
05:21 PM
1 Kudo
@Sunile Manjee See this https://parquet.apache.org/downloads/ On internal note: Search in wiki and you will find lot of information on it.
... View more
02-25-2016
12:24 AM
1 Kudo
More information.. It may not be direct answer because your question is very broad. http://hortonworks.com/blog/announcing-apache-hive-1-2/ Performance and Optimizer Improvements
Grace hash join algorithm for Hive so that Map Joins use disk on overflow instead of failing (HIVE-9277) Predicate PushDown enhancements (HIVE-9069) Improvements in stats for better MapJoin selection, Reducer Parallelism (HIVE-9392, HIVE-10107) Count Distinct Performance Improvements (HIVE-10568) CBO – Better Windowing support (HIVE-10627, HIVE-10686) Changes to comply with SQL:2011 standard for reserved/non-reserved keywords (HIVE-6617) Caching of statistics in HiveServer2 (HIVE-10382) Improve performance of Vector Map Join by using more vectorization techniques (HIVE-9937, HIVE-9824) https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12329345&styleName=Text&projectId=12310843
... View more