Re: New Impala contributors: getting started

2017-11-29 Thread Alexander Behm
Need to change your remote with "git remote set-url " On Wed, Nov 29, 2017 at 5:34 PM, John Russell wrote: > > git clone https://git-wip-us.apache.org/repos/asf/incubator-impala.git > ~/Impala > > Today, doing a pull on my already-checked-out master branch, I get: > >

Re: Reserving standard SQL keywords next Impala release (IMPALA-3916)

2017-12-12 Thread Alexander Behm
> > Dimitris > > On Tue, Dec 12, 2017 at 10:57 AM, Alexander Behm <alex.b...@cloudera.com> > wrote: > >> Reserving standard SQL keywords seems like a reasonable thing to do, but >> it >> is an incompatible change. I think it should be ok to include the change >&

Re: [DISCUSS] 2.11.0 release

2017-12-07 Thread Alexander Behm
Would also be great to include IMPALA-6286 which is wrong-results bug with runtime filters. On Thu, Dec 7, 2017 at 10:50 AM, Thomas Tauber-Marshall < tmarsh...@cloudera.com> wrote: > On Thu, Dec 7, 2017 at 10:37 AM Jim Apple wrote: > > > I think it would be great to get a

Re: Hive MATCHPATH

2018-05-07 Thread Alexander Behm
No, I'm afraid not. On Mon, May 7, 2018 at 4:41 PM, Alexandra Rodoni wrote: > Does Impala support an equivalent for the Hive matchpath (formally known as > npath) UDTF? >

Re: Unsupported major.minor version 52.0

2018-04-26 Thread Alexander Behm
Are you running a Java8 JDK? On Thu, Apr 26, 2018 at 9:35 AM, Jim Apple wrote: > testdata/bin/run-all.sh fails for me with the following error > > Exception in thread "main" java.lang.UnsupportedClassVersionError: > org/apache/hadoop/hdfs/server/namenode/NameNode :

Re: What kind of sql query can generate multiple children for EXCHANGE node?

2018-02-05 Thread Alexander Behm
; "Typically, an ExchangeNode only has a single sender child but, > e.g., for distributed union queries an ExchangeNode may have one sender > child per > union operand." > > 2018-02-05 11:53 GMT-06:00 Alexander Behm <alex.b...@cloudera.com>: > > > An exchang

Build broken: gerrit-verify-dryrun will likely crash

2018-02-07 Thread Alexander Behm
These two issues are causing frequent but non-deterministic crashes in Impala build+test runs (aka gerrit-verify-dryrun). Please refrain from running gerrit-verify-dryrun until the following issues are resolved. https://issues.apache.org/jira/projects/IMPALA/issues/IMPALA-6488

Freezing jenkins.impala.io Wed 2018-02-07 (today) at 6pm PST

2018-02-07 Thread Alexander Behm
Jenkins will be upgraded today. Timeline: 6pm Wed 2018-02-07: Jenkins will stop accepting new jobs 10pm Wed 2018-02-07: Jenkins will restart If all goes well Jenkins should be back online the morning of Wed 2018-02-08 (PST)

Re: Freezing jenkins.impala.io Wed 2018-02-07 (today) at 6pm PST

2018-02-07 Thread Alexander Behm
ng strange. On Wed, Feb 7, 2018 at 2:53 PM, Alexander Behm <alex.b...@cloudera.com> wrote: > Jenkins will be upgraded today. > > Timeline: > 6pm Wed 2018-02-07: Jenkins will stop accepting new jobs > 10pm Wed 2018-02-07: Jenkins will restart > > If all goes well Jenkins sho

Re: PHJ node assignment

2018-02-12 Thread Alexander Behm
Jeszy, the way I read your question is: How much inter-node parallelism is good? As usual with perf question the answer is "it depends". Involving all nodes in the cluster for a PHJ may not work well. Intuitively, each node should have a minimum amount of work for the cost of shipping fragments

Re: Please Add Me as an Impala Contributor

2018-02-13 Thread Alexander Behm
Done On Tue, Feb 13, 2018 at 9:54 AM, Fredy Wijaya wrote: > My JIRA username is fredyw. > > *Fredy Wijaya* | Software Engineer > e. fwij...@cloudera.com > cloudera.com > > [image: Cloudera] > > [image: Cloudera on

Re: Inconsistent float/double sort order in spec and implementations can lead to incorrect results

2018-02-20 Thread Alexander Behm
lt;= c, were a < b, we can know that the > > whole row group can be included. The addition of NaNs doesn't change > > that. > > > > OTOH, if b <= a <= c, then we have to check the whole row group, and > > the addition of NaNs doesn't change that. > > > > On

Re: Inconsistent float/double sort order in spec and implementations can lead to incorrect results

2018-02-20 Thread Alexander Behm
On Mon, Feb 19, 2018 at 8:04 AM, Zoltan Ivanfi wrote: > Hi, > > Tim, I added your suggestion to introduce a new ColumnOrder to PARQUET-1222 > as the preferred > solution. > > Alex, not writing min/max if there is a NaN is

Re: Inconsistent float/double sort order in spec and implementations can lead to incorrect results

2018-02-16 Thread Alexander Behm
I hope the common cases is that data files do not contain these special float values. As the simplest solution, how about writers refrain from populating the stats if a special value is encountered? That fix does not preclude a more thorough solution in the future, but it addresses the common

Re: Inconsistent float/double sort order in spec and implementations can lead to incorrect results

2018-02-16 Thread Alexander Behm
absence of a NaN in the data, so the reader can't do anything useful > with the stats anyway unless it's NaN-aware. > The writer solution is to only write stats if the data does not contain special values (common case). > > On Fri, Feb 16, 2018 at 9:03 AM, Alexander Behm <alex.b...@clou

Re: Inconsistent float/double sort order in spec and implementations can lead to incorrect results

2018-02-16 Thread Alexander Behm
dOrder" and replace it with something like > > > > "TypeDefinedOrderWithCorrectOrderingForDoubles". We could also count > > up, > > > > like TypeDefinedOrderV2 and so on. > > > > > > > > An alternative would be to list all wr

Re: New Impala committer

2018-04-09 Thread Alexander Behm
Congratulations, Vuk! On Mon, Apr 9, 2018 at 4:56 PM, Dimitris Tsirogiannis < dtsirogian...@cloudera.com> wrote: > The Project Management Committee (PMC) for Apache Impala has invited Vuk > Ercegovac to become a committer and we are pleased to announce that they > have accepted. > >

Re: JIRA necromancy

2018-04-17 Thread Alexander Behm
I agree. Reopening can be very confusing. On Tue, Apr 17, 2018 at 11:20 AM, Jim Apple wrote: > I'm convinced. > > On Tue, Apr 17, 2018 at 10:29 AM, Tim Armstrong > wrote: > > I noticed that there's been a trend recently towards reopening old

Re: Bulk Cherry-Pick FGP Commits to 2.x Branch

2018-04-25 Thread Alexander Behm
I confirm that I checked the code changes and test results. On Wed, Apr 25, 2018 at 1:17 PM, Bharath Vissapragada wrote: > Cool, thanks. > > On Wed, Apr 25, 2018 at 1:14 PM, Fredy Wijaya > wrote: > > > Yeah "Fine-grained Privileges". > > > > > > On