Skip to content

Commit d9c5352

Browse files
committed
revise
1 parent d2681ec commit d9c5352

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/avro-data-source-guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ See [Application Submission Guide](submitting-applications.html) for more detail
2626

2727
Since `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>

0 commit comments

Comments
 (0)