Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2015 09:45 AM
Can you try this - which will use the Dataframes implementation of parquet rather than the Hive version:
CREATE TEMPORARY TABLE dev_user_login (event_name STRING, datetime TIMESTAMP, ip_address STRING, acting_user_id STRING)USING org.apache.spark.sql.parquetOPTIONS ( path "examples/src/main/resources/people.parquet")