Member since
11-07-2016
637
Posts
253
Kudos Received
144
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2721 | 12-06-2018 12:25 PM | |
| 2863 | 11-27-2018 06:00 PM | |
| 2194 | 11-22-2018 03:42 PM | |
| 3567 | 11-20-2018 02:00 PM | |
| 6276 | 11-19-2018 03:24 PM |
12-14-2017
10:51 AM
1 Kudo
@Marcel-Jan Krijgsman, I tried this and it returns only the queried table curl -X GET \
'http://sandbox.hortonworks.com:21000/api/atlas/v2/search/dsl?typeName=hive_table&query=where%20name%3D%22asteroids%22' \
-H 'authorization: Basic YWRtaW46YWRtaW4='
... View more
12-14-2017
10:22 AM
@Marcel-Jan Krijgsman, Glad that it worked. Can you please accept the answer. This will be really helpful for other community users for finding the answer quickly.
... View more
12-14-2017
09:40 AM
@Marcel-Jan Krijgsman, This should work curl -iv -u holger_gov:holger_gov -X GET http://sandbox.hortonworks.com:21000/api/atlas/v2/search/dsl?typeName=hive_table&query=where+name%3D%22asteroids%22 Thanks, Aditya
... View more
12-14-2017
09:24 AM
@Theyaa Matti, You can do it by adding 'hive.server2.thrift.bind.host' in hive-site.xml and set it to localhost/127.0.0.1. If you are using Ambari , go to Hive -> Configs -> Advanced -> Custom hive-site.xml . Please refer the screenshot below Thanks, Aditya
... View more
12-13-2017
04:42 PM
@Marcel-Jan Krijgsman Can you please try this once curl -iv -u holger_gov:holger_gov -X GET http://sandbox.hortonworks.com:21000/api/atlas/v2/search/dsl?query=where%20name%3D%asteroids%27&typeName=hive_table Thanks, Aditya
... View more
12-12-2017
12:49 PM
@Mudassar Hussain, This link gives usage for ACLs. Configuring ACLs is simple as I mentioned above. Just add that config and restart the services. To add the user you can run the command useradd {username} Use this link for more info Can you please Accept the original answer if this helps you. This will be really helpful for other community users. Thanks, Aditya
... View more
12-12-2017
12:33 PM
@Mudassar Hussain, Yes. You can add users on that machine. Make sure to add the user in all the nodes of the cluster.
... View more
12-07-2017
04:39 PM
@Gerald BIDAULT, As you are using CentOS 6, I suggest you to use python 2.6.*. (which is what is installed by default). It is not recommended to use python 2.7 on CentOS6. Python 2.6 is the mininum required version. You cant go below that Thanks, Aditya
... View more
12-07-2017
04:20 PM
Thanks a lot @Gerald BIDAULT 🙂
... View more
12-07-2017
02:47 PM
@Gerald BIDAULT, Can you please accept the answer if this helped. It will be really useful for other community users.
... View more