You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2015/08/20 11:40:45 UTC

[jira] [Commented] (LENS-746) org.apache.hadoop.fs.s3a.S3AFileSystem could not be instantiated

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

Amareshwari Sriramadasu commented on LENS-746:
----------------------------------------------

As done in the patch for LENS-365, add jars corresponding to aws-java-sdk-*.jar.


> org.apache.hadoop.fs.s3a.S3AFileSystem could not be instantiated
> ----------------------------------------------------------------
>
>                 Key: LENS-746
>                 URL: https://issues.apache.org/jira/browse/LENS-746
>             Project: Apache Lens
>          Issue Type: Sub-task
>          Components: operations
>    Affects Versions: 2.2
>            Reporter: anji
>            Priority: Blocker
>             Fix For: 2.1
>
>
> Below the error we see when we try to import data from Database to S3.
> Used versions are Hadoop 2.7.1 and Sqoop 1.4.6.
> Exception in thread "main" java.util.ServiceConfigurationError: org.apache.hadoop.fs.FileSystem: Provider org.apache.hadoop.fs.s3a.S3AFileSystem could not be instantiated
>         at java.util.ServiceLoader.fail(ServiceLoader.java:224)
>         at java.util.ServiceLoader.access$100(ServiceLoader.java:181)
>         at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:377)
>         at java.util.ServiceLoader$1.next(ServiceLoader.java:445)
>         at org.apache.hadoop.fs.FileSystem.loadFileSystems(FileSystem.java:2623)
>         at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2634)
>         at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2651)
>         at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:92)
>         at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2687)
>         at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2669)
>         at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:371)
>         at org.apache.hadoop.fs.Path.getFileSystem(Path.java:295)



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