Re: Hive Queries on S3 Data not working after moving to Hive metastore on CDH4

2013-05-06 Thread Himanish Kushary
Any ideas regarding this ? For now, i have resolved this issue by putting the amazon credentials into the Cloudera Manager Hive service safety valve and deploying the new client configs to the hive gateway nodes. But this restricts me to using only one amazon account for the Hive operations. - H

Hive Queries on S3 Data not working after moving to Hive metastore on CDH4

2013-05-02 Thread Himanish Kushary
Hi, We were running some hive queries off data on amazon S3.In the hive script file we are including the access key and secret access key as below. set fs.s3.awsAccessKeyId=ABCD; set fs.s3.awsSecretAccessKey=XYZ; set fs.s3n.awsAccessKeyId=ABCD; set fs.s3n.awsSecretAccessKey=XYZ; and then we run