You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "kethu sai kumar (Jira)" <ji...@apache.org> on 2019/09/24 11:22:00 UTC

[jira] [Updated] (DRILL-7383) Apache Drill RestAPI

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

kethu sai kumar updated DRILL-7383:
-----------------------------------
    Description: 
not able to execute query on files in local system using dfs through Drill rest API in java using httpClient. Example json in post is :

{
 "queryType": "SQL",
 "query": "SELECT * FROM dfs.`C:\\Users\\41612\\Downloads\\review.json` LIMIT 10",
 "autoLimit": 10
}.

Please help!

  was:not able to execute query on files in local system using dfs through Drill rest API in java using httpClient. Example json in post is :


> Apache Drill RestAPI
> --------------------
>
>                 Key: DRILL-7383
>                 URL: https://issues.apache.org/jira/browse/DRILL-7383
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: kethu sai kumar
>            Priority: Major
>
> not able to execute query on files in local system using dfs through Drill rest API in java using httpClient. Example json in post is :
> {
>  "queryType": "SQL",
>  "query": "SELECT * FROM dfs.`C:\\Users\\41612\\Downloads\\review.json` LIMIT 10",
>  "autoLimit": 10
> }.
> Please help!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)