Re: Undefined Symbol: getJNIEnv

2018-01-02 Thread Jin Chul Kim
Hi, Please retry the build without -so option if you are using Ubuntu 16. Best regards, Jinchul > I compiled the Impala with the command( ./buildall.sh -notests -so -release). > And then move the directory to the same directory to start on another > host.But get the errors: > $ cat

Re: New Impala Contributors: IMPALA-6296

2017-12-29 Thread Jin Chul Kim
Hi, I guess she doesn't have a privilege to change assignee. The permission should be provided by somebody who has an admin privilege. @Mansi, please share your username. Best regards, Jinchul 2017-12-30 0:02 GMT+09:00 Vincent Tran : > You should be able to just simply

build broken

2017-12-05 Thread Jin Chul Kim
Hi, Currently Impala build is broken because the child change was merged without the merge of the parent change. (parent) https://gerrit.cloudera.org/#/c/8760/: [security] Make the kerberos principal configurable for Kudu servers (child) https://gerrit.cloudera.org/#/c/8761/: IMPALA-6256:

[IMPALA-3060] Supports IS [NOT] NULL feature for complex types

2017-11-30 Thread Jin Chul Kim
Hi, I would like to get your advice before implementing the feature https://issues.apache.org/jira/browse/IMPALA-3060 Let me start with struct type of complex types. Would you please answer the questions? Thanks. 1. Does StructType have getSlotSize? If your answer is yes, do you think the

Re: Unresolved compilation: AdlFileSystem cannot be resolved to a type

2017-11-29 Thread Jin Chul Kim
FYI, this issue might be similar to https://issues.apache.org/jira/browse/IMPALA-6073 2017. 11. 30. 오후 1:24, Alexander Behm 작성: > Do you have this jar in your CLASSPATH when starting the services? > > hadoop-azure-datalake-2.6.0-cdh5.14.0-SNAPSHOT.jar > > If not, you

[IMPALA-3060] Supports IS [NOT] NULL feature for complex types(e.g. STRUCT)

2017-11-28 Thread Jin Chul Kim
Hi, I would like to get your advice before taking over the ticket. https://issues.apache.org/jira/browse/IMPALA-3060 I already know how works IS [NOT] NULL for primitive type, but I don't know null status for complex types. As far as I know, it is impossible to assign null to struct column

IMPALA-5078: break up expr-test.cc

2017-11-16 Thread Jin Chul Kim
Hi, https://issues.apache.org/jira/browse/IMPALA-5078 I'd like to get your advice if I will refactor expr-test.cc. Henry suggests grouping tests by string instructions and move them to expr-string-test.cc. I like his idea. You know filenames (e.g. cast-functions*, timestamp-functions*,