When this property is commented back out everything starts up fine and it starts working through the entire JobHistory (9600 or so queue taking forever, it is my understanding that this parameter is supposed to prompt Dr Elephant to only look at the last hour).
I traced the code down to the highlighted operation below. This operation is triggering a NullPointerException for some unknown reason to me.
08-09-2017 12:31:47 ERROR [Thread-6] com.linkedin.drelephant.ElephantRunner : Error occurred when configuring the analysis provider.
java.lang.NullPointerException
at com.linkedin.drelephant.analysis.AnalyticJobGeneratorHadoop2.configure(AnalyticJobGeneratorHadoop2.java:117)
at com.linkedin.drelephant.ElephantRunner.loadAnalyticJobGenerator(ElephantRunner.java:86)
at com.linkedin.drelephant.ElephantRunner.access$100(ElephantRunner.java:50)
at com.linkedin.drelephant.ElephantRunner$1.run(ElephantRunner.java:103)
at com.linkedin.drelephant.ElephantRunner$1.run(ElephantRunner.java:98)
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:1900)
at com.linkedin.drelephant.security.HadoopSecurity.doAs(HadoopSecurity.java:108)
at com.linkedin.drelephant.ElephantRunner.run(ElephantRunner.java:98)
at com.linkedin.drelephant.DrElephant.run(DrElephant.java:34)
08-09-2017 12:31:47 ERROR [Thread-6] com.linkedin.drelephant.ElephantRunner : java.lang.NullPointerException
08-09-2017 12:31:47 ERROR [Thread-6] com.linkedin.drelephant.ElephantRunner : java.lang.RuntimeException: java.lang.NullPointerException
at com.linkedin.drelephant.ElephantRunner.loadAnalyticJobGenerator(ElephantRunner.java:89)
at com.linkedin.drelephant.ElephantRunner.access$100(ElephantRunner.java:50)
at com.linkedin.drelephant.ElephantRunner$1.run(ElephantRunner.java:103)
at com.linkedin.drelephant.ElephantRunner$1.run(ElephantRunner.java:98)
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:1900)
at com.linkedin.drelephant.security.HadoopSecurity.doAs(HadoopSecurity.java:108)
at com.linkedin.drelephant.ElephantRunner.run(ElephantRunner.java:98)
at com.linkedin.drelephant.DrElephant.run(DrElephant.java:34)
Caused by: java.lang.NullPointerException
at com.linkedin.drelephant.analysis.AnalyticJobGeneratorHadoop2.configure(AnalyticJobGeneratorHadoop2.java:117)
at com.linkedin.drelephant.ElephantRunner.loadAnalyticJobGenerator(ElephantRunner.java:86)
... 9 more
08-09-2017 12:32:26 INFO [Thread-6] com.linkedin.drelephant.ElephantRunner : Dr.elephant has started