Skip to content

Commit

Permalink
typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Apr 15, 2014
1 parent 5c3ef95 commit 77b512c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ class SQLContext(@transient val sparkContext: SparkContext)
*
* @tparam A A case class type that describes the desired schema of the parquet file to be
* created.
* @param path The path where the directory containing partquet metadata should be created.
* @param path The path where the directory containing parquet metadata should be created.
* Data inserted into this table will also be stored at this location.
* @param allowExisting When false, an exception will be thrown if this directory already exists.
* @param conf A Hadoop configuration object that can be used to specifiy options to the parquet
* @param conf A Hadoop configuration object that can be used to specify options to the parquet
* output format.
*
* @group userf
Expand Down

0 comments on commit 77b512c

Please sign in to comment.