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

Yingyi Bu updated ASTERIXDB-1787:
---------------------------------
    Description: 
Any number-based NC name should work for the loading data DDL.

cc.conf:

{noformat}
[cc]
cluster.address=172.31.21.125

[nc/1]
address=172.31.21.125
[nc/2]
address=172.31.25.40

[nc]
txnlogdir=/home/ec2-user/txnlog
iodevices=/home/ec2-user/iodevice
command=asterixnc
{noformat}


The following statement fails:

{noformat}
load dataset LineItem using localfs 
((`path`=`1:///home/ec2-user/tpch/lineitem.tbl.1,2:///home/ec2-user/tpch/lineitem.tbl.2`),(`format`=`delimited-text`),(`delimiter`=`|`));
{noformat}


  was:Any number-based NC name should work for the loading data DDL.


> number-based NC name should work
> --------------------------------
>
>                 Key: ASTERIXDB-1787
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1787
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: AsterixDB
>            Reporter: Yingyi Bu
>            Assignee: Abdullah Alamoudi
>
> Any number-based NC name should work for the loading data DDL.
> cc.conf:
> {noformat}
> [cc]
> cluster.address=172.31.21.125
> [nc/1]
> address=172.31.21.125
> [nc/2]
> address=172.31.25.40
> [nc]
> txnlogdir=/home/ec2-user/txnlog
> iodevices=/home/ec2-user/iodevice
> command=asterixnc
> {noformat}
> The following statement fails:
> {noformat}
> load dataset LineItem using localfs 
> ((`path`=`1:///home/ec2-user/tpch/lineitem.tbl.1,2:///home/ec2-user/tpch/lineitem.tbl.2`),(`format`=`delimited-text`),(`delimiter`=`|`));
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to