[ https://issues.apache.org/jira/browse/SPARK-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14063455#comment-14063455 ]
Teng Qiu commented on SPARK-2443: --------------------------------- Hi, how can you access parquet table using HiveContext / hql in spark? i tried to add parquet-hive jar or parquet-hive-bundle jar in driver-class-path and spark.executor.extraClassPath, but it doesn't work. CDH5.0.2, hive 0.12.0-cdh5 Thanks > Reading from Partitioned Tables is Slow > --------------------------------------- > > Key: SPARK-2443 > URL: https://issues.apache.org/jira/browse/SPARK-2443 > Project: Spark > Issue Type: Bug > Components: SQL > Reporter: Michael Armbrust > Assignee: Zongheng Yang > Fix For: 1.1.0, 1.0.2 > > > Here are some numbers, all queries return ~20million: > {code} > SELECT COUNT(*) FROM <non partitioned table> > 5.496467726 s > SELECT COUNT(*) FROM <partitioned table stored in parquet> > 50.266666947 s > SELECT COUNT(*) FROM <same table as previous but loaded with parquetFile > instead of through hive> > 2s > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)