Member since
01-27-2017
6
Posts
0
Kudos Received
0
Solutions
04-04-2017
07:10 PM
when trying to distcp from insecure to secure hadoop cluster getting below error. ================= hdfs@master02:~> hadoop distcp -Dipc.client.fallback-to-simple-auth-allowed=true hdfs://HDP23:8020/test01.txt hdfs://HDP24:8020/
17/04/05 00:09:28 ERROR tools.DistCp: Invalid arguments:
org.apache.hadoop.security.AccessControlException: SIMPLE authentication is not enabled. Available:[TOKEN, KERBEROS] ================== Can anyone has any idea about this error, what changes needs to made in source or target cluster. Please suggest.
... View more
Labels:
- Labels:
-
Apache Hadoop
03-14-2017
07:02 PM
Can anyone confirm and provide more details on hive-impersonation in hadoop.For, hive-impersonation i believe below 'do.as' property needs to be set to true and does hive-impersonation works on non-secure cluster or it will work only on secure(kerberos) hadoop cluster.
hive.server2.enable.do=true
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive
03-09-2017
02:22 PM
How to create keystore file, In step 4 NOTE, specified to create keystore for each name node, can you kindly provide steps to create the keystore file. Note: create separate keystore file for each NAMENODE host with the file as as keystore.jks and have it under /tmp/
... View more
03-09-2017
02:19 PM
How to create keystore file, in the above procedure below NOTE has we been specified as to create seperate keystore file for each node, can you kindly provide the steps to create the keystore. Note: create separate keystore file for each NAMENODE host with the file as as keystore.jks and have it under /tmp/
... View more
02-01-2017
04:11 PM
Whats the difference between granting privileges on tables and granting privileges on a databases. Example: By granting below privileges on a table for a user, the user would be able to insert, update etc on a table. grant insert,update,delete,select on table test01 to user user1; Now, what would be the use of granting below insert, delete etc privileges on a database for a user ?. As in a database, we can only create and delete tables but we can't insert/update in databases. grant insert,update,delete,select on database db1 to user user1; And, does by granting insert, delete etc privileges on a database for a user, will the user be getting those privileges on all the objects in that database ?
... View more
Labels: