[
https://issues.apache.org/jira/browse/SPARK-9896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15663482#comment-15663482
]
Manish Maheshwari edited comment on SPARK-9896 at 11/14/16 11:06 AM:
---------------------------------------------------------------------
I got the same error.
{code:java}
Exception in thread "main" java.lang.AssertionError: assertion failed: No
predefined schema found, and no Parquet data files or summary files found under
hdfs://nameservice1/user/hive/warehouse/abt.db/hvc_features_avg_3months.
at scala.Predef$.assert(Predef.scala:179)
$hdfs dfs -ls
hdfs://nameservice1/user/hive/warehouse/abt.db/hvc_features_avg_3months
ls: Permission denied: user=eksinad, access=READ_EXECUTE,
inode="/user/hive/warehouse/abt.db/hvc_features_avg_3months":hive:hive:drwxrwx--x
{code}
However I can select data from the table using Beeline using the same keytab as
what I used to submit spark job. Very strange!! Also the error message from
Spark is very misleading.
was (Author: [email protected]):
I got the same error.
{code:java}
Exception in thread "main" java.lang.AssertionError: assertion failed: No
predefined schema found, and no Parquet data files or summary files found under
hdfs://nameservice1/user/hive/warehouse/abt.db/hvc_features_avg_3months.
at scala.Predef$.assert(Predef.scala:179)
$hdfs dfs -ls
hdfs://nameservice1/user/hive/warehouse/abt.db/hvc_features_avg_3months
ls: Permission denied: user=eksinad, access=READ_EXECUTE,
inode="/user/hive/warehouse/abt.db/hvc_features_avg_3months":hive:hive:drwxrwx--x
{code}
However I can select data from the table using Beeline using the same keytab as
what I use to submit spark job. Very strange
Also the error message from Spark is very misleading.
> Parquet Schema Assertion
> ------------------------
>
> Key: SPARK-9896
> URL: https://issues.apache.org/jira/browse/SPARK-9896
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Reporter: Michael Armbrust
> Priority: Blocker
>
> Need to investigate more, but I'm seeing this all of a sudden.
> {code}
> java.lang.AssertionError: assertion failed: No predefined schema found, and
> no Parquet data files or summary files found under
> s3n:/.../databricks-performance-datasets/tpcds/sf1500-parquet/useDecimal=true/parquet/item
> {code}
> Possibly related to [SPARK-9407].
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]