java - NoSuchFieldError - Is it possible to include both httpclient-4.3.3 jar and httpclient-4.2.5 jar in the same application -


my project brings in lot of inter-related dependencies. 1 of needs httpclient-4.3.3 , apache cassandra-all brings in libthrift 0.9.1 needs httpclient-4.2.5 version.

i'm trying run map reduce job , seeing fatal message in logs java.lang.nosuchfielderror: instance

any thoughts?

sorry i'm new-bie developing in hadoop/map-reduce/yarn environment. found issue. /hadoop/share/common/lib having httpclient-4.2.5 , httpcore-4.2.5 jars. replacing them 4.3.3 jars solved issue.


Popular posts from this blog