You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/12/05 00:02:00 UTC

[jira] [Work logged] (GOBBLIN-994) java.lang.ClassNotFoundException: org.testng.collections.Lists

     [ https://issues.apache.org/jira/browse/GOBBLIN-994?focusedWorklogId=353915&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-353915 ]

ASF GitHub Bot logged work on GOBBLIN-994:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Dec/19 00:01
            Start Date: 05/Dec/19 00:01
    Worklog Time Spent: 10m 
      Work Description: linweihs commented on pull request #2838: [GOBBLIN-994] fix wrong import org.testng.collections.Lists
URL: https://github.com/apache/incubator-gobblin/pull/2838
 
 
   Dear Gobblin maintainers,
   
   Please accept this PR. I understand that it will not be reviewed until I have checked off all the steps below!
   
   
   ### JIRA
   - [ ] My PR addresses the following [Gobblin JIRA](https://issues.apache.org/jira/browse/GOBBLIN/) issues and references them in the PR title. For example, "[GOBBLIN-XXX] My Gobblin PR"
       - https://issues.apache.org/jira/browse/GOBBLIN-994
   
   
   ### Description
   - [ ] Here are some details about my PR, including screenshots (if applicable):
   remote wrong import of org.testng.collections.Lists in UnixTimestampRecursiveCopyableDataset
   
   
   ### Tests
   - [ ] My PR adds the following unit tests __OR__ does not need testing for this extremely good reason:
   
   
   ### Commits
   - [ ] My commits all reference JIRA issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)":
       1. Subject is separated from body by a blank line
       2. Subject is limited to 50 characters
       3. Subject does not end with a period
       4. Subject uses the imperative mood ("add", not "adding")
       5. Body wraps at 72 characters
       6. Body explains "what" and "why", not "how"
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 353915)
    Remaining Estimate: 0h
            Time Spent: 10m

>  java.lang.ClassNotFoundException: org.testng.collections.Lists
> ---------------------------------------------------------------
>
>                 Key: GOBBLIN-994
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-994
>             Project: Apache Gobblin
>          Issue Type: Bug
>            Reporter: Wei-Hsiang Lin
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> remove wrong import in UnixTimestampRecursiveCopyableDataset
> {code}
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - java.lang.NoClassDefFoundError: org/testng/collections/Lists
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.data.management.copy.UnixTimestampRecursiveCopyableDataset.getFilesAtPath(UnixTimestampRecursiveCopyableDataset.java:140)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.data.management.copy.RecursiveCopyableDataset.getCopyableFiles(RecursiveCopyableDataset.java:106)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.data.management.copy.IterableCopyableDatasetImpl.getFileSetIterator(IterableCopyableDatasetImpl.java:47)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.data.management.partition.CopyableDatasetRequestor.iterator(CopyableDatasetRequestor.java:89)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.util.request_allocation.GreedyAllocator$1.apply(GreedyAllocator.java:62)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.util.request_allocation.GreedyAllocator$1.apply(GreedyAllocator.java:58)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at com.google.common.collect.Iterators$8.transform(Iterators.java:794)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at com.google.common.collect.Iterators$5.hasNext(Iterators.java:543)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.util.iterators.InterruptibleIterator.hasNext(InterruptibleIterator.java:43)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at com.google.common.collect.TransformedIterator.hasNext(TransformedIterator.java:43)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.util.executors.IteratorExecutor.execute(IteratorExecutor.java:90)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.util.executors.IteratorExecutor.executeAndGetResults(IteratorExecutor.java:125)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.util.request_allocation.PriorityIterableBasedRequestAllocator.allocateRequests(PriorityIterableBasedRequestAllocator.java:93)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.data.management.copy.CopySource.getWorkunits(CopySource.java:210)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.runtime.SourceDecorator.getWorkunitStream(SourceDecorator.java:81)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.runtime.AbstractJobLauncher.launchJob(AbstractJobLauncher.java:359)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.azkaban.AzkabanJobLauncher.launchJob(AzkabanJobLauncher.java:335)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.azkaban.AzkabanJobLauncher.runRealJob(AzkabanJobLauncher.java:300)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.gobblin.azkaban.AzkabanJobLauncher.run(AzkabanJobLauncher.java:291)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at com.linkedin.gobblin.azkaban.IvyJobLauncher.run(IvyJobLauncher.java:376)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at java.lang.reflect.Method.invoke(Method.java:498)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at azkaban.jobtype.HadoopJavaJobRunnerMain.runMethod(HadoopJavaJobRunnerMain.java:247)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at azkaban.jobtype.HadoopJavaJobRunnerMain.access$000(HadoopJavaJobRunnerMain.java:53)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at azkaban.jobtype.HadoopJavaJobRunnerMain$2.run(HadoopJavaJobRunnerMain.java:236)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at azkaban.jobtype.HadoopJavaJobRunnerMain$2.run(HadoopJavaJobRunnerMain.java:226)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at java.security.AccessController.doPrivileged(Native Method)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at javax.security.auth.Subject.doAs(Subject.java:422)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1754)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at azkaban.jobtype.HadoopJavaJobRunnerMain.runMethodAsUser(HadoopJavaJobRunnerMain.java:226)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at azkaban.jobtype.HadoopJavaJobRunnerMain.<init>(HadoopJavaJobRunnerMain.java:179)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at azkaban.jobtype.HadoopJavaJobRunnerMain.main(HadoopJavaJobRunnerMain.java:82)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - Caused by: java.lang.ClassNotFoundException: org.testng.collections.Lists
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> 04-12-2019 14:28:29 PST gobblin-ivy_gobblin-ivy-download INFO - 	... 35 more
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)