[jira] [Commented] (PIG-4520) Pig Eclipse project generation issues

2015-10-30 Thread Gabor Liptak (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-4520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983606#comment-14983606
 ] 

Gabor Liptak commented on PIG-4520:
---

The instructions at 
https://cwiki.apache.org/confluence/display/PIG/How+to+set+up+Eclipse+environment
 got updated, and now I got Pig in Eclipse. Thanks [~eyal]

> Pig Eclipse project generation issues
> -
>
> Key: PIG-4520
> URL: https://issues.apache.org/jira/browse/PIG-4520
> Project: Pig
>  Issue Type: Bug
>  Components: build
>Reporter: Gabor Liptak
> Attachments: eclipse20.log, eclipse23.log
>
>
> Running commands on
> https://cwiki.apache.org/confluence/display/PIG/How+to+set+up+Eclipse+environment
> $ ant clean eclipse-files
> succeeds, but Eclipse shows 1565 errors. I uploaded eclipse20.log with the 
> errors.
> Noting "tez" related errors, I ran:
> $ ant setTezEnv eclipse-files
> succeeds, but Eclipse shows 505 errors. I uploaded eclipse23.log with the 
> errors.
> Incidentally, running both:
> $ ant clean setTezEnv eclipse-files
> $ ant clean eclipse-files compile gen
> fails with following error:
> BUILD FAILED
> /tmp/pig/build.xml:326: taskdef class prantl.ant.eclipse.EclipseTask cannot 
> be found
>  using the classloader AntClassLoader[]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (PIG-4520) Pig Eclipse project generation issues

