Member since
02-01-2019
650
Posts
143
Kudos Received
117
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3508 | 04-01-2019 09:53 AM | |
| 1818 | 04-01-2019 09:34 AM | |
| 8933 | 01-28-2019 03:50 PM | |
| 1974 | 11-08-2018 09:26 AM | |
| 4488 | 11-08-2018 08:55 AM |
02-06-2018
07:31 AM
@zkfs Anything before this line ? at org.apache.spark.repl.SparkILoop$$anonfun$org$apache$spark$repl$SparkILoop$$process$1$$anonfun$apply$mcZ$sp$5.apply$mcV$sp(SparkILoop.scala:974)
... View more
02-03-2018
01:20 AM
@Bhushan Kandalkar use below (which will not change the password while generating the keytab. kadmin.local -q "xst -norandkey -k testuser.keytab testuser"
... View more
02-02-2018
01:23 AM
1 Kudo
@Pee Tankulrat, As of now Spark will not honour hive acl's. One thing you can do is to add rules for the underlying HDFS directory of a hive db and precent users to access it.
... View more
02-02-2018
01:20 AM
1 Kudo
@kotesh banoth Looks like your client is using the standby namenode. Do use the active namenode or the nameservice instead.
... View more
02-01-2018
06:50 PM
1 Kudo
@Bhushan Kandalkar, Yes we can use both password and keytab for the same principal. You will have to regenerate the keytab if you change the password.
... View more
02-01-2018
06:42 PM
@heta desai Please refer Getting started in this document : https://docs.hortonworks.com/HDPDocuments/HDCloudAWS/HDCloudAWS-1.16.5/index.html
... View more
02-01-2018
06:35 PM
@Ivan Gomez This project should help you https://github.com/rmaruthiyodan/docker-hdp-lab
... View more
01-25-2018
09:55 PM
export KAFKA_CLIENT_KERBEROS_PARAMS="-Djava.security.auth.login.config=<path to jaas.conf>" Try exporting the env variable before running the mirror maker.
... View more
01-24-2018
10:32 PM
One NN should be active to run the bootstrap command. you need to bring the healthy NN up and running first.
... View more
01-19-2018
07:17 PM
@Michael Bronson: In Ambari GUI , Navigate to Admin --> Stack and Versions --> Versions --> Click the versions listed there. You should be able to see the repo urls. If you want to make any changes to repo you can change it there and ambari will take care of distributing it.
... View more