| clear query|facets|time |
Search criteria: .
Results from 171 to 180 from
24684 (0.154s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: A major addition to Pig. Working with spatial data - Pig - [mail # dev]
|
|
...Thanks all for taking the time to respond. Danial, I didn't know that Solr uses JTS. This is a good finding and we can definitely ask them to see if there is a work around we can do. Jonatha...
|
|
|
Author: Ahmed Eldawy,
2013-05-05, 23:44
|
|
|
Re: ClassCastException with bincond operator - Pig - [mail # user]
|
|
...Hi, Peter: http://pig.apache.org/docs/r0.11.1/basic.html#cast cast from String to long is not supported. Johnny On Fri, May 3, 2013 at 12:01 PM, Peter Connolly wrote: &nbs...
|
|
|
Author: Johnny Zhang,
2013-05-05, 06:56
|
|
|
Re: PigServer, load query fails, passes on grunt - Pig - [mail # user]
|
|
...Why do you have an "as" statement with the store? The schema should come down with the script. That's probably the issue. 2013/5/4 ÐΞ€ρ@Ҝ (๏̯͡๏) ...
|
|
|
Author: Jonathan Coveney,
2013-05-04, 21:51
|
|
|
Re: A major addition to Pig. Working with spatial data - Pig - [mail # dev]
|
|
...I agree that this is cool, and if other projects are using JTS it is worth talking them to see how. I also agree that licensing is very frustrating. In the short term, however, while i...
|
|
|
Author: Jonathan Coveney,
2013-05-04, 21:47
|
|
|
[PIG-2586] A better plan/data flow visualizer - Pig - [issue]
|
|
...Pig supports a dot graph style plan to visualize the logical/physical/mapreduce plan (explain with -dot option, see http://ofps.oreilly.com/titles/9781449302641/developing_and_testing.html)....
|
|
|
http://issues.apache.org/jira/browse/PIG-2586
Author: Daniel Dai,
2013-05-04, 15:00
|
|
|
Re: A major addition to Pig. Working with spatial data - Pig - [mail # dev]
|
|
...If a way could be found, this would be an awesome addition to Pig. Russell Jurney http://datasyndrome.com On May 3, 2013, at 4:09 PM, Daniel Dai wrote: ...
|
|
|
Author: Russell Jurney,
2013-05-04, 09:14
|
|
|
Re: PigServer, load query fails, passes on grunt - Pig - [mail # user]
|
|
...Ignore above query. Its incorrect. I have following pig script A = LOAD 'textinput' using PigStorage() as (a0:chararray, a1:chararray, a2:chararray, a3:chararray, a4:chararray, a5:char...
|
|
|
Author: ÐΞ€ρ@...),
2013-05-04, 06:24
|
|
|
PigServer, load query fails, passes on grunt - Pig - [mail # user]
|
|
...PIG 0.11 Query : I register the below string String query = "A = LOAD '" + BENCHMARK_PARQUET_MR_DATA_TEXTINPUT + "' using PigStorage() as (" + schemaString + ");"; with pigServer.regis...
|
|
|
Author: ÐΞ€ρ@...),
2013-05-04, 05:52
|
|
|
[PIG-2873] Converting bin/pig shell script to python - Pig - [issue]
|
|
...Converted the shell script in a platform independent way in python. Should work with version 2.7.x...
|
|
|
http://issues.apache.org/jira/browse/PIG-2873
Author: Vikram Dixit K,
2013-05-03, 23:13
|
|
|
Re: A major addition to Pig. Working with spatial data - Pig - [mail # dev]
|
|
...I am not sure how other Apache projects dealing with it? Seems Solr also has some connector to JTS? Thanks, Daniel On Thu, May 2, 2013 at 11:59 AM, Ahmed Eldawy wrote: &nb...
|
|
|
Author: Daniel Dai,
2013-05-03, 23:09
|
|
|
|