On Tue, Oct 25, 2016 at 6:11 AM, Rajendra Bhat <[email protected]> wrote:
> Hi,
>
> i am getting below error on create extrnal table. I have copied
> hadoop-aws-2.7.1.jar and aws-java-sdk-1.7.4.jar to hive_home/lib folder.
> please let me know where should need to place supporting jar..
>
>
> hive> create external table kv (key int, value string)  location
> 's3a://myntra-datasciences/cip/test';
> FAILED: Execution Error, return code 1 from
> org.apache.hadoop.hive.ql.exec.DDLTask.
> MetaException(message:java.lang.RuntimeException:
> java.lang.ClassNotFoundException: Class
> org.apache.hadoop.fs.s3a.S3AFileSystem not found)

Have you added the jars at hive prompt with "add jar " command?

>
> --
> Thanks and
> Regards
>
> Rajendra Bhat

Reply via email to