[jira] [Created] (CARBONDATA-3103) Can't create external with S3 path

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-3103) Can't create external with S3 path

Akash R Nilugal (Jira)
xubo245 created CARBONDATA-3103:
-----------------------------------

             Summary: Can't create external with S3 path
                 Key: CARBONDATA-3103
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3103
             Project: CarbonData
          Issue Type: Bug
    Affects Versions: 1.5.1
            Reporter: xubo245
            Assignee: xubo245



Can't create external with S3 path:

{code:java}
0: jdbc:hive2://127.0.0.1:10000> create external table xubo2 stored by 'carbondata' location 's3a://k8s/xubo3';
Error: org.apache.spark.sql.AnalysisException: == Parse1 ==

Operation not allowed: Invalid table path provided: s3a://k8s/xubo3 (line 1, pos 0)

== SQL ==
create external table xubo2 stored by 'carbondata' location 's3a://k8s/xubo3'
^^^

== Parse2 ==
[1.8] failure: identifier matching regex (?i)STREAM expected

create external table xubo2 stored by 'carbondata' location 's3a://k8s/xubo3'
       ^;; (state=,code=0)

{code}



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