[jira] [Created] (DRILL-4697) Editing of multi-line queries in sqlline

2016-05-26 Thread Matt Keranen (JIRA)
Matt Keranen created DRILL-4697: --- Summary: Editing of multi-line queries in sqlline Key: DRILL-4697 URL: https://issues.apache.org/jira/browse/DRILL-4697 Project: Apache Drill Issue Type: Wish

Re: Manta Object Store Support

2016-05-26 Thread Jacques Nadeau
It should "just work". Nothing in the logs? -- Jacques Nadeau CTO and Co-Founder, Dremio On Wed, May 25, 2016 at 7:01 PM, Elijah Zupancic wrote: > Hi Tomer, > > Thanks for your advice about creating a Hadoop FileSystem implementation. > I just finished a prototypical

Re: are random numbers broken?

2016-05-26 Thread Chunhui Shi
There are two issues, one is we use hive's deterministic flag in an opposite way, another one is when drill visit an expression, we take a previous found holder, but that is not right if this function is nondeterministic. A JIRA was created and a pull request of fix was posted:

Re: Contributing to Drill?

2016-05-26 Thread Zelaine Fong
FYI ... Bridget has updated the page to reflect the current review process. It should just be a replacement of the out-dated material with the process that's documented in a Google doc. But if we've mis-represented something, please let us know. Thanks. -- Zelaine On Tue, Apr 12, 2016 at 3:35

Re: Issue with Drill installation

2016-05-26 Thread Nathan Griffith
Hello! Forgive me if you've already done so, but as a sanity check: Have you set up the Windows environment variables as per this article? http://www.dremio.com/blog/installing-apache-drill-on-microsoft-windows/ It's a little tricky, notice how for the 'Path' variable you need the trailing

[jira] [Created] (DRILL-4696) select four table inner join result.Waiting for a long time after drill report error java.lang.OutOfMemoryError: Java heap space

2016-05-26 Thread david_hudavy (JIRA)
david_hudavy created DRILL-4696: --- Summary: select four table inner join result.Waiting for a long time after drill report error java.lang.OutOfMemoryError: Java heap space Key: DRILL-4696 URL:

[GitHub] drill pull request: DRILL-4618: Fix hive function loader not corre...

2016-05-26 Thread chunhui-shi
GitHub user chunhui-shi opened a pull request: https://github.com/apache/drill/pull/509 DRILL-4618: Fix hive function loader not correctly take random flag; … …and function visitor should not use previous function holder if this function is nondeterministic You can merge this