You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: presto/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ We assume that a Presto cluster is already running. For more information, visit
11
11
----------
12
12
## Steps
13
13
14
-
1. Download parquet file and upload it to S3 Bucket ex. s3://your-bucket/clickbench-parquet/hits/hits.parquet.
15
-
2. Create a new schema for the dataset and create hits table in this new schema using the create.sql file. Add the following to the end of the file to use the parquet file on S3.
14
+
1. Download the parquet file and upload it to an S3 Bucket ex. s3://your-bucket/clickbench-parquet/hits/hits.parquet.
15
+
2. Create a new schema in the Hive metastore and create the hits table in the new schema using the create.sql file. Modify the end of the table creation statement to use the parquet file on S3.
0 commit comments