Never mind, I was caught in between checkins! On Mon, Apr 16, 2012 at 6:44 PM, Prashant Kommireddi <[email protected]>wrote:
> Seems like a few files are missing ? > > [echo] *** Building Main Sources *** > [echo] *** To compile with all warnings enabled, supply > -Dall.warnings=1 on command line *** > [echo] *** If all.warnings property is supplied, > compile-sources-all-warnings target will be executed *** > [echo] *** Else, compile-sources (which only warns about > deprecations) target will be executed *** > compile-sources: > [javac] Compiling 716 source files to > /home/pkommireddi/hadoop/workspace/pig-trunk/build/classes > [javac] > /home/pkommireddi/hadoop/workspace/pig-trunk/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/JobControlCompiler.java:755: > cannot find symbol > [javac] symbol : class PigReducerEstimator > [javac] location: class > org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler > [javac] PigReducerEstimator estimator = > conf.get(REDUCER_ESTIMATOR_KEY) == null ? > [javac] ^ > [javac] > /home/pkommireddi/hadoop/workspace/pig-trunk/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/JobControlCompiler.java:756: > cannot find symbol > [javac] symbol : class InputSizeReducerEstimator > [javac] location: class > org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler > [javac] new InputSizeReducerEstimator() : > [javac] ^ > [javac] > /home/pkommireddi/hadoop/workspace/pig-trunk/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/JobControlCompiler.java:758: > cannot find symbol > [javac] symbol : class PigReducerEstimator > [javac] location: class > org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler > [javac] REDUCER_ESTIMATOR_KEY, > REDUCER_ESTIMATOR_ARG_KEY, PigReducerEstimator.class); > > [javac] > ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 3 errors >
