This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eyal@eyal-samsung:~/git/pig$ ant clean test-commit | |
Buildfile: /home/eyal/git/pig/build.xml | |
clean: | |
[delete] Deleting directory /home/eyal/git/pig/src-gen | |
[delete] Deleting directory /home/eyal/git/pig/build | |
[delete] Deleting directory /home/eyal/git/pig/test/org/apache/pig/test/utils/dotGraph/parser | |
clean: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Testsuite: org.apache.pig.test.TestCommit | |
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 31.061 sec | |
------------- Standard Output --------------- | |
2014-11-05 21:15:05,143 [main] INFO org.apache.pig.backend.hadoop.executionengine.HExecutionEngine - Connecting to hadoop file system at: file:/// | |
2014-11-05 21:15:05,854 [main] WARN org.apache.hadoop.util.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable | |
2014-11-05 21:15:05,902 [main] WARN org.apache.pig.newplan.BaseOperatorPlan - Encountered Warning IMPLICIT_CAST_TO_INT 2 time(s). | |
2014-11-05 21:15:05,920 [main] INFO org.apache.pig.tools.pigstats.ScriptState - Pig features used in the script: COGROUP,GROUP_BY,ORDER_BY,FILTER | |
2014-11-05 21:15:05,971 [main] INFO org.apache.pig.newplan.logical.optimizer.LogicalPlanOptimizer - {RULES_ENABLED=[AddForEach, ColumnMapKeyPrune, ConstantCalculator, GroupByConstParallelSetter, LimitOptimizer, LoadTypeCastInserter, MergeFilter, Me |