You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "jiaan.geng (JIRA)" <ji...@apache.org> on 2019/01/07 04:29:00 UTC

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

jiaan.geng created SPARK-26556:
----------------------------------

             Summary: 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.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0
            Reporter: jiaan.geng


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