Skip to content

Commit

Permalink
docs: Add missing DISTRIBUTE to quickstart
Browse files Browse the repository at this point in the history
Change-Id: I6a010bf90901bd98bf2c8e33396edb0d152c1d67
Reviewed-on: http://gerrit.cloudera.org:8080/3820
Reviewed-by: Dan Burkert <[email protected]>
Tested-by: Kudu Jenkins
  • Loading branch information
attilabukor authored and danburkert committed Aug 5, 2016
1 parent cf009d4 commit c61c923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ SELECT count(*) FROM passenger_data_raw;
[source,sql]
----
CREATE TABLE passenger_data
DISTRIBUTE BY HASH (id) INTO 16 BUCKETS
TBLPROPERTIES(
'storage_handler' = 'com.cloudera.kudu.hive.KuduStorageHandler',
'kudu.table_name' = 'passenger_data',
Expand Down

0 comments on commit c61c923

Please sign in to comment.