I’m attempting to get an application with a bundled Apache Hadoop 1.2.1 client to work with a HDP 1.3.10 cluster. The same application works fine with earlier versions of Hortonworks.
When I try to use my application, i get an error like “java.lang.IllegalAgrumentException: No enum const class org.apache.hadoop.hdfs.protocol.DatanodeInfo$AdminStates”
Is it possible that the bug fix listed below on the 1.3.10 patch list has broken compatibility with the vanilla Hadoop 1.2 client?
HDFS HADOOP-10627 BUG-14148 DataNode must support HTTPS on HDP 1.3.x
Thank you,
Ben