[jira] [Updated] (ASTERIXDB-2028) Cannot parse a too-long query

2017-08-11 Thread Jianfeng Jia (JIRA)

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

Jianfeng Jia updated ASTERIXDB-2028:

Description: 
When the query is too long, we receive a `ParseException`. The bigQuery is 
attached, and the ddl can be found at 
[here|https://github.com/ISG-ICS/cloudberry/blob/81e55ab86d4a8acb2a12a57d8c7334f6f970fabf/examples/twittermap/noah/src/main/resources/twitter/aql/ddl.aql]

I checked the cc log, the query is fully printed so it shouldn't be a network 
chunk issue. 
The error stack is as following:

{code}
Aug 11, 2017 11:50:37 AM org.apache.asterix.api.http.server.QueryServiceServlet 
handleExecuteStatementException 
  INFO: null
org.apache.asterix.common.exceptions.CompilationException: null
at 
org.apache.asterix.lang.sqlpp.parser.SQLPPParser.parse(SQLPPParser.java:267)
at 
org.apache.asterix.api.http.server.QueryServiceServlet.executeStatement(QueryServiceServlet.java:458)
at 
org.apache.asterix.api.http.server.QueryServiceServlet.handleRequest(QueryServiceServlet.java:418)
at 
org.apache.asterix.api.http.server.QueryServiceServlet.post(QueryServiceServlet.java:93)
at 
org.apache.hyracks.http.server.AbstractServlet.handle(AbstractServlet.java:78)
at 
org.apache.hyracks.http.server.HttpRequestHandler.handle(HttpRequestHandler.java:70)
at 
org.apache.hyracks.http.server.HttpRequestHandler.call(HttpRequestHandler.java:55)
at 
org.apache.hyracks.http.server.HttpRequestHandler.call(HttpRequestHandler.java:36)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:744)
Caused by: org.apache.asterix.lang.sqlpp.parser.ParseException
... 12 more
{code}

  was:When the query is too long, we receive a `ParseException`. The bigQuery 
is attached, and the ddl can be found at 
[here|https://github.com/ISG-ICS/cloudberry/blob/81e55ab86d4a8acb2a12a57d8c7334f6f970fabf/examples/twittermap/noah/src/main/resources/twitter/aql/ddl.aql]


> Cannot parse a too-long query
> -
>
> Key: ASTERIXDB-2028
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2028
> Project: Apache AsterixDB
>  Issue Type: Bug
>  Components: API - HTTP API
>Reporter: Jianfeng Jia
> Attachments: bigQuery, bigQuery
>
>
> When the query is too long, we receive a `ParseException`. The bigQuery is 
> attached, and the ddl can be found at 
> [here|https://github.com/ISG-ICS/cloudberry/blob/81e55ab86d4a8acb2a12a57d8c7334f6f970fabf/examples/twittermap/noah/src/main/resources/twitter/aql/ddl.aql]
> I checked the cc log, the query is fully printed so it shouldn't be a network 
> chunk issue. 
> The error stack is as following:
> {code}
> Aug 11, 2017 11:50:37 AM 
> org.apache.asterix.api.http.server.QueryServiceServlet 
> handleExecuteStatementException   
> INFO: null
> org.apache.asterix.common.exceptions.CompilationException: null
> at 
> org.apache.asterix.lang.sqlpp.parser.SQLPPParser.parse(SQLPPParser.java:267)
> at 
> org.apache.asterix.api.http.server.QueryServiceServlet.executeStatement(QueryServiceServlet.java:458)
> at 
> org.apache.asterix.api.http.server.QueryServiceServlet.handleRequest(QueryServiceServlet.java:418)
> at 
> org.apache.asterix.api.http.server.QueryServiceServlet.post(QueryServiceServlet.java:93)
> at 
> org.apache.hyracks.http.server.AbstractServlet.handle(AbstractServlet.java:78)
> at 
> org.apache.hyracks.http.server.HttpRequestHandler.handle(HttpRequestHandler.java:70)
> at 
> org.apache.hyracks.http.server.HttpRequestHandler.call(HttpRequestHandler.java:55)
> at 
> org.apache.hyracks.http.server.HttpRequestHandler.call(HttpRequestHandler.java:36)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:744)
> Caused by: org.apache.asterix.lang.sqlpp.parser.ParseException
> ... 12 more
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ASTERIXDB-2028) Cannot parse a too-long query

2017-08-11 Thread Jianfeng Jia (JIRA)

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

Jianfeng Jia updated ASTERIXDB-2028:

Attachment: bigQuery

> Cannot parse a too-long query
> -
>
> Key: ASTERIXDB-2028
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2028
> Project: Apache AsterixDB
>  Issue Type: Bug
>  Components: API - HTTP API
>Reporter: Jianfeng Jia
> Attachments: bigQuery, bigQuery
>
>
> When the query is too long, we receive a `ParseException`. The bigQuery is 
> attached, and the ddl can be found at 
> [here|https://github.com/ISG-ICS/cloudberry/blob/81e55ab86d4a8acb2a12a57d8c7334f6f970fabf/examples/twittermap/noah/src/main/resources/twitter/aql/ddl.aql]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ASTERIXDB-2028) Cannot parse a too-long query

2017-08-11 Thread Jianfeng Jia (JIRA)

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

Jianfeng Jia updated ASTERIXDB-2028:

Attachment: (was: bigQuery (1))

> Cannot parse a too-long query
> -
>
> Key: ASTERIXDB-2028
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2028
> Project: Apache AsterixDB
>  Issue Type: Bug
>  Components: API - HTTP API
>Reporter: Jianfeng Jia
> Attachments: bigQuery
>
>
> When the query is too long, we receive a `ParseException`. The bigQuery is 
> attached, and the ddl can be found at 
> [here|https://github.com/ISG-ICS/cloudberry/blob/81e55ab86d4a8acb2a12a57d8c7334f6f970fabf/examples/twittermap/noah/src/main/resources/twitter/aql/ddl.aql]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ASTERIXDB-2028) Cannot parse a too-long query

2017-08-11 Thread Jianfeng Jia (JIRA)

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

Jianfeng Jia updated ASTERIXDB-2028:

Attachment: bigQuery (1)

a bigger one.

> Cannot parse a too-long query
> -
>
> Key: ASTERIXDB-2028
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2028
> Project: Apache AsterixDB
>  Issue Type: Bug
>  Components: API - HTTP API
>Reporter: Jianfeng Jia
> Attachments: bigQuery, bigQuery (1)
>
>
> When the query is too long, we receive a `ParseException`. The bigQuery is 
> attached, and the ddl can be found at 
> [here|https://github.com/ISG-ICS/cloudberry/blob/81e55ab86d4a8acb2a12a57d8c7334f6f970fabf/examples/twittermap/noah/src/main/resources/twitter/aql/ddl.aql]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)