Re: How to control max memory usage in JNI

2017-12-10 Thread Vincent Tran
Hi Yu Feng, You can try to start catalogd with the "-jvm_args" argument. Ref: https://github.com/apache/impala/blob/master/bin/start-catalogd.sh#L45 i.e. bin/start-catalogd.sh -jvm_args="-Xms4294967296 -Xmx4294967296" On Dec 10, 2017 9:18 PM, "yu feng" wrote: > how impala control the max mem

Re: Using comments in query for detailed monitoring

2018-01-17 Thread Vincent Tran
The properties are case sensitive so I would try UseNativeQuery just to dot the i's and cross the t's. Ensure that the property is recognized and applied by the driver by checking the JDBC log. (LogLevel=6;LogPath=/path/to/foo;) On Jan 17, 2018 6:45 PM, "Sunil Parmar" wrote: > useNativeQuery di

Re: Installing impala-shell on a client machine

2018-01-22 Thread Vincent Tran
Hi Jason, If you want to install impala-shell via yum from Cloudera's archive specifically, you can add the repo: sudo wget 'https://archive.cloudera.com/cdh5/ubuntu/xenial/amd64/cdh/cloudera.list -O /etc/apt/sources.list.d/cloudera.list wget https://archive.cloudera.com/cdh5/ubuntu/xenial/amd6

Re: Installing impala-shell on a client machine

2018-01-22 Thread Vincent Tran
s/yum/apt-get/g On Mon, Jan 22, 2018 at 12:39 PM, Vincent Tran wrote: > Hi Jason, > > If you want to install impala-shell via yum from Cloudera's archive > specifically, you can add the repo: > > sudo wget > 'https://archive.cloudera.com/cdh5/ubuntu/xenial/amd

Re: Install Impala on Apache Hadoop and Hive

2018-01-23 Thread Vincent Tran
Hi Anup, Is this the link you are looking for? https://impala.apache.org/docs/build/html/topics/impala_install.html On Tue, Jan 23, 2018 at 7:52 AM, Anup Tiwari wrote: > Hi All > > I want to install impala on my production environment(distributed) :- > > *1. Os Details :* CentOS Linux release

Re: Install Impala on Apache Hadoop and Hive

2018-02-06 Thread Vincent Tran
;>> command or you can start the daemons directly through the impalad, >>>>> statestored, and catalogd executables.*" So i searched for executable >>>>> and found "start-impalad.sh"(which i think is correct one, let me know if >>>>&g

Re: Minidump Symboles are Not Resolving

2018-02-08 Thread Vincent Tran
Looks like the hash of the symbols from your build does not match the one in the minidump. Can you try to pull the symbols from the rpms and try again? I've only used the symbols from local builds on minidumps generated by the same minicluster. So I don't know if you can use that method for minidu

Re: Minidump Symboles are Not Resolving

2018-02-12 Thread Vincent Tran
dera/ > parcels/CDH-5.10.0-1.cdh5.10.0.p0.41/lib/impala/sbin-retail# impalad > --version > impalad version 2.7.0-cdh5.10.0 RELEASE (build > *785a073cd07e2540d521ecebb8b38161ccbd2aa2*) > Built on Fri Jan 20 12:03:56 PST 2017 > > On Thu, Feb 8, 2018 at 8:46 PM Vincent Tran wrote: &g

Re: Minidump Symboles are Not Resolving

2018-02-12 Thread Vincent Tran
t; --version > impalad version 2.7.0-cdh5.10.0 RELEASE (build > *785a073cd07e2540d521ecebb8b38161ccbd2aa2*) > Built on Fri Jan 20 12:03:56 PST 2017 > > On Thu, Feb 8, 2018 at 8:46 PM Vincent Tran wrote: > >> Looks like the hash of the symbols from your build does not match the

Re: Minidump Symboles are Not Resolving

2018-02-16 Thread Vincent Tran
sing any of this underlying OS package managers. > > Anyone knows how to extract symbols from Cloudera Parcels? > > On Mon, Feb 12, 2018 at 1:01 PM, Vincent Tran wrote: > >> For future reference - You can also dump syms from Ubuntu *.deb. The path >> is just slightly

Re: Impala rpms for Centos

2019-10-18 Thread Vincent Tran
That is kinda weird. I deployed a fresh CentOS 7.2 VM, cloned Impala and ran bin/bootstrap_system.sh and it went past that point just fine. My output: [root@whitebox impala]# bin/bootstrap_system.sh > This script will clobber some system settings. Are you sure you want to > continue? [yes/no] yes