[
https://issues.apache.org/jira/browse/CARBONDATA-3103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16688188#comment-16688188 ]
Kanaka Kumar Avvaru commented on CARBONDATA-3103:
-------------------------------------------------
Hi Xubo,
Can you attach the driver logs here. There might be some underlying exception which is not shown in beeline.
> 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
> Priority: Major
>
> 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)