Member since
05-30-2018
1322
Posts
715
Kudos Received
148
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4025 | 08-20-2018 08:26 PM | |
| 1930 | 08-15-2018 01:59 PM | |
| 2360 | 08-13-2018 02:20 PM | |
| 4077 | 07-23-2018 04:37 PM | |
| 4993 | 07-19-2018 12:52 PM |
06-09-2016
03:16 AM
Per the JIRA from Jeff, looks like the feature did not work prior to Ambari 2.2+. The relevant doc section in Ambari 2.2.0.0 looks ok so I think we are good. Although it might be good to update older docs to explicitly call out the fact that running queries as logged in user won't work.
... View more
07-05-2018
12:01 AM
https://spark.apache.org/docs/latest/configuration.html#custom-hadoophive-configuration use spark config key as spark.hadoop.*
... View more
05-24-2016
02:37 AM
Note: hbase.hregion.percolumnfamilyflush.size.lower.bound is used in HDP 2.3 / 2.4 hbase.hregion.percolumnfamilyflush.size.lower.bound.min would be used in HDP 2.5
... View more
05-21-2016
10:34 AM
@Sunile Manjee You can put all the variable inside .hiverc file which will automatically call while running hive shell. And yes you have to replicate this file to all user home directory or in the directory from where they run hive shell. Moreover I don't think we can access the modified value of a variable from one hive shell session to another( I didn't tested).
... View more
05-24-2016
03:53 PM
@Constantin Stanca what do you mean by "Additionally, you need to start the JVM with something like this in order to be able to truly access the JVM remotely"? JVM start as they normally do to use this tool.
... View more
05-20-2016
09:03 PM
@Ted Yu My mind drew a black about defaults. HBase will use default value unless you specifcy in ambari custom hbase site. thanks
... View more
05-20-2016
07:21 AM
No Sunile, currently phoenix doesn't support creating custom coprocessors endpoints and calling them using a sql construct.
... View more
05-20-2016
06:47 AM
1 Kudo
We already have a similar idea logged : https://issues.apache.org/jira/browse/PHOENIX-932
But how to implement that it's still a question.
... View more
05-20-2016
03:20 PM
I will give this a try and I'll post the results. For Windows and DBVisualizer, there's an article with step by step details. DBVisualizer Windows For Tableau: http://kb.tableau.com/articles/knowledgebase/connecting-to-hive-server-2-in-secure-mode For Squirrel SQL: https://community.hortonworks.com/questions/17381/hive-with-dbvisualiser-or-squirrel-sql-client.html
... View more
10-23-2017
06:21 PM
Please take a look at: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_spark-component-guide/content/spark-on-hbase.html
... View more