[GitHub] drill pull request #1203: DRILL-6289: Cluster view should show more relevant...

2018-04-09 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1203#discussion_r180296333 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/service/ServiceEngine.java --- @@ -102,6 +105,7 @@ public DrillbitEndpoint start() throws

Unit Testing Docs and [Discuss] Dev Docs location

2018-04-09 Thread Timothy Farkas
Hi All, I am wrapping up a unit testing doc here https://github.com/ilooner/drill/blob/DRILL-6249/docs/DevDocs.md which expands on the unit testing presentation here https://docs.google.com/presentation/d/1YwURHUQRwPYH6d9AU6sF-O_shOKMraMG6KZnRy0ePaM/edit?usp=sharing . I'd also like to

[GitHub] drill pull request #1202: DRILL-6311: No logging information in drillbit.log...

2018-04-09 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1202#discussion_r180275891 --- Diff: exec/vector/pom.xml --- @@ -69,6 +69,7 @@ org.apache.drill drill-common ${project.version} + test ---

[jira] [Created] (DRILL-6317) Allow custom generators in the mock-scan operator. And remove generateTestData method from ValueVector.Mutators

2018-04-09 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-6317: - Summary: Allow custom generators in the mock-scan operator. And remove generateTestData method from ValueVector.Mutators Key: DRILL-6317 URL:

[GitHub] drill pull request #1203: DRILL-6289: Cluster view should show more relevant...

2018-04-09 Thread dvjyothsna
Github user dvjyothsna commented on a diff in the pull request: https://github.com/apache/drill/pull/1203#discussion_r180268114 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/service/ServiceEngine.java --- @@ -102,6 +105,7 @@ public DrillbitEndpoint start() throws

[jira] [Created] (DRILL-6316) drill-embedded trying to use external IP address instead of 127.0.0.1

2018-04-09 Thread Steven Buehler (JIRA)
Steven Buehler created DRILL-6316: - Summary: drill-embedded trying to use external IP address instead of 127.0.0.1 Key: DRILL-6316 URL: https://issues.apache.org/jira/browse/DRILL-6316 Project:

[GitHub] drill pull request #1202: DRILL-6311: No logging information in drillbit.log...

2018-04-09 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1202#discussion_r180252832 --- Diff: exec/vector/pom.xml --- @@ -69,6 +69,7 @@ org.apache.drill drill-common ${project.version} + test ---

[GitHub] drill pull request #1202: DRILL-6311: No logging information in drillbit.log...

2018-04-09 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1202#discussion_r180249547 --- Diff: exec/vector/pom.xml --- @@ -69,6 +69,7 @@ org.apache.drill drill-common ${project.version} + test ---

[GitHub] drill pull request #1203: DRILL-6289: Cluster view should show more relevant...

2018-04-09 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1203#discussion_r180248133 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -289,14 +314,94 @@ }); } } -

[GitHub] drill pull request #1202: DRILL-6311: No logging information in drillbit.log...

2018-04-09 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1202#discussion_r180247017 --- Diff: exec/vector/pom.xml --- @@ -69,6 +69,7 @@ org.apache.drill drill-common ${project.version} + test ---

[GitHub] drill pull request #1203: DRILL-6289: Cluster view should show more relevant...

2018-04-09 Thread dvjyothsna
Github user dvjyothsna commented on a diff in the pull request: https://github.com/apache/drill/pull/1203#discussion_r180238126 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -289,14 +314,94 @@ }); } }

[GitHub] drill pull request #1202: DRILL-6311: No logging information in drillbit.log...

2018-04-09 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1202#discussion_r180226298 --- Diff: exec/vector/pom.xml --- @@ -69,6 +69,7 @@ org.apache.drill drill-common ${project.version} + test ---

[GitHub] drill pull request #1203: DRILL-6289: Cluster view should show more relevant...

2018-04-09 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1203#discussion_r180226226 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -289,14 +314,94 @@ }); } } -

[GitHub] drill pull request #1202: DRILL-6311: No logging information in drillbit.log...

2018-04-09 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1202#discussion_r180205787 --- Diff: exec/vector/pom.xml --- @@ -69,6 +69,7 @@ org.apache.drill drill-common ${project.version} + test ---

[GitHub] drill pull request #1203: DRILL-6289: Cluster view should show more relevant...

2018-04-09 Thread dvjyothsna
Github user dvjyothsna commented on a diff in the pull request: https://github.com/apache/drill/pull/1203#discussion_r180196490 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -289,14 +314,94 @@ }); } }

[jira] [Created] (DRILL-6315) Postgres supports jsonb datatype but drill doesn't

2018-04-09 Thread Ashirvad Gupta (JIRA)
Ashirvad Gupta created DRILL-6315: - Summary: Postgres supports jsonb datatype but drill doesn't Key: DRILL-6315 URL: https://issues.apache.org/jira/browse/DRILL-6315 Project: Apache Drill

[GitHub] drill issue #1203: DRILL-6289: Cluster view should show more relevant inform...

2018-04-09 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1203 @arina-ielchiieva You're correct about the inability to shutdown other Drillbits from the WebUI. But, from what @dvjyothsna explained, it seems that this was the result of a technical hurdle with