[jira] [Updated] (PIG-4711) Tests in TestCombiner fail due to missing leveldb dependency

2015-10-27 Thread Pallavi Rao (JIRA)

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

Pallavi Rao updated PIG-4711:
-
Status: Patch Available  (was: Reopened)

[~xuefuz], the older patch had the dependency misplaced. Here is the correct 
patch. Could you please check this one in? Sorry for the inconvenience.

> Tests in TestCombiner fail due to missing leveldb dependency
> 
>
> Key: PIG-4711
> URL: https://issues.apache.org/jira/browse/PIG-4711
> Project: Pig
>  Issue Type: Sub-task
>  Components: spark
>Reporter: Pallavi Rao
>Assignee: Pallavi Rao
>  Labels: spork
> Fix For: spark-branch
>
> Attachments: PIG-4711-v1.patch, PIG-4711.patch
>
>
> Tests in TestCombiner use MiniYARNCluster which in turn has leveldb 
> dependencies.
> Currently, tests fail with Caused by: java.lang.ClassNotFoundException: 
> org.iq80.leveldb.DBException
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>   ... 43 more
> The leveldb dependency is included in trunk but is missing in this branch.



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


[jira] [Updated] (PIG-4711) Tests in TestCombiner fail due to missing leveldb dependency

2015-10-27 Thread Pallavi Rao (JIRA)

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

Pallavi Rao updated PIG-4711:
-
Attachment: PIG-4711-v1.patch

The new patch that doesn't cause the build break.

> Tests in TestCombiner fail due to missing leveldb dependency
> 
>
> Key: PIG-4711
> URL: https://issues.apache.org/jira/browse/PIG-4711
> Project: Pig
>  Issue Type: Sub-task
>  Components: spark
>Reporter: Pallavi Rao
>Assignee: Pallavi Rao
>  Labels: spork
> Fix For: spark-branch
>
> Attachments: PIG-4711-v1.patch, PIG-4711.patch
>
>
> Tests in TestCombiner use MiniYARNCluster which in turn has leveldb 
> dependencies.
> Currently, tests fail with Caused by: java.lang.ClassNotFoundException: 
> org.iq80.leveldb.DBException
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>   ... 43 more
> The leveldb dependency is included in trunk but is missing in this branch.



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


[jira] [Updated] (PIG-4711) Tests in TestCombiner fail due to missing leveldb dependency

2015-10-27 Thread Pallavi Rao (JIRA)

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

Pallavi Rao updated PIG-4711:
-
Priority: Blocker  (was: Major)

> Tests in TestCombiner fail due to missing leveldb dependency
> 
>
> Key: PIG-4711
> URL: https://issues.apache.org/jira/browse/PIG-4711
> Project: Pig
>  Issue Type: Sub-task
>  Components: spark
>Reporter: Pallavi Rao
>Assignee: Pallavi Rao
>Priority: Blocker
>  Labels: spork
> Fix For: spark-branch
>
> Attachments: PIG-4711-v1.patch, PIG-4711.patch
>
>
> Tests in TestCombiner use MiniYARNCluster which in turn has leveldb 
> dependencies.
> Currently, tests fail with Caused by: java.lang.ClassNotFoundException: 
> org.iq80.leveldb.DBException
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>   ... 43 more
> The leveldb dependency is included in trunk but is missing in this branch.



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


[jira] [Updated] (PIG-4711) Tests in TestCombiner fail due to missing leveldb dependency

2015-10-27 Thread Xuefu Zhang (JIRA)

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

Xuefu Zhang updated PIG-4711:
-
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Reverted the old commit and committed the new patch (v1). Thanks, Pallavi.

> Tests in TestCombiner fail due to missing leveldb dependency
> 
>
> Key: PIG-4711
> URL: https://issues.apache.org/jira/browse/PIG-4711
> Project: Pig
>  Issue Type: Sub-task
>  Components: spark
>Reporter: Pallavi Rao
>Assignee: Pallavi Rao
>Priority: Blocker
>  Labels: spork
> Fix For: spark-branch
>
> Attachments: PIG-4711-v1.patch, PIG-4711.patch
>
>
> Tests in TestCombiner use MiniYARNCluster which in turn has leveldb 
> dependencies.
> Currently, tests fail with Caused by: java.lang.ClassNotFoundException: 
> org.iq80.leveldb.DBException
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>   ... 43 more
> The leveldb dependency is included in trunk but is missing in this branch.



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


[jira] [Updated] (PIG-4711) Tests in TestCombiner fail due to missing leveldb dependency

2015-10-26 Thread Xuefu Zhang (JIRA)

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

Xuefu Zhang updated PIG-4711:
-
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed to Spark branch. Thanks, Pallavi!

> Tests in TestCombiner fail due to missing leveldb dependency
> 
>
> Key: PIG-4711
> URL: https://issues.apache.org/jira/browse/PIG-4711
> Project: Pig
>  Issue Type: Sub-task
>  Components: spark
>Reporter: Pallavi Rao
>Assignee: Pallavi Rao
>  Labels: spork
> Fix For: spark-branch
>
> Attachments: PIG-4711.patch
>
>
> Tests in TestCombiner use MiniYARNCluster which in turn has leveldb 
> dependencies.
> Currently, tests fail with Caused by: java.lang.ClassNotFoundException: 
> org.iq80.leveldb.DBException
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>   ... 43 more
> The leveldb dependency is included in trunk but is missing in this branch.



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


[jira] [Updated] (PIG-4711) Tests in TestCombiner fail due to missing leveldb dependency

2015-10-23 Thread Pallavi Rao (JIRA)

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

Pallavi Rao updated PIG-4711:
-
Status: Patch Available  (was: Open)

> Tests in TestCombiner fail due to missing leveldb dependency
> 
>
> Key: PIG-4711
> URL: https://issues.apache.org/jira/browse/PIG-4711
> Project: Pig
>  Issue Type: Sub-task
>  Components: spark
>Reporter: Pallavi Rao
>Assignee: Pallavi Rao
>  Labels: spork
> Fix For: spark-branch
>
> Attachments: PIG-4711.patch
>
>
> Tests in TestCombiner use MiniYARNCluster which in turn has leveldb 
> dependencies.
> Currently, tests fail with Caused by: java.lang.ClassNotFoundException: 
> org.iq80.leveldb.DBException
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>   ... 43 more
> The leveldb dependency is included in trunk but is missing in this branch.



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


[jira] [Updated] (PIG-4711) Tests in TestCombiner fail due to missing leveldb dependency

2015-10-23 Thread Pallavi Rao (JIRA)

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

Pallavi Rao updated PIG-4711:
-
Attachment: PIG-4711.patch

Small patch, hence no Review Board request. 

With this change, 4 out of 13 tests pass. The rest need to be investigated 
individually.

> Tests in TestCombiner fail due to missing leveldb dependency
> 
>
> Key: PIG-4711
> URL: https://issues.apache.org/jira/browse/PIG-4711
> Project: Pig
>  Issue Type: Sub-task
>  Components: spark
>Reporter: Pallavi Rao
>Assignee: Pallavi Rao
>  Labels: spork
> Fix For: spark-branch
>
> Attachments: PIG-4711.patch
>
>
> Tests in TestCombiner use MiniYARNCluster which in turn has leveldb 
> dependencies.
> Currently, tests fail with Caused by: java.lang.ClassNotFoundException: 
> org.iq80.leveldb.DBException
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>   ... 43 more
> The leveldb dependency is included in trunk but is missing in this branch.



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