[GitHub] drill issue #1160: DRILL-6224: Publish current memory usage for Drillbits in...

2018-03-22 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1160 @arina-ielchiieva Restricting this PR to address the bug in `metrics.ftl` Will create a new PR for [DRILL-6289](https://issues.apache.org/jira/browse/DRILL-6289) ---

[jira] [Created] (DRILL-6289) Cluster view should show more relevant information

2018-03-22 Thread Kunal Khatua (JIRA)
Kunal Khatua created DRILL-6289: --- Summary: Cluster view should show more relevant information Key: DRILL-6289 URL: https://issues.apache.org/jira/browse/DRILL-6289 Project: Apache Drill Issue

[GitHub] drill pull request #1185: DRILL-6288: Upgrade org.javassist:javassist and or...

2018-03-22 Thread vrozov
GitHub user vrozov opened a pull request: https://github.com/apache/drill/pull/1185 DRILL-6288: Upgrade org.javassist:javassist and org.reflections:reflections @vdiravka Please review You can merge this pull request into a Git repository by running: $ git pull

[GitHub] drill pull request #1184: DRILL-6242 - Use java.sql.[Date|Time|Timestamp] cl...

2018-03-22 Thread jiang-wu
GitHub user jiang-wu opened a pull request: https://github.com/apache/drill/pull/1184 DRILL-6242 - Use java.sql.[Date|Time|Timestamp] classes to hold value… See Jira ticket for details. Use java.sql.Date, java.sql.Time, and java.sql.Timestamp as the Java representation for their

[GitHub] drill pull request #1177: DRILL-6280: Cleanup execution of BuildTimeScan dur...

2018-03-22 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/1177#discussion_r176608901 --- Diff: exec/java-exec/pom.xml --- @@ -828,31 +828,9 @@ - + org.codehaus.mojo

[jira] [Created] (DRILL-6288) Upgrade org.javassist:javassist and org.reflections:reflections

2018-03-22 Thread Vlad Rozov (JIRA)
Vlad Rozov created DRILL-6288: - Summary: Upgrade org.javassist:javassist and org.reflections:reflections Key: DRILL-6288 URL: https://issues.apache.org/jira/browse/DRILL-6288 Project: Apache Drill

[GitHub] drill pull request #1160: DRILL-6224: Publish current memory usage for Drill...

2018-03-22 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1160#discussion_r176593083 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -291,6 +300,46 @@ var url = protocol + "//" + host + requestPath;

[GitHub] drill pull request #1160: DRILL-6224: Publish current memory usage for Drill...

2018-03-22 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1160#discussion_r176592068 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -192,6 +199,8 @@ var port = getPortNum(); var timeout; var

[GitHub] drill pull request #1160: DRILL-6224: Publish current memory usage for Drill...

2018-03-22 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1160#discussion_r176590360 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -291,6 +300,46 @@ var url = protocol + "//" + host + requestPath;

[GitHub] drill pull request #1160: DRILL-6224: Publish current memory usage for Drill...

2018-03-22 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1160#discussion_r176579901 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -291,6 +300,46 @@ var url = protocol + "//" + host + requestPath;

[GitHub] drill pull request #1160: DRILL-6224: Publish current memory usage for Drill...

2018-03-22 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1160#discussion_r176579720 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -53,11 +53,16 @@ # Address +

Re: ISSUE:- Double quotes replace with triple slash in drill query panel

2018-03-22 Thread Kunal Khatua
Please redirect the question to u...@drill.apache.org ( https://drill.apache.org/mailinglists/ ) This list is primarily for developers working on the Drill source code. Also, the Apache mailing lists don't allow attachments for security reasons. You can share the query result as a link in an

Re: Apache Drill Query is not showing correct data

2018-03-22 Thread Kunal Khatua
Please redirect the question to u...@drill.apache.org ( https://drill.apache.org/mailinglists/ ) This list is primarily for developers working on the Drill source code. Also, the Apache mailing lists don't allow attachments for security reasons. You can share the query result as a link in an

ISSUE:- Double quotes replace with triple slash in drill query panel

2018-03-22 Thread Santosh Nagda
Hello Sir, - I am using Apache drill version 1.13.0 in my project. I am querying on csv file or tar.gz file to get sql result. - In csv file, data contains double quotes so when I execute Apache drill command then it replaces double quotes with triple slash. I want data as it is

Apache Drill Query is not showing correct data

2018-03-22 Thread TejKiran Sharma
Hi, I am working on a sample csv data on which I want to do query. The CSV data contains xml data in one field , second field has string that enclosed by double quote third field that has backslash in string and forth field (Should be last Last Field) that also has data same as second field

[GitHub] drill issue #1183: DRILL-6248: Added limit push down support for system tabl...

2018-03-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1183 @kkhatua please review. ---

[GitHub] drill pull request #1183: DRILL-6248: Added limit push down support for syst...

2018-03-22 Thread arina-ielchiieva
GitHub user arina-ielchiieva opened a pull request: https://github.com/apache/drill/pull/1183 DRILL-6248: Added limit push down support for system tables 1. PojoRecordReader started returning data in batches instead of returing all in one batch. Default batch size is 4000. 2.

[GitHub] drill pull request #1182: DRILL-6287: apache-release profile should be disab...

2018-03-22 Thread vrozov
GitHub user vrozov opened a pull request: https://github.com/apache/drill/pull/1182 DRILL-6287: apache-release profile should be disabled by default @parthchandra @dvjyothsna Please review You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (DRILL-6287) apache-release profile should be disabled by default

2018-03-22 Thread Vlad Rozov (JIRA)
Vlad Rozov created DRILL-6287: - Summary: apache-release profile should be disabled by default Key: DRILL-6287 URL: https://issues.apache.org/jira/browse/DRILL-6287 Project: Apache Drill Issue

[GitHub] drill issue #1180: DRILL-6283: WebServer stores SPNEGO client principal with...

2018-03-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1180 +1 ---

[GitHub] drill issue #1163: DRILL-6053 & DRILL-6237

2018-03-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1163 +1 ---