Member since
10-24-2015
171
Posts
379
Kudos Received
23
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2622 | 06-26-2018 11:35 PM | |
4333 | 06-12-2018 09:19 PM | |
2868 | 02-01-2018 08:55 PM | |
1432 | 01-02-2018 09:02 PM | |
6724 | 09-06-2017 06:29 PM |
04-27-2023
08:16 PM
Thank you so much, this work for me!
... View more
09-17-2022
12:02 PM
Hi, The solution to the problem is to set the following parameters in zeppelin-site.xml <property> <name>zeppelin.interpreter.lifecyclemanager.class</name> <value>org.apache.zeppelin.interpreter.lifecycle.TimeoutLifecycleManager</value> <description>LifecycleManager class for managing the lifecycle of interpreters, by default interpreter will be closed after timeout</description> </property> <property> <name>zeppelin.interpreter.lifecyclemanager.timeout.checkinterval</name> <value>360000</value> <description>milliseconds of the interval to checking whether interpreter is time out</description> </property> <property> <name>zeppelin.interpreter.lifecyclemanager.timeout.threshold</name> <value>3600000</value> <description>milliseconds of the interpreter timeout threshold, by default it is 1 hour</description> </property> Best Regards Dariusz Jezierski
... View more
04-18-2022
05:45 AM
Welcome to the community @ChinaRed-Liu . As this is an older post you would have a better chance of receiving a resolution by starting a new thread. This will also provide the opportunity to provide details specific to your environment that could aid others in providing a more accurate answer to your question.
... View more
09-03-2019
10:55 AM
Hi, could you please look into the spark History server logs and check for any errors? also grep for the application id in the Application History, that will show the status of the application whether it is inprogress or completed? Thanks AKR
... View more
07-20-2018
06:20 PM
In the windows 10 operating system you will see many changes here you will get the hard drive storage as This PC so here with the help of our tutorial you will get the process to access windows 10 file explorer in easiest way and access your file explorer in windows 10 easily.
... View more
06-26-2018
01:42 AM
This can happen if application was getting launched, and RM has created: /registry/users/[user]/services/yarn-service/[application]/components parent prefix. Components had not reach STABLE state, and RM was shutdown and restarted. The recovery of the components can only read partial records from ZooKeeper to report the current running state. Service AM log contains: 2018-06-19 00:27:03,186 [main] INFO service.ServiceScheduler - Could not read component paths: `/users/ambari-qa/services/yarn-service/mawo-try/components': No such file or directory: KeeperErrorCode = NoNode for /registry/users/ambari-qa/services/yarn-service/mawo-try/components The error message was reporting correctly because the application state is unknown or partially registered. One way to recover properly is to stop the application and restart the application. Most of the time, the partial running application may require system administrator or end user intervention to clean up properly. This is a NP-complete problem that requires human intervention to recover.
... View more
06-12-2018
09:19 PM
2 Kudos
Zookeeper.out file contains log for zookeeper server. you can refer to below thread to enable log rotating for zookeeper. This way you can avoid too big log files. https://community.hortonworks.com/questions/39282/zookeeper-log-file-not-rotated.html
... View more
12-20-2017
07:33 PM
1 Kudo
@Michael Bronson, HDFS in this cluster is in safemode. Thats why Timelineserver is failing to start. Kindly check HDFS log to see why is Namenode is in safemode. You can explicitly turn off safemode by running "hdfs dfsadmin -safemode leave".
... View more
09-26-2017
07:01 PM
1 Kudo
It worked. Thanks.
... View more
07-18-2017
10:01 AM
It works! Thank you 🙂
... View more