Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
Updated comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukerje committed Dec 2, 2016
1 parent be7f050 commit 61fc8d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-blog-spark-parquet-conversion/addpartitions.gvy
Expand Up @@ -8,8 +8,8 @@ java.util.Properties props = new Properties();

//script parameters *** Modify as needed ***
props.put("s3_staging_dir", "s3://ws-athena-query-results-<account number>/staging/");
props.put("user", "<access key>");
props.put("password", "<secret key>");
props.put("user", "<access key id>");
props.put("password", "<secret access key>");
def tablename='default.elb_logs_raw_native_part' //database and table location
def s3location='s3://athena-examples/elb/raw/'
def startdate = Date.parse("yyyy-MM-dd", "2015-01-01")
Expand Down

0 comments on commit 61fc8d1

Please sign in to comment.