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
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