Skip to content

Instantly share code, notes, and snippets.

@kumar-de
Last active May 21, 2019 12:03
Show Gist options
  • Save kumar-de/9fec3c91820f3e32a12fed77b9010ac7 to your computer and use it in GitHub Desktop.
Save kumar-de/9fec3c91820f3e32a12fed77b9010ac7 to your computer and use it in GitHub Desktop.
sample mounting of parquet file as a table in Impala
CREATE EXTERNAL TABLE table_name (
vehicle_id String,
start_time String,
av0 Double
)
STORED AS parquet
LOCATION '/path/in/hdfs/without//hdfs://';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment