Re: Issues with Apache Impala (incubating) website

2016-09-21 Thread Jim Apple
> Almost. It really would be better to spell it explicitly (and avoid a phrase > Cloudera's Hadoop distribution -- since this is something ASF is not > looking too kindly on as per http://www.apache.org/foundation/marks/) > > I'd suggest something along the lines: >"Documentation for previous

Purpose of ParseNode.toSql()

2016-09-21 Thread Zoltan Ivanfi
Dear Impala Developers, I looked into IMPALA-784, which is about properly quoting the result of a "show create table" command. I noticed the ToSqlTest which checks that ParseNode.toSql() applies proper quoting. However, I found that the handler of the "show create table" statement does not use

Re: Purpose of ParseNode.toSql()

2016-09-21 Thread Alex Behm
The main purpose of toSql() is for creating views and the "show create table" statement. Note that when creating a view it is not correct to just dump the query text as is into the Hive Metastore because table names need to be resolved and fully qualified when storing the view definition. On

Re: test errors in local env

2016-09-21 Thread Alex Behm
Thanks for keeping this discussion going. On Sun, Sep 18, 2016 at 8:13 AM, Amos Bird wrote: > > > On Fri, Sep 16, 2016 at 9:06 PM, Amos Bird wrote: > > > >> > >> Hi there, > >> > >> I followed the wiki > >>

Re: Experimental removal syntax support for "select extract(ident from expr)"

2016-09-21 Thread Alex Behm
On Mon, Sep 19, 2016 at 8:03 AM, Wang, Youwei A wrote: > Greetings everyone. > > The reason I want to do the removal mentioned in the caption is I have > tried to add syntax support for the following function for Impala-889 like: > Select btrim(heading/tailing ExprY

Impala Toolchain Build: Unsupported options error

2016-09-21 Thread Valencia Serrao
Hi All, I am building Impala-toolchain on ppc64le. However, while building Kudu's thirdparty "libstdc++-v3", I have encountered following errors: Error1: clang-3.8: error: unsupported option '-print-multi-os-directory' Error2: clang-3.8: error: unknown argument: '-mlong-double-64' I couldn't