Member since
06-20-2016
251
Posts
196
Kudos Received
36
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
9446 | 11-08-2017 02:53 PM | |
1980 | 08-24-2017 03:09 PM | |
7617 | 05-11-2017 02:55 PM | |
6101 | 05-08-2017 04:16 PM | |
1864 | 04-27-2017 08:05 PM |
07-14-2016
09:40 PM
Thanks @deepak sharma, I will submit a Github issue as I believe this screenshot needs to be changed: https://raw.githubusercontent.com/hortonworks/tutorials/hdp/assets/securing-hdfs-hive-hbase-with-knox-ranger/hive-grant-revoke-1.png
... View more
07-14-2016
07:53 PM
Thanks Deepak. So the screenshot is incorrect and needs to be updated? https://raw.githubusercontent.com/hortonworks/tutorials/hdp/assets/securing-hdfs-hive-hbase-with-knox-ranger/hive-grant-revoke-1.png Also, why would I want to delegate admin rights to the network1 user? I think the idea is for it1 to be able to grant permissions to network1 (but not for network1 to be able to grant permissions to any one else).
... View more
07-14-2016
07:34 PM
1 Kudo
I am working through tutorial 410, and I'm running into an issue in the Hive Grant/Revoke Permission Scenarios section. After disabling the global access policies and invoking beeline as the it1 user, I can confirm the initial behavior of receiving an AccessControlException when attempting to run GRANT select, update on table xademo.customer_details to user network1; However, after implementing the new policy for the user it1, I am encountering the same exact behavior in beeline (AccessControlException). The configuration of the policy looks identical to the screenshot in the walkthrough. What am I missing and how can I troubleshoot further? One additional note (see second screenshot), I am seeing the below configuration warning in Hive (I'm unsure whether this is related).
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Ranger
07-14-2016
04:07 PM
1 Kudo
@Sunile Manjee can you use the SAP HANA JDBC connector with the ExecuteSql processor?
... View more
07-12-2016
01:08 PM
1 Kudo
@Ravikumar Kumashi glad it works, please accept/upvote helpful answers to guide others.
... View more
07-11-2016
03:55 PM
@Ravikumar Kumashi can you please confirm the WebHCat Server service is started? Log in to Ambari as the admin user, and navigate to Hosts using the top navigation bar, choose sandbox.hortonworks.com, and look for this service. If it's in a state of Stopped, please try starting (must be done as admin) and retesting the Pig View.
... View more
07-10-2016
10:02 PM
@Greg Polanchyck if you have an existing ORC table in the Hive metastore, and you want to load the whole table into a Spark DataFrame, you can use the sql method on the hiveContext to run: val test_enc_orc = hiveContext.sql("select * from test_enc_orc")
... View more
07-07-2016
07:32 PM
@Kuldeep Kulkarni it seems that HIVE-10511 is the long-term plan for this, also see this link.
... View more
07-07-2016
07:27 PM
@Timothy Spann do you see this issue with beeline as well?
... View more
07-07-2016
07:21 PM
@Sunile Manjee nice article. Minor edit: the first screenshot should show Settings circled not Start.
... View more