Member since
11-19-2015
158
Posts
25
Kudos Received
21
Solutions
09-19-2018
06:22 AM
Hi Joradn , sorry for the delayed response. You can create a ZK host configuration group and add 3 more servers to it , but in this case all the servers will be running in the single ensemble which is managed by Ambari and any point of time there will be only leader and rest of servers will be follower only. You can check this by running bellow command on all the ZK server host "echo stat | nc localhost 2181 | grep Mode" as the command." Cheers Sumit
... View more
02-21-2018
06:51 PM
It might be beneficial to stuff this in a Docker container and run
make prod tarball
Then, you can run the Docker container for the respective environment, and simply copy the tarball to external clusters.
... View more
01-27-2018
10:11 AM
A small correction. It's introduced in Ranger 0.7 and policies should look like this: //HDFS
resource: path=/home/{USER}
user: {USER}
//Hive
resource: database=db_{USER}; table=*; column=*
user: {USER} where {USER} would substitute the user id of the currently logged in user.
... View more