I\'m trying to create a csv hive table (using Hive CLI) into S3.
create external table hello ( name INT) stored as csv location \'s3://bucket/myfolder;