| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
41 (0.16s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-3079] AvroStorage fails on STORE if "doc" contains hash character - Pig - [issue]
|
|
...I have the following Avro schema:{ "name": "test_log", "namespace": "com.example.avro", "type": "record", "doc": "Some long comment containung # character.", "fields...
|
|
|
http://issues.apache.org/jira/browse/PIG-3079
Author: Johannes Schwenk,
2012-12-05, 11:33
|
|
|
[PIG-3042] Implement new SPLIT_DISTINCT relational operator - Pig - [issue]
|
|
...If DISTINCT would operate as a function we could do something like thisSPLIT data INTO new_entries IF COUNT(DISTINCT(*)) > 1, duplicate_entries OTHERWI...
|
|
|
http://issues.apache.org/jira/browse/PIG-3042
Author: Johannes Schwenk,
2012-11-08, 13:42
|
|
|
[PIG-2832] org.apache.pig.pigunit.pig.PigServer does not initialize udf.import.list of PigContext - Pig - [issue]
|
|
...PigServer does not initialize udf.import.list. So, if you have a pig script that uses UDFs and want to pass the udf.import.list via a property file you can do so using the -propertyFile comm...
|
|
|
http://issues.apache.org/jira/browse/PIG-2832
Author: Johannes Schwenk,
2012-11-01, 01:41
|
|
|
Re: Set block size of output - Pig - [mail # user]
|
|
...Am 22.10.2012 04:01, schrieb Joe Crobak: ld Hi Joe, thanks, this works well. It's dfs.block.size by the way. Now, is it possible to set this on a per STORE statement basis...
|
|
|
Author: Johannes Schwenk,
2012-10-31, 15:53
|
|
|
[PIG-2738] pig.exec.reducers.max has no default value - Pig - [issue]
|
|
...setDefaultsIfUnset in org/apache/pig/impl/util/PropertiesUtil.java does not set pig.exec.reducers.max to 999 as documented. As a consequence testDefaultPigProperties in org.apache.pig.test.T...
|
|
|
http://issues.apache.org/jira/browse/PIG-2738
Author: Johannes Schwenk,
2012-10-18, 07:39
|
|
|
Re: Set block size of output - Pig - [mail # user]
|
|
...Sorry, forgot to mention I am using Cloudera 2.0.0-cdh4.0.1 with pig 0.10.0-SNAPSHOT Am 15.10.2012 12:04, schrieb Johannes Schwenk: Johannes Schwenk Software...
|
|
|
Author: Johannes Schwenk,
2012-10-15, 11:53
|
|
|
Set block size of output - Pig - [mail # user]
|
|
...Hi, I would like to set the HDFS block size of my pig scripts output files. How do I do that? I tried to use PIG_OPTS="-Dpig.path.block.size=1048576"; which seemed to me th...
|
|
|
Author: Johannes Schwenk,
2012-10-15, 10:04
|
|
|
[PIG-2833] org.apache.pig.pigunit.pig.PigServer does not initialize set default log level of pigContext - Pig - [issue]
|
|
...The class org.apache.pig.pigunit.pig.PigServer does not set the default log level of its instance of PigContext so that pigunit tests that have set debug off;in them, will cause a NullPointe...
|
|
|
http://issues.apache.org/jira/browse/PIG-2833
Author: Johannes Schwenk,
2012-09-21, 22:36
|
|
|
Re: pig.import.search.path not working in 0.10.0 ? - Pig - [mail # user]
|
|
...Hi! You are correct. Please see https://issues.apache.org/jira/browse/PIG-2729 Greetings, Johannes Am 05.09.2012 12:37, schrieb Vincent Barat: ow). r ' =======...
|
|
|
Author: Johannes Schwenk,
2012-09-05, 12:33
|
|
|
Re: AvroStorage load and store, schema with maps - Pig - [mail # user]
|
|
...Thank you very much! I was confused because it seems to be ok to pass parameters to DEFINEd functions. If this does not work, it should be a syntax error trying to pass them anyway. Ma...
|
|
|
Author: Johannes Schwenk,
2012-09-03, 11:16
|
|
|
|