2015-10-30 Thread Gabor Liptak (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-4520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gabor Liptak resolved PIG-4520.
---
Resolution: Done

> Pig Eclipse project generation issues
> -
>
> Key: PIG-4520
> URL: https://issues.apache.org/jira/browse/PIG-4520
> Project: Pig
>  Issue Type: Bug
>  Components: build
>Reporter: Gabor Liptak
> Attachments: eclipse20.log, eclipse23.log
>
>
> Running commands on
> https://cwiki.apache.org/confluence/display/PIG/How+to+set+up+Eclipse+environment
> $ ant clean eclipse-files
> succeeds, but Eclipse shows 1565 errors. I uploaded eclipse20.log with the 
> errors.
> Noting "tez" related errors, I ran:
> $ ant setTezEnv eclipse-files
> succeeds, but Eclipse shows 505 errors. I uploaded eclipse23.log with the 
> errors.
> Incidentally, running both:
> $ ant clean setTezEnv eclipse-files
> $ ant clean eclipse-files compile gen
> fails with following error:
> BUILD FAILED
> /tmp/pig/build.xml:326: taskdef class prantl.ant.eclipse.EclipseTask cannot 
> be found
>  using the classloader AntClassLoader[]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (PIG-4713) Document Bloom UDF

2015-10-30 Thread Gabor Liptak (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-4713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983643#comment-14983643
 ] 

Gabor Liptak commented on PIG-4713:
---

https://pig.apache.org/docs/r0.15.0/func.html

[~rohini] Which section do you see Bloom filter goes into? Thanks

> Document Bloom UDF
> --
>
> Key: PIG-4713
> URL: https://issues.apache.org/jira/browse/PIG-4713
> Project: Pig
>  Issue Type: Task
>Reporter: Rohini Palaniswamy
>  Labels: newbie
>
> Release notes of https://issues.apache.org/jira/browse/PIG-2328 should go 
> into Builtin Functions (https://pig.apache.org/docs/r0.15.0/func.html) of 
> Apache Pig documentation.  
> Saw one user trying to use Bloom Filter to filter data on a different column 
> than the join column which should not be done as Bloom Filters give false 
> positives and can include records that actually don't match the filter 
> criteria. That should be documented as well and highlighted to avoid users 
> trying to use Bloom Filters for just regular filtering. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PIG-4713) Document Bloom UDF

2015-10-30 Thread Gabor Liptak (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-4713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gabor Liptak updated PIG-4713:
--
Attachment: PIG-4713.1.patch

> Document Bloom UDF
> --
>
> Key: PIG-4713
> URL: https://issues.apache.org/jira/browse/PIG-4713
> Project: Pig
>  Issue Type: Task
>Reporter: Rohini Palaniswamy
>  Labels: newbie
> Attachments: PIG-4713.1.patch
>
>
> Release notes of https://issues.apache.org/jira/browse/PIG-2328 should go 
> into Builtin Functions (https://pig.apache.org/docs/r0.15.0/func.html) of 
> Apache Pig documentation.  
> Saw one user trying to use Bloom Filter to filter data on a different column 
> than the join column which should not be done as Bloom Filters give false 
> positives and can include records that actually don't match the filter 
> criteria. That should be documented as well and highlighted to avoid users 
> trying to use Bloom Filters for just regular filtering. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (PIG-4520) Pig Eclipse project generation issues

2015-05-10 Thread Gabor Liptak (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-4520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14537293#comment-14537293
 ] 

Gabor Liptak commented on PIG-4520:
---

[~olgaln] Could you advise how to get help on correcting this? Thanks

 Pig Eclipse project generation issues
 -

 Key: PIG-4520
 URL: https://issues.apache.org/jira/browse/PIG-4520
 Project: Pig
  Issue Type: Bug
  Components: build
Reporter: Gabor Liptak
 Attachments: eclipse20.log, eclipse23.log


 Running commands on
 https://cwiki.apache.org/confluence/display/PIG/How+to+set+up+Eclipse+environment
 $ ant clean eclipse-files
 succeeds, but Eclipse shows 1565 errors. I uploaded eclipse20.log with the 
 errors.
 Noting tez related errors, I ran:
 $ ant setTezEnv eclipse-files
 succeeds, but Eclipse shows 505 errors. I uploaded eclipse23.log with the 
 errors.
 Incidentally, running both:
 $ ant clean setTezEnv eclipse-files
 $ ant clean eclipse-files compile gen
 fails with following error:
 BUILD FAILED
 /tmp/pig/build.xml:326: taskdef class prantl.ant.eclipse.EclipseTask cannot 
 be found
  using the classloader AntClassLoader[]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (PIG-4520) Pig Eclipse project generation issues

2015-04-25 Thread Gabor Liptak (JIRA)
Gabor Liptak created PIG-4520:
-

 Summary: Pig Eclipse project generation issues
 Key: PIG-4520
 URL: https://issues.apache.org/jira/browse/PIG-4520
 Project: Pig
  Issue Type: Bug
  Components: build
Reporter: Gabor Liptak
 Attachments: eclipse20.log, eclipse23.log

Running commands on

https://cwiki.apache.org/confluence/display/PIG/How+to+set+up+Eclipse+environment

$ ant clean eclipse-files

succeeds, but Eclipse shows 1565 errors. I uploaded eclipse20.log with the 
errors.

Noting tez related errors, I ran:

$ ant setTezEnv eclipse-files

succeeds, but Eclipse shows 505 errors. I uploaded eclipse23.log with the 
errors.

Incidentally, running both:

$ ant clean setTezEnv eclipse-files
$ ant clean eclipse-files compile gen

fails with following error:

BUILD FAILED
/tmp/pig/build.xml:326: taskdef class prantl.ant.eclipse.EclipseTask cannot be 
found
 using the classloader AntClassLoader[]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PIG-4520) Pig Eclipse project generation issues

2015-04-25 Thread Gabor Liptak (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-4520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gabor Liptak updated PIG-4520:
--
Attachment: eclipse23.log
eclipse20.log

 Pig Eclipse project generation issues
 -

 Key: PIG-4520
 URL: https://issues.apache.org/jira/browse/PIG-4520
 Project: Pig
  Issue Type: Bug
  Components: build
Reporter: Gabor Liptak
 Attachments: eclipse20.log, eclipse23.log


 Running commands on
 https://cwiki.apache.org/confluence/display/PIG/How+to+set+up+Eclipse+environment
 $ ant clean eclipse-files
 succeeds, but Eclipse shows 1565 errors. I uploaded eclipse20.log with the 
 errors.
 Noting tez related errors, I ran:
 $ ant setTezEnv eclipse-files
 succeeds, but Eclipse shows 505 errors. I uploaded eclipse23.log with the 
 errors.
 Incidentally, running both:
 $ ant clean setTezEnv eclipse-files
 $ ant clean eclipse-files compile gen
 fails with following error:
 BUILD FAILED
 /tmp/pig/build.xml:326: taskdef class prantl.ant.eclipse.EclipseTask cannot 
 be found
  using the classloader AntClassLoader[]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PIG-4519) Correct link to Contribute page

2015-04-24 Thread Gabor Liptak (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-4519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gabor Liptak updated PIG-4519:
--
Attachment: PIG-4519.patch

 Correct link to Contribute page
 ---

 Key: PIG-4519
 URL: https://issues.apache.org/jira/browse/PIG-4519
 Project: Pig
  Issue Type: Bug
  Components: documentation
Reporter: Gabor Liptak
Priority: Minor
 Attachments: PIG-4519.patch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PIG-4519) Correct link to Contribute page

2015-04-24 Thread Gabor Liptak (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-4519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gabor Liptak updated PIG-4519:
--
Release Note: Correct link to Contribute page
  Status: Patch Available  (was: Open)

 Correct link to Contribute page
 ---

 Key: PIG-4519
 URL: https://issues.apache.org/jira/browse/PIG-4519
 Project: Pig
  Issue Type: Bug
  Components: documentation
Reporter: Gabor Liptak
Priority: Minor
 Attachments: PIG-4519.patch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (PIG-4519) Correct link to Contribute page

2015-04-24 Thread Gabor Liptak (JIRA)
Gabor Liptak created PIG-4519:
-

 Summary: Correct link to Contribute page
 Key: PIG-4519
 URL: https://issues.apache.org/jira/browse/PIG-4519
 Project: Pig
  Issue Type: Bug
  Components: documentation
Reporter: Gabor Liptak
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)