[jira] [Updated] (SPARK-34491) Move data source options docs for Python and Scala into a single page

2021-04-11 Thread Haejoon Lee (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-34491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Haejoon Lee updated SPARK-34491:

Description: 
Currently we documents options of various data sources for Python and Scala in 
a separated page.
 * Python 
[here|http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrameReader]
 * Scala 
[here|https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/DataFrameReader.html]

However, we'd better to move this into a single page so that we can fix only 
one place when we need to manage the data source options. See 
[Avro|https://spark.apache.org/docs/latest/sql-data-sources-avro.html#apache-avro-data-source-guide]
 for example.

Also, we need to add missing "CSV Files" and "TEXT Files" page for [Data 
Sources 
documents|https://spark.apache.org/docs/latest/sql-data-sources.html#data-sources].

To clarify the task,
 # create "CSV Files" page for Data Source documents.
 # create "TEXT files" page for Data Source documents.
 # move Parquet data source options from Python and Scala into a single page.
 # move other data source options from Python and Scala into a single page.

  was:
Currently we documents options of various data sources for Python and Scala in 
a separated page.
 * Python 
[here|http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrameReader]
 * Scala 
[here|https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/DataFrameReader.html]

However, we'd better to move this into a single page so that we can fix only 
one place when we need to manage the data source options. See 
[Avro|https://spark.apache.org/docs/latest/sql-data-sources-avro.html#apache-avro-data-source-guide]
 for example.

Also, we need to add missing "CSV Files" and "TEXT Files" page for [Data 
Sources 
documents|https://spark.apache.org/docs/latest/sql-data-sources.html#data-sources].

To clarify the task,
 # create "CSV Files" page for Data Source documents.
 # create "TEXT files" page for Data Source documents.
 # move data source options from Python and Scala into a single page.


> Move data source options docs for Python and Scala into a single page
> -
>
> Key: SPARK-34491
> URL: https://issues.apache.org/jira/browse/SPARK-34491
> Project: Spark
>  Issue Type: Documentation
>  Components: docs
>Affects Versions: 3.2.0
>Reporter: Haejoon Lee
>Priority: Major
>
> Currently we documents options of various data sources for Python and Scala 
> in a separated page.
>  * Python 
> [here|http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrameReader]
>  * Scala 
> [here|https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/DataFrameReader.html]
> However, we'd better to move this into a single page so that we can fix only 
> one place when we need to manage the data source options. See 
> [Avro|https://spark.apache.org/docs/latest/sql-data-sources-avro.html#apache-avro-data-source-guide]
>  for example.
> Also, we need to add missing "CSV Files" and "TEXT Files" page for [Data 
> Sources 
> documents|https://spark.apache.org/docs/latest/sql-data-sources.html#data-sources].
> To clarify the task,
>  # create "CSV Files" page for Data Source documents.
>  # create "TEXT files" page for Data Source documents.
>  # move Parquet data source options from Python and Scala into a single page.
>  # move other data source options from Python and Scala into a single page.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-34491) Move data source options docs for Python and Scala into a single page

2021-03-10 Thread Haejoon Lee (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-34491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Haejoon Lee updated SPARK-34491:

Description: 
Currently we documents options of various data sources for Python and Scala in 
a separated page.
 * Python 
[here|http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrameReader]
 * Scala 
[here|https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/DataFrameReader.html]

However, we'd better to move this into a single page so that we can fix only 
one place when we need to manage the data source options. See 
[Avro|https://spark.apache.org/docs/latest/sql-data-sources-avro.html#apache-avro-data-source-guide]
 for example.

Also, we need to add missing "CSV Files" and "TEXT Files" page for [Data 
Sources 
documents|https://spark.apache.org/docs/latest/sql-data-sources.html#data-sources].

To clarify the task,
 # create "CSV Files" page for Data Source documents.
 # create "TEXT files" page for Data Source documents.
 # move data source options from Python and Scala into a single page.

  was:
Currently we documents options of various data sources for Python and Scala in 
a separated page.
 * Python 
[here|http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrameReader]
 * Scala 
[here|https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/DataFrameReader.html]

However, we'd better to move this into a single page so that we can fix only 
one place when we need to manage the data source options. See 
[Avro|https://spark.apache.org/docs/latest/sql-data-sources-avro.html#apache-avro-data-source-guide]
 for example.

Also, we need to add missing "CSV Files" and "TEXT Files" page for [Data 
Sources 
documents|https://spark.apache.org/docs/latest/sql-data-sources.html#data-sources].

To clarify the task,
 # create "CSV Files" page for Data Source documents.
 # create "TEXT files" page for Data Source documents.
 # move data source options from Python and Scala into a single page.


> Move data source options docs for Python and Scala into a single page
> -
>
> Key: SPARK-34491
> URL: https://issues.apache.org/jira/browse/SPARK-34491
> Project: Spark
>  Issue Type: Documentation
>  Components: docs
>Affects Versions: 3.2.0
>Reporter: Haejoon Lee
>Priority: Major
>
> Currently we documents options of various data sources for Python and Scala 
> in a separated page.
>  * Python 
> [here|http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrameReader]
>  * Scala 
> [here|https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/DataFrameReader.html]
> However, we'd better to move this into a single page so that we can fix only 
> one place when we need to manage the data source options. See 
> [Avro|https://spark.apache.org/docs/latest/sql-data-sources-avro.html#apache-avro-data-source-guide]
>  for example.
> Also, we need to add missing "CSV Files" and "TEXT Files" page for [Data 
> Sources 
> documents|https://spark.apache.org/docs/latest/sql-data-sources.html#data-sources].
> To clarify the task,
>  # create "CSV Files" page for Data Source documents.
>  # create "TEXT files" page for Data Source documents.
>  # move data source options from Python and Scala into a single page.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-34491) Move data source options docs for Python and Scala into a single page

2021-02-21 Thread Haejoon Lee (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-34491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Haejoon Lee updated SPARK-34491:

Description: 
Currently we documents options of various data sources for Python and Scala in 
a separated page.
 * Python 
[here|http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrameReader]
 * Scala 
[here|https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/DataFrameReader.html]

However, we'd better to move this into a single page so that we can fix only 
one place when we need to manage the data source options. See 
[Avro|https://spark.apache.org/docs/latest/sql-data-sources-avro.html#apache-avro-data-source-guide]
 for example.

Also, we need to add missing "CSV Files" and "TEXT Files" page for [Data 
Sources 
documents|https://spark.apache.org/docs/latest/sql-data-sources.html#data-sources].

To clarify the task,
 # create "CSV Files" page for Data Source documents.
 # create "TEXT files" page for Data Source documents.
 # move data source options from Python and Scala into a single page.

  was:
Currently we documents options of various data sources for Python and Scala in 
a separated page.
 * Python 
[here|http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrameReader]
 * Scala 
[here|https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/DataFrameReader.html]

However, we'd better to move this into a single page so that we can fix only 
one place when we need to manage the data source options. See 
[Avro|https://spark.apache.org/docs/latest/sql-data-sources-avro.html#apache-avro-data-source-guide]
 for example.

Also, we need to add missing "CSV Files" and "TEXT Files" page for [Data 
Sources 
documents|https://spark.apache.org/docs/latest/sql-data-sources.html#data-sources].

To clarify the task,
 # create "CSV Files" and "TEXT files" page for Data Source documents.
 # move data source options from Python and Scala into a single page.


> Move data source options docs for Python and Scala into a single page
> -
>
> Key: SPARK-34491
> URL: https://issues.apache.org/jira/browse/SPARK-34491
> Project: Spark
>  Issue Type: Documentation
>  Components: docs
>Affects Versions: 3.2.0
>Reporter: Haejoon Lee
>Priority: Major
>
> Currently we documents options of various data sources for Python and Scala 
> in a separated page.
>  * Python 
> [here|http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrameReader]
>  * Scala 
> [here|https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/DataFrameReader.html]
> However, we'd better to move this into a single page so that we can fix only 
> one place when we need to manage the data source options. See 
> [Avro|https://spark.apache.org/docs/latest/sql-data-sources-avro.html#apache-avro-data-source-guide]
>  for example.
> Also, we need to add missing "CSV Files" and "TEXT Files" page for [Data 
> Sources 
> documents|https://spark.apache.org/docs/latest/sql-data-sources.html#data-sources].
> To clarify the task,
>  # create "CSV Files" page for Data Source documents.
>  # create "TEXT files" page for Data Source documents.
>  # move data source options from Python and Scala into a single page.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-34491) Move data source options docs for Python and Scala into a single page

2021-02-21 Thread Hyukjin Kwon (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-34491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon updated SPARK-34491:
-
Affects Version/s: (was: 3.0.2)
   3.2.0

> Move data source options docs for Python and Scala into a single page
> -
>
> Key: SPARK-34491
> URL: https://issues.apache.org/jira/browse/SPARK-34491
> Project: Spark
>  Issue Type: Documentation
>  Components: docs
>Affects Versions: 3.2.0
>Reporter: Haejoon Lee
>Priority: Major
>
> Currently we documents options of various data sources for Python and Scala 
> in a separated page.
>  * Python 
> [here|http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrameReader]
>  * Scala 
> [here|https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/DataFrameReader.html]
> However, we'd better to move this into a single page so that we can fix only 
> one place when we need to manage the data source options. See 
> [Avro|https://spark.apache.org/docs/latest/sql-data-sources-avro.html#apache-avro-data-source-guide]
>  for example.
> Also, we need to add missing "CSV Files" and "TEXT Files" page for [Data 
> Sources 
> documents|https://spark.apache.org/docs/latest/sql-data-sources.html#data-sources].
> To clarify the task,
>  # create "CSV Files" and "TEXT files" page for Data Source documents.
>  # move data source options from Python and Scala into a single page.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org