You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Herman van Hovell (JIRA)" <ji...@apache.org> on 2016/11/25 13:44:59 UTC

[jira] [Updated] (SPARK-18538) Concurrent Fetching DataFrameReader JDBC APIs Do Not Work

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

Herman van Hovell updated SPARK-18538:
--------------------------------------
    Priority: Blocker  (was: Critical)

> Concurrent Fetching DataFrameReader JDBC APIs Do Not Work
> ---------------------------------------------------------
>
>                 Key: SPARK-18538
>                 URL: https://issues.apache.org/jira/browse/SPARK-18538
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.1.0
>            Reporter: Xiao Li
>            Assignee: Xiao Li
>            Priority: Blocker
>
> {code}
>   def jdbc(
>       url: String,
>       table: String,
>       columnName: String,
>       lowerBound: Long,
>       upperBound: Long,
>       numPartitions: Int,
>       connectionProperties: Properties): DataFrame
> {code}
> {code}
>   def jdbc(
>       url: String,
>       table: String,
>       predicates: Array[String],
>       connectionProperties: Properties): DataFrame
> {code}
> The above two DataFrameReader JDBC APIs ignore the user-specified parameters of parallelism degree



--
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