Member since
04-12-2019
105
Posts
3
Kudos Received
7
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3479 | 05-28-2019 07:41 AM | |
2054 | 05-28-2019 06:49 AM | |
1672 | 12-20-2018 10:54 AM | |
1209 | 06-27-2018 09:05 AM | |
6631 | 06-27-2018 09:02 AM |
10-06-2019
06:56 AM
Hi, I'm facing same issue. Have there any luck?
... View more
08-08-2019
03:36 PM
Hey Harsh Thanks for responding. As multiple client are requesting data to hbase, at some point, sometimes user don’t get data, EOF exception or connection interruptions occur. We are not able to track the record of requested data and size of input and output data sending to end user. Regards Vinay K
... View more
05-28-2019
10:24 AM
@PJ you can use * in database column while define policy in ranger's hive plugin. * will apply restriction policy for all hive DB.
... View more
05-28-2019
07:41 AM
1 Kudo
Hi @Haijin Li The input file you are using is incorrect stock2.json {"myid":"0001","mytype":"donut"} command is correct CREATE EXTERNAL TABLE stock4_json (myjson struct<myid:string, mytype:string>)ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe' LOCATION '/warehouse/tablespace/external/hive/haijintest.db/stock2'; myjson struct define it is having further list and map. You have to place correct input file stock3.json {"myjson":{"myid":"0001","mytype":"donut"}} and create table with same command and check. Let me know if still you are facing issue. Regards, Vinay K
... View more
05-28-2019
06:49 AM
Hi @PJ It depends on you, how you define policies for hive DB. You may restrict by multiple ranger policies. What is your exactly question can you explain it?
... View more
04-12-2019
05:34 AM
Hi I'm planning to use hbase, where i've written code in hbase java api and running query. Have there any way to check the executed query in logs as well the response from query in logs?
... View more
Labels:
- Labels:
-
Apache HBase
-
Cloudera Search
01-10-2019
08:47 AM
Almost, we had done. Thanks again @Geoffrey Shelton Okot
... View more
01-07-2019
07:31 AM
Thanks @Geoffrey Shelton Okot
... View more
01-07-2019
07:31 AM
Thanks @subhash parise
... View more
01-04-2019
07:42 AM
@Geoffrey Shelton Okot Yes interactive query is running fine. i have edited below properties in custom spark2-default configuration: spark.sql.hive.hiveserver2.jdbc.url.principal spark.hadoop.hive.zookeeper.quorum spark.hadoop.hive.llap.daemon.service.hosts spark.datasource.hive.warehouse.load.staging.dir spark.datasource.hive.warehouse.metastoreUri spark.sql.hive.hiveserver2.jdbc.url After taken restart. run the spark-shell sql("show databases").show() still only DEFAULT database is visible.
... View more