Re: Multiple Sources Found for Parquet

2016-08-08 Thread Aseem Bansal
wed >> the example java file in source code exactly), I always encountered >> >> *Exception in thread "main" java.lang.RuntimeException: Multiple sources >> found for parquet >> (org.apache.spark.sql.execution.datasources.parquet.ParquetFileFormat, >> org.apa

Re: Multiple Sources Found for Parquet

2016-08-08 Thread Ted Yu
;path")` in Java(I followed > the example java file in source code exactly), I always encountered > > *Exception in thread "main" java.lang.RuntimeException: Multiple sources > found for parquet > (org.apache.spark.sql.execution.datasources.parquet.ParquetFileFormat, > org.

Multiple Sources Found for Parquet

2016-08-08 Thread 金国栋
I'm using Spark2.0.0 to do sql analysis over parquet files, when using `read().parquet("path")`, or `write().parquet("path")` in Java(I followed the example java file in source code exactly), I always encountered *Exception in thread "main" java.lang.RuntimeExc