| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
154 (0.144s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-2770] Allow easy inclusion of custom build targets - Pig - [issue]
|
|
...by adding a line in the build.xml we allow users to easily customize the build <import file="./build-site.xml" optional="true"/>...
|
|
|
http://issues.apache.org/jira/browse/PIG-2770
Author: Julien Le Dem,
2012-06-27, 00:03
|
|
|
Re: Job setup for a pig run takes ages - Pig - [mail # user]
|
|
...It is now in trunk (future 0.11) Julien On Jun 19, 2012, at 9:35 AM, Thejas Nair wrote: be fixed. udfcontext, including reducing the number of times load function gets inst...
|
|
|
Author: Julien Le Dem,
2012-06-20, 23:48
|
|
|
Re: Pig blog? - Pig - [mail # dev]
|
|
...I opened a request for a user: https://issues.apache.org/jira/browse/INFRA-4940 On Tue, Jun 19, 2012 at 4:13 PM, Julien Le Dem wrote: ...
|
|
|
Author: Julien Le Dem,
2012-06-19, 23:17
|
|
|
Re: Pig blog? - Pig - [mail # dev]
|
|
...Thanks for setting that up! Could you add me as admin? Thanks, Julien On Mon, Jun 18, 2012 at 10:32 AM, Alan Gates wrote: ...
|
|
|
Author: Julien Le Dem,
2012-06-19, 23:13
|
|
|
Re: Build failed in Jenkins: Pig-trunk #1263 - Pig - [mail # dev]
|
|
...53 sec13 >>> org.apache.pig.test.TestInputOutputFileValidator.testPigServerStore 58 sec13 >>> org.apache.pig.test.TestLoad.testLoadRemoteAbsScheme 50 sec13 >...
|
|
|
Author: Julien Le Dem,
2012-06-19, 21:03
|
|
|
Re: Review Request: Pig creates too many instances of Load and Store Funcs. It should be 1 in the front-end and 1 in the backend - Pig - [mail # dev]
|
|
...This is changing a little bit how the signature for Load and Store funcs get generated. This should not be a problem. I'm going to check it in soon. Julien On Jun 18, 2012, at 11...
|
|
|
Author: Julien Le Dem,
2012-06-19, 00:25
|
|
|
[PIG-2757] deb target in build.xml copies -withouthadoop.jar to -core.jar - Pig - [issue]
|
|
...<target name="deb" depends="package-release" description="Make deb package">...<copy file="${build.dir}/${final.name}-withouthadoop.jar" tofile="${rpm.dist.dir}/share/pig/${final.na...
|
|
|
http://issues.apache.org/jira/browse/PIG-2757
Author: Julien Le Dem,
2012-06-17, 20:02
|
|
|
[PIG-2735] Add a pig.version.suffix property in build.xml to easily override with a build number - Pig - [issue]
|
|
...This can be used as follows in Jenkins:ant -Dpig.version.suffix=+${BUILD_NUMBER} jar...
|
|
|
http://issues.apache.org/jira/browse/PIG-2735
Author: Julien Le Dem,
2012-06-05, 22:39
|
|
|
[PIG-2731] remove deprecated methods isNull() and setNull(boolean) from Tuple - Pig - [issue]
|
|
...These methods should be removed:org.apache.pig.data.Tuple/** * This is an unsupported method. * It never really worked. Don't use it! ...
|
|
|
http://issues.apache.org/jira/browse/PIG-2731
Author: Julien Le Dem,
2012-05-30, 23:58
|
|
|
[PIG-2654] LoadFunc and StoreFunc implementations should be instanciated only once in the FE and once in the BE per call in a given script - Pig - [issue]
|
|
...I'm running the following script:A = LOAD 'foo' USING Loader();STORE A INTO 'bar' USING Storer();Using instrumented Loader an Storer I get the following result: 7 instances of Loader 6 insta...
|
|
|
http://issues.apache.org/jira/browse/PIG-2654
Author: Julien Le Dem,
2012-05-18, 22:40
|
|
|
|