Member since
11-12-2018
218
Posts
179
Kudos Received
35
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
342 | 08-08-2025 04:22 PM | |
417 | 07-11-2025 08:48 PM | |
631 | 07-09-2025 09:33 PM | |
1124 | 04-26-2024 02:20 AM | |
1486 | 04-18-2024 12:35 PM |
12-25-2018
07:41 AM
2 Kudos
Please can you attach full error logs to debug further, if issue persist..
... View more
12-25-2018
07:40 AM
3 Kudos
As mentioned in the article, did you modified KMS URL in Ambari and removed tailing "/' ? which resolved your issue or still facing same..?
... View more
12-24-2018
11:03 AM
3 Kudos
@Sundara Palanki Please can you check below article, seems you are facing similar issue. https://community.hortonworks.com/content/supportkb/150691/yarn-failed-to-renew-token-kind-timeline-delegatio.html
... View more
12-06-2018
06:03 AM
3 Kudos
@Junfeng Chen That's true, above property for local filesystem. For hdfs could you try to use Append instead of Overwrite ? But problem in this, we need to delete files manually from the temp directory.
... View more
12-06-2018
04:27 AM
3 Kudos
@Junfeng Chen You can change the path to the temp folder for each Spark application by spark.local.dir property like below SparkConf conf = new SparkConf().setMaster("local”).setAppName("test”).set("spark.local.dir", "/tmp/spark-temp"); Reference Please accept the answer you found most useful
... View more
12-04-2018
12:03 PM
3 Kudos
Please can you try to run below command, hdp-select sets a given version to be the current version, by creating appropriate symlinks to the folder with appropriate version number. hdp-select status | grep -i hdfs
... View more
12-04-2018
11:45 AM
2 Kudos
I can suggest, for 20 kafka machines you can go with 3 zookeeper servers
... View more
12-04-2018
09:24 AM
2 Kudos
@Michael Bronson Zookeeper servers are tolerates the servers down. But yes it's always recommendable if you are in the planning for scaling the cluster go with more resources and robust hardwares. It’s completely perfect to move the Zookeeper servers from VM machines to physical machines with more resources.
... View more
12-04-2018
08:57 AM
3 Kudos
@Michael Bronson In normal small deployment using 3 zookeeper servers is acceptable, but keep in mind that you will only be able to tolerate 1 server down in this case. If you have a ZooKeeper ensemble has 5 or 7 servers, which tolerates 2 and 3 servers down, respectively. I hope this answers your question. Reference: https://kafka.apache.org/documentation/#zk
... View more
12-04-2018
07:52 AM
4 Kudos
@Michael Bronson This is the harmless message you can ignore it. which will be addressed in 2.3.0 version of ambari. Please see:https://issues.apache.org/jira/browse/AMBARI-12420 The DataNode code has been changed in 2.3.0 Ambari so that it would stop logging the EOFException if a client connected to the data transfer port and immediately closed before sending any data. Link
... View more