You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/09/29 05:01:20 UTC

[jira] [Assigned] (SPARK-17719) Unify and tie up options in a single place in JDBC datasource API

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

Apache Spark reassigned SPARK-17719:
------------------------------------

    Assignee:     (was: Apache Spark)

> Unify and tie up options in a single place in JDBC datasource API
> -----------------------------------------------------------------
>
>                 Key: SPARK-17719
>                 URL: https://issues.apache.org/jira/browse/SPARK-17719
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Hyukjin Kwon
>            Priority: Minor
>
> - JDBC options are arbitrarily located as {{Map[String, String}}, {{Properties}} and {{JDBCOptions}}. It'd be great if we can unify the usages.
> - Also, there are several options not placed in {{JDBCOptions}} which are, {{batchsize}}, {{fetchszie}} and {{isolationlevel}}. It'd be good if we put them together.
> - {{batchSize}} and {{isolationLevel}} are undocumented.
> - We could verify and check the argument before actually executing. For example, it seems {{fetchsize}} is being checked after execution and it seems throwing an exception wrapped by {{SparkException}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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