druid/indexing-hadoop
Nishant Bangarwa a0c2ae7a38 Fix NullPointerException when in DeterminePartitionsJob for Hadoop 3.0 and later versions (#5724)
In DeterminePartitonsJob -
config.get("mapred.job.tracker").equals("local") throws NPE as the
property name is changed in hadoop 3.0 to mapreduce.jobtracker.address

This patch extracts the logic to fetch jobTrackerAddress in JobHelper
and reuses it when needed.
2018-04-30 20:41:58 -07:00
..
src Fix NullPointerException when in DeterminePartitionsJob for Hadoop 3.0 and later versions (#5724) 2018-04-30 20:41:58 -07:00
pom.xml Use the official aws-sdk instead of jet3t (#5382) 2018-03-21 15:36:54 -07:00