| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
246 (0.304s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Pig default properties/configuration - Pig - [mail # user]
|
|
...Hi Jeff, That's a side effect of that Pig has to support both Hadoop1.x and Hadoop2.x, and Hadoop2.x depreciates a lot of old properties. One workaround is upping the logging level of ...
|
|
|
Author: Cheolsoo Park,
2013-03-04, 17:13
|
|
|
Re: Review Request: PIG-3215 [piggybank] Add LTSVLoader to load LTSV files - Pig - [mail # dev]
|
|
... You don't need access to the schema given by the AS clause inside LoadFunc. You can just make LoadMetaData.getSchema() return null and load every field as bytearray in LoadFunc....
|
|
|
Author: Cheolsoo Park,
2013-03-04, 01:46
|
|
|
Re: Review Request: Introduce a syntax making declared aliases optional - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9496/#review17244 Hi Jonathan, Overall looks good. My only concern is lack of unit test...
|
|
|
Author: Cheolsoo Park,
2013-03-01, 23:13
|
|
|
[PIG-3162] PigTest.assertOutput doesn't allow non-default delimiter - Pig - [issue]
|
|
...PigTest.assertInput(String aliasInput, String[] input, String alias, String[] expected) assumes that the default delimiter is used (i.e. tab char) in input data.TestPig.javaoverride(aliasInp...
|
|
|
http://issues.apache.org/jira/browse/PIG-3162
Author: Cheolsoo Park,
2013-03-01, 18:46
|
|
|
Re: Multiple CurrentTime calls return the same timestamp - Pig - [mail # user]
|
|
...Hi Dan, Are you using 0.11 or trunk? If you're using trunk, please take a look at PIG-3014. https://issues.apache.org/jira/browse/PIG-3014 Thanks, Cheolsoo On ...
|
|
|
Author: Cheolsoo Park,
2013-02-27, 00:51
|
|
|
[PIG-3150] e2e Scripting_5 fails in trunk - Pig - [issue]
|
|
...To reproduce the error, please do:ant -Dhadoopversion=20 -Dharness.old.pig=`pwd` -Dharness.cluster.conf=/etc/hadoop/conf/ -Dharness.cluster.bin=/usr/lib/hadoop/bin/hadoop test-e2e -Dtests.to...
|
|
|
http://issues.apache.org/jira/browse/PIG-3150
Author: Cheolsoo Park,
2013-02-26, 07:04
|
|
|
[PIG-3153] TestScriptUDF.testJavascriptExampleScript fails in trunk - Pig - [issue]
|
|
...To reproduce the failure, do:ant clean test -Dtestcase=TestScriptUDFThe test fails with the following error:Caused by: org.apache.pig.impl.logicalLayer.FrontendException: ERROR 0: Given UDF ...
|
|
|
http://issues.apache.org/jira/browse/PIG-3153
Author: Cheolsoo Park,
2013-02-26, 07:02
|
|
|
[PIG-3145] Parameters in core-site.xml and mapred-site.xml are not correctly substituted - Pig - [issue]
|
|
...To reproduce the issue, please do the following: Parameterize the address of name node in core-site.xml. <property> <name>fs.default.name</name>...
|
|
|
http://issues.apache.org/jira/browse/PIG-3145
Author: Cheolsoo Park,
2013-02-26, 00:32
|
|
|
Re: TestEmptyInputDir failed with hadoop-1.1.1 - Pig - [mail # user]
|
|
...Hi Fangfang, This is fixed by PIG-3099: https://issues.apache.org/jira/browse/PIG-3099 Please try Pig-0.10.1 or Pig-0.11. Thanks, Cheolsoo On Mon, Feb 25, 2013 at 3:...
|
|
|
Author: Cheolsoo Park,
2013-02-25, 18:21
|
|
|
[PIG-2875] Add recursive record support to AvroStorage - Pig - [issue]
|
|
...Currently, AvroStorage does not allow recursive records in Avro schema because it is not possible to define Pig schema for recursive records. (i.e. records that have self-referencing fields ...
|
|
|
http://issues.apache.org/jira/browse/PIG-2875
Author: Cheolsoo Park,
2013-02-22, 04:54
|
|
|
|