[jira] [Commented] (PIG-1778) Some dependencies not packaged with Pig 0.8 release

2011-05-09 Thread Soren Macbeth (JIRA)

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

Soren Macbeth commented on PIG-1778:


Yes, looks like it's fixed from here. 

> Some dependencies not packaged with Pig 0.8 release
> ---
>
> Key: PIG-1778
> URL: https://issues.apache.org/jira/browse/PIG-1778
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.8.0
>Reporter: Dmitriy V. Ryaboy
>
> Some of the libraries required for new Pig features are not included in the 
> built tarball of 0.8 release:
> guava, required for HBaseStorage
> jython, required for Jython UDFs
> We should discuss how to properly package these dependencies.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Commented: (PIG-1778) Some dependencies not packaged with Pig 0.8 release

2010-12-21 Thread Soren Macbeth (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974027#action_12974027
 ] 

Soren Macbeth commented on PIG-1778:


guava's List object is used in HBaseStorage to handle the parameter inputs. 

> Some dependencies not packaged with Pig 0.8 release
> ---
>
> Key: PIG-1778
> URL: https://issues.apache.org/jira/browse/PIG-1778
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.8.0
>Reporter: Dmitriy V. Ryaboy
>
> Some of the libraries required for new Pig features are not included in the 
> built tarball of 0.8 release:
> guava, required for HBaseStorage
> jython, required for Jython UDFs
> We should discuss how to properly package these dependencies.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-1778) Some dependencies not packaged with Pig 0.8 release

2010-12-21 Thread Soren Macbeth (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973819#action_12973819
 ] 

Soren Macbeth commented on PIG-1778:


I ran into this trying to load data using the 0.8.0 build from hbase 0.20.6 and 
hadoop 0.20.2 in pseudo-distributed mode on my dev machine. pig complained 
about a missing class from guava, which wasn't included any where in the 
pig-0.8.0 tarball. Downloading the latest guava and putting it on my classpath 
solved the issue. 

In regards to Dmitriy's comment on Jython, I agree that you probably don't want 
to start bundling jar for every scripting language, but python based UDFs are 
specifically called out a new feature in the documentation and they don't work 
as advertised until you manually go out and put Jython on your classpath.

> Some dependencies not packaged with Pig 0.8 release
> ---
>
> Key: PIG-1778
> URL: https://issues.apache.org/jira/browse/PIG-1778
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.8.0
>Reporter: Dmitriy V. Ryaboy
>
> Some of the libraries required for new Pig features are not included in the 
> built tarball of 0.8 release:
> guava, required for HBaseStorage
> jython, required for Jython UDFs
> We should discuss how to properly package these dependencies.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.