|
|
-
RE: [VOTE] Release Pig 0.2.0 (candidate 2)Santhosh Srinivasan 2009-03-31, 17:50
+1
Santhosh -----Original Message----- From: Alan Gates [mailto:[EMAIL PROTECTED]] Sent: Friday, March 27, 2009 6:08 PM To: [EMAIL PROTECTED] Subject: [VOTE] Release Pig 0.2.0 (candidate 2) Pig Committers, I have created a candidate build for Pig 0.2.0. This is the same release as proposed by Olga last week, with the agreed upon change in the release number from 1.0 to 0.2. This release represents a major rewrite of Pig from the parser down. It also introduced a type system into Pig and greatly improves system performance. The rat report is attached inline. Note that there are many java files listed as being without a license header. All these files are generated by javacc. Keys used to sign the release are available at http://svn.apache.org/viewvc/hadoop/pig/trunk/KEYS?view=markup Please download, test, and try it out: http://people.apache.org/~gates/pig-0.2.0-candidate-2 Should we release this? Vote closes on Wednesday, April 1st. Alan. Rat report: Buildfile: build.xml get-rats: [get] Getting: http://arat.googlecode.com/files/rat-lib-all-0.5.1.jar [get] To: /home/gates/src/pig/branches/branch-0.2/lib/rats.jar java5.check: forrest.check: init: [mkdir] Created dir: /home/gates/src/pig/branches/branch-0.2/ build/pig-0.2.0-dev cc-compile: [javacc] Java Compiler Compiler Version 4.2 (Parser Generator) [javacc] (type "javacc" with no arguments for help) [javacc] Reading from file /home/gates/src/pig/branches/branch-0.2/ test/org/apache/pig/test/utils/dotGraph/parser/DOTParser.jj . . . [javacc] File "TokenMgrError.java" is being rebuilt. [javacc] File "ParseException.java" is being rebuilt. [javacc] File "Token.java" is being rebuilt. [javacc] File "SimpleCharStream.java" is being rebuilt. [javacc] Parser generated successfully. [javacc] Java Compiler Compiler Version 4.2 (Parser Generator) [javacc] (type "javacc" with no arguments for help) [javacc] Reading from file /home/gates/src/pig/branches/branch-0.2/ src-gen/org/apache/pig/data/parser/TextDataParser.jj . . . [javacc] File "TokenMgrError.java" is being rebuilt. [javacc] File "ParseException.java" is being rebuilt. [javacc] File "Token.java" is being rebuilt. [javacc] File "SimpleCharStream.java" is being rebuilt. [javacc] Parser generated with 0 errors and 1 warnings. compile: [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 7 source files to /home/gates/src/pig/branches/ branch-0.2/build/classes [javac] Note: /home/gates/src/pig/branches/branch-0.2/src-gen/org/ apache/pig/data/parser/TextDataParser.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. compile-sources-all-warnings: jar: jarWithSvn: buildJar: [echo] svnString 759226 [jar] Building jar: /home/gates/src/pig/branches/branch-0.2/ build/pig-0.2.0-dev-core.jar [jar] Building jar: /home/gates/src/pig/branches/branch-0.2/ build/pig-0.2.0-dev.jar [copy] Copying 1 file to /home/gates/src/pig/branches/branch-0.2 jarWithOutSvn: javadoc: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.apache.pig... [javadoc] Loading source files for package org.apache.pig.backend... [javadoc] Loading source files for package org.apache.pig.backend.datastorage... [javadoc] Loading source files for package org.apache.pig.backend.executionengine... [javadoc] Loading source files for package org.apache.pig.backend.executionengine.util... [javadoc] Loading source files for package org.apache.pig.backend.hadoop... [javadoc] Loading source files for package org.apache.pig.backend.hadoop.datastorage... [javadoc] Loading source files for package org.apache.pig.backend.hadoop.executionengine... [javadoc] Loading source files for package org.apache.pig.backend.hadoop.executionengine.mapReduceLayer... [javadoc] Loading source files for package org .apache .pig.backend.hadoop.executionengine.mapReduceLayer.partitioners... [javadoc] Loading source files for package org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans... [javadoc] Loading source files for package org.apache.pig.backend.hadoop.executionengine.physicalLayer... [javadoc] Loading source files for package org .apache .pig.backend.hadoop.executionengine.physicalLayer.expressionOperators... [javadoc] Loading source files for package org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans... [javadoc] Loading source files for package org .apache .pig.backend.hadoop.executionengine.physicalLayer.relationalOperators... [javadoc] Loading source files for package org.apache.pig.backend.hadoop.executionengine.physicalLayer.util... [javadoc] Loading source files for package org.apache.pig.backend.hadoop.hbase... [javadoc] Loading source files for package org.apache.pig.backend.hadoop.streaming... [javadoc] Loading source files for package org.apache.pig.backend.local.datastorage... [javadoc] Loading source files for package org.apache.pig.backend.local.executionengine... [javadoc] Loading source files for package org.apache.pig.backend.local.executionengine.physicalLayer... [javadoc] Loading source files for package org .apache .pig.backend.local.executionengine.physicalLayer.relationalOperators... [javadoc] Loading source files for package org.apache.pig.builtin... [javadoc] Loading source files for package org.apache.pig.data... [javadoc] Loading source files for package org.apache.pig.im |