Questions about rpc

2017-08-07 Thread weijie tong
There's a case that the partitioned sender elapsed lots of time to wait . >From the profile ,we saw that the sender waits for 1 hour ,the opposite recivier and its subsequent hash aggregate operator spends 1 hour to its process time. (39 sender minor fragments,7 reciver minor fragments, each

[HANGOUT] Suggestions for hangout topics for 08/08/2017

2017-08-07 Thread Karthik Manivannan
Hi, Please add any topics that you want to discuss during the 08/08/2017 hangout (10 AM PST) to this thread. Topics will also be collected at the start of the hangout. Hangout link: https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc Thanks. Karthik Manivannan

[GitHub] drill pull request #885: DRILL-5687: Disable TestMergeJoinWithSchemaChanges#...

2017-08-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/885 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] drill pull request #878: DRILL-5675: Drill C++ Client reports incorrect date...

2017-08-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/878 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] drill issue #895: DRILL-5704: Improve error message on client side when quer...

2017-08-07 Thread sohami
Github user sohami commented on the issue: https://github.com/apache/drill/pull/895 @parthchandra - Thanks for the feedback. IOException is thrown for various reason from FileSystem api's and hence I was just printing the exception message. But I have added a hint statement based on

[jira] [Resolved] (DRILL-5685) Provide a way to set common environment variable between sqlline and Drillbit differently.

2017-08-07 Thread Sorabh Hamirwasia (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sorabh Hamirwasia resolved DRILL-5685. -- Resolution: Fixed > Provide a way to set common environment variable between sqlline

[GitHub] drill issue #896: WIP: Made UI links relative.

2017-08-07 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/896 Please file an Apache Drill JIRA for this issue, then modify the title: DRILL-: Made UI links relative. --- If your project is set up for it, you can reply to this email and have

[GitHub] drill issue #890: Escape version number period separator, this captures vers...

2017-08-07 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/890 Please put the JIRA ticket number in the title so that the system will automagically send comments & close notices to the JIRA ticket. Example: DRILL-5698: Escape version number period

[GitHub] drill pull request #868: DRILL-5547:Linking config options with system optio...

2017-08-07 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/868#discussion_r131735150 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/compile/TestClassTransformation.java --- @@ -68,7 +69,7 @@ public void

[GitHub] drill issue #875: DRILL-5671 Set secure ACLs (Access Control List) for Drill...

2017-08-07 Thread bitblender
Github user bitblender commented on the issue: https://github.com/apache/drill/pull/875 Yes. There will be a commit addressing the issues raised here. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

RE: Understanding the -Dbounds JVM option

2017-08-07 Thread Kunal Khatua
I believe that flag was renamed https://github.com/apache/drill/blob/master/exec/memory/base/src/main/java/org/apache/drill/exec/memory/BoundsChecking.java I might not be the best person to answer this, but it involves enforcing the bounds checking of value vectors so that Drill does not access

RE: compiling drill 1.11.0 with cdh profile

2017-08-07 Thread Kunal Khatua
Are you able to access the website mentioned? The default profile built successfully, and I'd guess that build should work on CDH as well. With the CDH profile, I got failure due to dependencies. Need to check why the Vectors package failed, but I don't see the problem that you do : [INFO]

[GitHub] drill issue #875: DRILL-5671 Set secure ACLs (Access Control List) for Drill...

2017-08-07 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/875 Looks like this patch was applied to an internal branch. Will there be another commit to address the issues raised here for the Apache Drill branch? --- If your project is set up for it, you can

Re: Continuous Integration Tests Failing

2017-08-07 Thread Charles Givre
Is there anything that can be done? The PR I submitted shouldn’t really have affected the build process since they were just template edits on the UI. — C > On Aug 7, 2017, at 13:45, Jinfeng Ni wrote: > > I saw that the last commit (9d1d815), which upgrades drill version to

[GitHub] drill issue #870: DRILL-5664: Enable security for Drill HiveStoragePlugin ba...

2017-08-07 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/870 What is the status of this PR? Appears that there was substantial discussion about whether the approach here is appropriate for Apache Drill. Had the PR been updated with an alternative? Or,

[GitHub] drill issue #805: Drill-4139: Exception while trying to prune partition. jav...

2017-08-07 Thread vvysotskyi
Github user vvysotskyi commented on the issue: https://github.com/apache/drill/pull/805 Currently, I am waiting when DRILL-5660 is merged. I will add a comment when it is ready for another review. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] drill issue #805: Drill-4139: Exception while trying to prune partition. jav...

2017-08-07 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/805 What is the status of this PR? More work to do? Ready for another review? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] drill issue #895: DRILL-5704: Improve error message on client side when quer...

2017-08-07 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/895 This is only marginally better. It would be nicer if the error message could suggest what the user needs to do to fix the problem, perhaps? --- If your project is set up for it, you can reply

Re: Continuous Integration Tests Failing

