Member since
04-25-2016
579
Posts
609
Kudos Received
111
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2356 | 02-12-2020 03:17 PM | |
1635 | 08-10-2017 09:42 AM | |
11174 | 07-28-2017 03:57 AM | |
2667 | 07-19-2017 02:43 AM | |
1966 | 07-13-2017 11:42 AM |
07-10-2017
10:03 AM
@Tomomichi Hirano ya you can initially go with enabling ranger at hiveserver2 level for now,hiveserver2 will expect that you have read/write permission for hive user on file/folder on hdfs, Additionally, if you install ranger plugin for HDFS then it will be good for you so that you need not mess with hdfs acls and with ranger you can manage at a single place.
... View more
07-10-2017
05:39 AM
1 Kudo
@Triffids G if you have hive installed on the sandbox you can copy /usr/hdp/2.6.0.3-8/hive/lib/parquet-hadoop-bundle-1.8.1.jar and paste it to /usr/hdp/2.6.0.3-8/hadoop/lib and try running the job again and let me know how it goes.
... View more
07-10-2017
05:27 AM
@Tomomichi Hirano LLAP cache data for several queries running on it so doAs is not supported in LLAP, every query run on LLAP run as hive user instead of the user who submitted the query. to get a fine grain control over accessibility you can user Ranger security policies along with hive.server2.enable.doAs=false
... View more
07-10-2017
04:44 AM
weird, could you please post both the url?
... View more
05-02-2017
12:23 PM
@Jatin Kheradiya try this way /usr/hdp/current/zookeeper-server/bin/zkCli.sh -server localhost:2181 -c create "/hello 1" "hvalue"
/usr/hdp/current/zookeeper-server/bin/zkCli.sh -server localhost:2181 -c get "/hello 1"
... View more
04-20-2017
08:36 AM
no need to store the result in RDBMS, these libraries are javascript library, you can pull the result using java jdbc program https://github.com/rajkrrsingh/HiveServer2JDBCSample, set in some variable and plot using these libraries.
... View more
04-20-2017
07:14 AM
@heta desai you can pull the query result from hive using hive-jdbc and plot using d3js (https://d3js.org/) or c3js (http://c3js.org/examples.html)
... View more
01-24-2017
05:41 AM
@Hajime did you try setting debug args for executors spark.driver.extraJavaOptions?
... View more
12-27-2016
05:29 AM
@Ye Jun this is the hortonworks public repo for maven artifects http://nexus-private.hortonworks.com/nexus/content/groups/public/ add this to you pom.xml <repository>
<id>public</id>
<url>http://nexus-private.hortonworks.com/nexus/content/groups/public</url>
</repository> get your dependecy from the repo link and add in your maven dependencies.
... View more
12-26-2016
05:16 PM
@Maria Khan possibly you are hitting https://issues.apache.org/jira/browse/KAFKA-3042
... View more