File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ See [Application Submission Guide](submitting-applications.html) for more detail
2626
2727Since ` spark-avro ` module is external, there is not such API as ` .avro ` in
2828` DataFrameReader ` or ` DataFrameWriter ` .
29- To load/save data in Avro format, you need to specify the data source option ` format ` as short name ` avro ` or full name ` org.apache.spark.sql.avro ` .
29+
30+ To load/save data in Avro format, you need to specify the data source option ` format ` as ` avro ` (or ` org.apache.spark.sql.avro ` ).
3031<div class =" codetabs " >
3132<div data-lang =" scala " markdown =" 1 " >
3233{% highlight scala %}
@@ -176,7 +177,7 @@ Data source options of Avro can be set using the `.option` method on `DataFrameR
176177</table >
177178
178179## Configuration
179- Configuration of Parquet can be done using the ` setConf ` method on SparkSession or by running ` SET key=value ` commands using SQL.
180+ Configuration of Avro can be done using the ` setConf ` method on SparkSession or by running ` SET key=value ` commands using SQL.
180181<table class =" table " >
181182 <tr ><th ><b >Property Name</b ></th ><th ><b >Default</b ></th ><th ><b >Meaning</b ></th ></tr >
182183 <tr >
You can’t perform that action at this time.
0 commit comments