Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2569 | 11-01-2016 05:43 PM | |
| 8507 | 11-01-2016 05:36 PM | |
| 4870 | 07-01-2016 03:20 PM | |
| 8186 | 05-25-2016 11:36 AM | |
| 4338 | 05-24-2016 05:27 PM |
02-02-2016
09:24 PM
@Ram D are you still having problems with this? Can you provide your own solution or accept best answer?
... View more
01-14-2016
05:57 PM
If you were logged in via kerberos when you submit work, they usually pick up your credentials, then request hadoop tokens off the various services. Try using "kdestroy" to remove your kerberos tickets and repeating your operations, to see what happens then
... View more
08-21-2017
02:00 AM
2 Kudos
I solved this problem after adding this property to core-site.xml. <configuration>
<property>
<name>hadoop.security.authentication</name>
<value>kerberos</value>
</property>
</configuration>
... View more
02-02-2016
04:28 PM
@Cary Walker has this been resolved? Can you accept best answer or provide your own solution?
... View more
01-25-2016
07:49 AM
@Paul Boali just want d3 for ad hoc data visualization
... View more
05-28-2018
02:44 PM
Hi Neeraj, We are trying to test GCS connector with HDP 2.6.5 ( https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_cloud-data-access/content/authentication-gcp.html
) by having GCS as my storage. When trying to create hive external table it’s failing with the
following error: Error: Error while
processing statement: FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.DDLTask.
MetaException(message:java.security.AccessControlException: Permission denied:
user=hdpuser1, path="gs://hive_metastore/":hive:hive:drwx------)
(state=08S01,code=1) Syntax: CREATE EXTERNAL TABLE test1256(name string,id
int) LOCATION 'gs://hive_metastore/' ;
... View more
01-29-2016
05:52 PM
@Ram D Something like this? https://community.hortonworks.com/content/kbentry/11434/yarn-node-labels-1.html
... View more
01-13-2016
06:18 AM
1 Kudo
Thanks all of you for your answers. Below are answers that i got from Apache atlas developer Apache atlas supports integration with hive. limited integration with storm, kafka, sqoop and falcon is available in 0.6
Atlas metadata is stored in titan graph Atlas doesn’t support metadata exchange with informatica currently. Its in the roadmap
... View more
02-05-2016
11:11 PM
@rich Thanks rich. your solution worked out. I accept this answer.
... View more
02-02-2016
08:50 PM
Thanks @sindhu seenivasan for the final followup
... View more