You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "julien nioche (JIRA)" <ji...@apache.org> on 2009/01/14 22:23:02 UTC

[jira] Created: (NUTCH-678) Hadoop 0.19 requires an update of jets3t

Hadoop 0.19 requires an update of jets3t
----------------------------------------

                 Key: NUTCH-678
                 URL: https://issues.apache.org/jira/browse/NUTCH-678
             Project: Nutch
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: julien nioche
            Priority: Critical


jets3t-0.6.0.jar is currently in the lib directory. Hadoop 0.19 relies on the version 0.6.1

I am getting java.lang.NoSuchMethodError: org.jets3t.service.S3Service.moveObject(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/jets3t/service/model/S3Object;Z)Ljava/util/Map;
	at org.apache.hadoop.fs.s3native.Jets3tNativeFileSystemStore.rename(Jets3tNativeFileSystemStore.java:228)

when using distcp with jets3t-0.6.0.jar. I haven't tried with 0.6.1 yet but I suspect this is the cause. It won't hurt to upgrade jets3t anyway

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


[jira] Closed: (NUTCH-678) Hadoop 0.19 requires an update of jets3t

Posted by "Doğacan Güney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doğacan Güney closed NUTCH-678.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0
         Assignee: Doğacan Güney

OK, fixed as of rev 735748.

Thanks!

> Hadoop 0.19 requires an update of jets3t
> ----------------------------------------
>
>                 Key: NUTCH-678
>                 URL: https://issues.apache.org/jira/browse/NUTCH-678
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: julien nioche
>            Assignee: Doğacan Güney
>            Priority: Critical
>             Fix For: 1.0.0
>
>
> jets3t-0.6.0.jar is currently in the lib directory. Hadoop 0.19 relies on the version 0.6.1
> I am getting java.lang.NoSuchMethodError: org.jets3t.service.S3Service.moveObject(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/jets3t/service/model/S3Object;Z)Ljava/util/Map;
> 	at org.apache.hadoop.fs.s3native.Jets3tNativeFileSystemStore.rename(Jets3tNativeFileSystemStore.java:228)
> when using distcp with jets3t-0.6.0.jar. I haven't tried with 0.6.1 yet but I suspect this is the cause. It won't hurt to upgrade jets3t anyway

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


[jira] Commented: (NUTCH-678) Hadoop 0.19 requires an update of jets3t

Posted by "julien nioche (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665126#action_12665126 ] 

julien nioche commented on NUTCH-678:
-------------------------------------

I confirm. Upgrading to 0.6.1 fixed the problem and I am not getting this exception any longer

> Hadoop 0.19 requires an update of jets3t
> ----------------------------------------
>
>                 Key: NUTCH-678
>                 URL: https://issues.apache.org/jira/browse/NUTCH-678
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: julien nioche
>            Priority: Critical
>
> jets3t-0.6.0.jar is currently in the lib directory. Hadoop 0.19 relies on the version 0.6.1
> I am getting java.lang.NoSuchMethodError: org.jets3t.service.S3Service.moveObject(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/jets3t/service/model/S3Object;Z)Ljava/util/Map;
> 	at org.apache.hadoop.fs.s3native.Jets3tNativeFileSystemStore.rename(Jets3tNativeFileSystemStore.java:228)
> when using distcp with jets3t-0.6.0.jar. I haven't tried with 0.6.1 yet but I suspect this is the cause. It won't hurt to upgrade jets3t anyway

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


[jira] Commented: (NUTCH-678) Hadoop 0.19 requires an update of jets3t

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665327#action_12665327 ] 

Hudson commented on NUTCH-678:
------------------------------

Integrated in Nutch-trunk #699 (See [http://hudson.zones.apache.org/hudson/job/Nutch-trunk/699/])
     - Hadoop 0.19 requires an update of jets3t (julien nioche)


> Hadoop 0.19 requires an update of jets3t
> ----------------------------------------
>
>                 Key: NUTCH-678
>                 URL: https://issues.apache.org/jira/browse/NUTCH-678
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: julien nioche
>            Assignee: Doğacan Güney
>            Priority: Critical
>             Fix For: 1.0.0
>
>
> jets3t-0.6.0.jar is currently in the lib directory. Hadoop 0.19 relies on the version 0.6.1
> I am getting java.lang.NoSuchMethodError: org.jets3t.service.S3Service.moveObject(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/jets3t/service/model/S3Object;Z)Ljava/util/Map;
> 	at org.apache.hadoop.fs.s3native.Jets3tNativeFileSystemStore.rename(Jets3tNativeFileSystemStore.java:228)
> when using distcp with jets3t-0.6.0.jar. I haven't tried with 0.6.1 yet but I suspect this is the cause. It won't hurt to upgrade jets3t anyway

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


[jira] Commented: (NUTCH-678) Hadoop 0.19 requires an update of jets3t

Posted by "Doğacan Güney (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665124#action_12665124 ] 

Doğacan Güney commented on NUTCH-678:
-------------------------------------

I agree that it won't hurt to upgrade jets3t, but could you confirm that old version is the problem? 

> Hadoop 0.19 requires an update of jets3t
> ----------------------------------------
>
>                 Key: NUTCH-678
>                 URL: https://issues.apache.org/jira/browse/NUTCH-678
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: julien nioche
>            Priority: Critical
>
> jets3t-0.6.0.jar is currently in the lib directory. Hadoop 0.19 relies on the version 0.6.1
> I am getting java.lang.NoSuchMethodError: org.jets3t.service.S3Service.moveObject(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/jets3t/service/model/S3Object;Z)Ljava/util/Map;
> 	at org.apache.hadoop.fs.s3native.Jets3tNativeFileSystemStore.rename(Jets3tNativeFileSystemStore.java:228)
> when using distcp with jets3t-0.6.0.jar. I haven't tried with 0.6.1 yet but I suspect this is the cause. It won't hurt to upgrade jets3t anyway

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