2017-08-07 Thread Jinfeng Ni
I saw that the last commit (9d1d815), which upgrades drill version to 1.12.0-SNAPSHOT, has CI failure, while the two commits before that commit were shown to have successful CI test. Not clear why update the version number would cause such difference. On Mon, Aug 7, 2017 at 8:51 AM, Charles Givre

[GitHub] drill pull request #868: DRILL-5547:Linking config options with system optio...

2017-08-07 Thread dvjyothsna
Github user dvjyothsna commented on a diff in the pull request: https://github.com/apache/drill/pull/868#discussion_r131712468 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/compile/TestClassTransformation.java --- @@ -68,7 +69,7 @@ public void

[jira] [Created] (DRILL-5707) Non-scalar subquery fails the whole query if it's aggregate column has an alias

2017-08-07 Thread Muhammad Gelbana (JIRA)
Muhammad Gelbana created DRILL-5707: --- Summary: Non-scalar subquery fails the whole query if it's aggregate column has an alias Key: DRILL-5707 URL: https://issues.apache.org/jira/browse/DRILL-5707

[GitHub] drill pull request #874: DRILL-5663: Drillbit fails to start when only keyst...

2017-08-07 Thread parthchandra
Github user parthchandra commented on a diff in the pull request: https://github.com/apache/drill/pull/874#discussion_r131703561 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java --- @@ -122,10 +122,10 @@ String HTTP_SESSION_MEMORY_RESERVATION

[GitHub] drill pull request #868: DRILL-5547:Linking config options with system optio...

2017-08-07 Thread dvjyothsna
Github user dvjyothsna commented on a diff in the pull request: https://github.com/apache/drill/pull/868#discussion_r131702178 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/options/FallbackOptionManager.java --- @@ -144,4 +144,27 @@ public OptionList

Continuous Integration Tests Failing

2017-08-07 Thread Charles Givre
Hello everyone, I wanted to ask if there is something wrong with the Travis-CI test? It looks as if every PR is failing since we pushed out Drill 1.11. Could someone please take a look? Thanks, — C

[GitHub] drill pull request #891: DRILL-5699: Drill Web UI Page Source Has Links To E...

2017-08-07 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/891#discussion_r131677320 --- Diff: exec/java-exec/src/main/resources/rest/generic.ftl --- @@ -27,7 +27,9 @@ - + --- End diff

[GitHub] drill pull request #891: DRILL-5699: Drill Web UI Page Source Has Links To E...

2017-08-07 Thread sindhurirayavaram
Github user sindhurirayavaram commented on a diff in the pull request: https://github.com/apache/drill/pull/891#discussion_r131671757 --- Diff: exec/java-exec/src/main/resources/rest/generic.ftl --- @@ -27,7 +27,9 @@ - + --- End diff

Caching Indexes

2017-08-07 Thread Muhammad Gelbana
Some queries may require an index to be created before performing a join operation for instance. Is there a way to cache that index for future use ? Thanks, Gelbana

Re: Webui and absolute links

2017-08-07 Thread Arina Yelchiyeva
Hi Jorg, can you please first create Drill Jira and describe the problem there and then link it to your PR? Kind regards Arina On Mon, Aug 7, 2017 at 4:28 AM, Jörg Schad wrote: > Maybe code can express my intentions more clearly: > https://github.com/apache/drill/pull/896

[GitHub] drill pull request #891: DRILL-5699: Drill Web UI Page Source Has Links To E...

2017-08-07 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/891#discussion_r131650994 --- Diff: exec/java-exec/src/main/resources/rest/generic.ftl --- @@ -27,7 +27,9 @@ - + --- End diff

[GitHub] drill pull request #898: Fixed bug with java version detection

2017-08-07 Thread KrysKruk
Github user KrysKruk closed the pull request at: https://github.com/apache/drill/pull/898 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] drill issue #898: Fixed bug with java version detection

2017-08-07 Thread KrysKruk
Github user KrysKruk commented on the issue: https://github.com/apache/drill/pull/898 Duplicate of #890 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] drill pull request #898: Fixed bug with java version detection

2017-08-07 Thread KrysKruk
GitHub user KrysKruk opened a pull request: https://github.com/apache/drill/pull/898 Fixed bug with java version detection e.g. `java version 1.8.0_144` was failing

Understanding the -Dbounds JVM option

2017-08-07 Thread Muhammad Gelbana
This page refers to a JVM option by the name *bounds*. I tried googling for it but I couldn't find anything. Would someone please elaborate on the effect of this option or post a link that does ? Thanks, Gelbana

Spelling mistake in the "system options" page

2017-08-07 Thread Muhammad Gelbana
I felt it's not a big deal so I thought I don't have a create a Jira task for it. On this page , search for "with have", you should find only one instance, I believe it should be "will have". Thanks, Gelbana

compiling drill 1.11.0 with cdh profile

2017-08-07 Thread Dor Ben Dov
Hi all, Tried to compile source code of branch 1.11.0 with profile cdh for cloudera - getting this exception, anyone ? [dor@dor-fedora64 drill]$ mvn -U -DskipTests clean install -Pcdh [INFO] Scanning for projects... Downloading: