Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Dec 6, 2017
1 parent d6cdde7 commit ba1e3ae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,8 @@ object DataSource extends Logging {
provider1.startsWith("org.apache.spark.sql.hive.orc")) {
throw new AnalysisException(
"Hive-based ORC data source must be used with Hive support enabled. " +
"Please use native ORC data source instead by `SET spark.sql.orc.impl=native`")
"Please use native ORC data source instead by setting 'spark.sql.orc.impl' " +
"configuration to 'native'")
} else if (provider1.toLowerCase(Locale.ROOT) == "avro" ||
provider1 == "com.databricks.spark.avro") {
throw new AnalysisException(
Expand Down

0 comments on commit ba1e3ae

Please sign in to comment.