Member since
12-19-2016
149
Posts
15
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3908 | 04-04-2017 03:01 PM | |
1696 | 01-17-2017 10:44 AM |
01-31-2017
01:16 PM
Thank you Sir, much appreciated 🙂
... View more
01-24-2017
02:29 PM
@Terry Stebbens Thanksa lot again for all ur help . In HDP sandbox 2.5 , while testing ranger functionalities, I got I need hive user access.but am not sure what is default hive user credentials. Can yo help me in this please. I am trying to achieve BEST PRACTICES FOR HDFS AUTHORIZATION Having a federated authorization model may create a challenge for security administrators looking to plan a security model for HDFS. After Apache Ranger and Hadoop have been installed, we recommend administrators to implement the following steps:
Change HDFS umask to 077 Identify directory which can be managed by Ranger policies Identify the directories that can be managed by Ranger policies We recommend that permission for application data folders (/apps/hive, /apps/Hbase) as well as any custom data folders be managed through Apache Ranger. The HDFS native permissions for these directories need to be restrictive. This can be done through changing permissions in HDFS using chmod. Example: $ hdfs dfs -chmod -R 000 /apps/hive $ hdfs dfs -chown -R hdfs:hdfs /apps/hive $ hdfs dfs -ls /apps/hive Found 1 items d——— – hdfs hdfs 0 2015-11-30 08:01 /apps/hive/warehouse After changing umask value 077. Its not allow me to do any operation as root user. its looking for hive user. can u guide me please Error: at org.apache.hadoop.fs.shell.Command.run(Command.java:165)
at org.apache.hadoop.fs.FsShell.run(FsShell.java:297)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:90)
at org.apache.hadoop.fs.FsShell.main(FsShell.java:350)
chmod: changing permissions of '/apps/hive': Permission denied. user=root is not the owner of inode=hive
http://hortonworks.com/blog/best-practices-in-hdfs-authorization-with-apache-ranger/
... View more
01-24-2017
02:54 PM
@Sagar Shimpi while following Best practices in hdfs authorization, am getting root is not the owner for hive inode. can you please help me after changing the uamsk value, what will be my next step in HDP 2.5.
... View more
01-17-2017
10:44 AM
@melek Thank you , I got the solutions from the learning ropes of Horton works.
... View more
01-12-2017
01:50 PM
1 Kudo
Try to increase your memory. Edit: export HADOOP_OPTS="-XX:NewRatio=12 -Xmx4096m -XX:MaxHeapFreeRatio=40 -XX:MinHeapFreeRatio=15 -XX:+UseGCOverheadLimit -XX:+UseConcMarkSweepGC" hive-env template in Advanced hive-env tab. The -Xmx****m parameter represents the amount of memory in MB.
... View more
02-02-2017
11:20 PM
@Dinesh Das: Can you pls put screenshots of the policy(s) you are creating for the same. You will need an access level policy which will grant access to your user on the Hive resources and then a Row level filter policy if you want to filter out certain rows. Also what is the select statement you are using in beeline cli?
... View more
12-23-2016
06:34 AM
I have logged in as admin. after creating a new user, am unable to grant cluster permission. After clicking Roles from the left side I don't see any option to define permission to the new user. as per ur image I can see that option while clicking on each in the Views but after enabling the check box there is no save option and also its not taking on its own.
... View more
12-22-2016
02:24 PM
You can log into Ambari using "raj_ops" as the username and password. You can also use "maria_dev" as a username and password.
... View more
12-22-2016
08:51 AM
@Rajkumar Singh admin/admin not working
... View more
05-16-2017
09:08 AM
@subash sharma Can you explain it a brief with command how you import hive metadata in atlas. Looking for a learning lesson here
... View more
- « Previous
- Next »