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 2019/01/07 05:16:00 UTC

[jira] [Assigned] (SPARK-26556) Create table using lengthy provider when you use thrid party connector.

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

Apache Spark reassigned SPARK-26556:
------------------------------------

    Assignee: Apache Spark

> Create table using lengthy provider when you use thrid party connector.
> -----------------------------------------------------------------------
>
>                 Key: SPARK-26556
>                 URL: https://issues.apache.org/jira/browse/SPARK-26556
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0
>            Reporter: jiaan.geng
>            Assignee: Apache Spark
>            Priority: Minor
>
> Spark sql has built-in support for some data sources, such as jdbc, orc, json, and avro.
> For example:
> create table class_room
>  (
>  id long,
>  name string,
>  comment string
> ) using orc
> But,spark sql Create table using lengthy provider when you use thrid party connector.
> For example:
> create table class_room
> (
> id long,
> name string,
> comment string
> ) using org.elasticsearch.spark.sql
> Maybe there could have a improvement for simplify.
> For example:
> create table class_room
> (
> id long,
> name string,
> comment string
> ) using es



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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