linkedin / linkedin/dr-elephant
dr.elephant not able to get details
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 839
- PR merge metrics
- No merged PRs in 30d
Description
hi,
i have installed Dr.elephant it starte succefully and i can see webui but in dr_elephant.log i am getting below error,ours is securied cluster but it not showing asLogged in with user ddrelephant (auth:SIMPLE) please any one suggest.
ing JobTypes [Pig, Hive, OozieLauncher, Cascading, Voldemort, Kafka, HadoopJava].
07-11-2018 10:35:42 INFO [Thread-6] com.linkedin.drelephant.ElephantRunner : Dr.elephant has started
07-11-2018 10:35:42 INFO [Thread-6] com.linkedin.drelephant.security.HadoopSecurity : No login user. Creating login user
07-11-2018 10:35:42 INFO [Thread-6] com.linkedin.drelephant.security.HadoopSecurity : Logging with null and null
07-11-2018 10:35:42 INFO [Thread-6] com.linkedin.drelephant.security.HadoopSecurity : Logged in with user ddrelephant (auth:SIMPLE)
07-11-2018 10:35:42 INFO [Thread-6] com.linkedin.drelephant.security.HadoopSecurity : Login is not keytab based
07-11-2018 10:35:42 INFO [Thread-6] com.linkedin.drelephant.analysis.HDFSContext : HDFS BLock size: 33554432
07-11-2018 10:35:42 ERROR [Thread-6] com.linkedin.drelephant.ElephantRunner : Unsupported Hadoop major version detected. It is not 2.x.
07-11-2018 10:35:42 ERROR [Thread-6] com.linkedin.drelephant.ElephantRunner : java.lang.RuntimeException: Unsupported Hadoop major version detected. It is not 2.x.
at com.linkedin.drelephant.ElephantRunner.loadAnalyticJobGenerator(ElephantRunner.java:80)
at com.linkedin.drelephant.ElephantRunner.access$100(ElephantRunner.java:48)
at com.linkedin.drelephant.ElephantRunner$1.run(ElephantRunner.java:101)
at com.linkedin.drelephant.ElephantRunner$1.run(ElephantRunner.java:96)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1897)
at com.linkedin.drelephant.security.HadoopSecurity.doAs(HadoopSecurity.java:109)
at com.linkedin.drelephant.ElephantRunner.run(ElephantRunner.java:96)
at com.linkedin.drelephant.DrElephant.run(DrElephant.java:58)
07-11-2018 10:37:21 INFO [play-akka.actor.default-dispatcher-5] org.hibernate.validator.internal.util.Version : HV000001: Hibernate Validator 5.0.1.Final
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at ElephantRunner.java:80, where loadAnalyticJobGenerator reports that the Hadoop major version is unsupported, and review the preceding HadoopSecurity login messages. Reproduce the startup on the reported secured cluster and trace Hadoop version detection through the Dr. Elephant log. Done means startup proceeds past this error and job details become available in the web UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- hadoop, java
- Domain
- data-engineering
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100