Hi Taehwan! If you aim to establish a development environment for building Impala from its source codes, you can refer to this document: https://cwiki.apache.org/confluence/display/IMPALA/Building+Impala. Within this guide, you can execute the command '${IMPALA_HOME}/buildall.sh -skiptests -noclean' to build Impala. To initiate clusters in the development environment, use the commands '$IMPALA_HOME/testdata/bin/run-all.sh' and '${IMPALA_HOME}/bin/start-impala-cluster.py'.
Alternatively, if you prefer using a pre-built release, you can download the deb/rpm package from 'https://github.com/apache/impala/releases/tag/4.4.1' and proceed with installation. Post-installation, copy the Hive and HDFS configuration files to '/opt/impala/conf/' and config the correct JAVA_HOME in '/opt/impala/conf/impala-env.sh'. You can then manage the service through the script '/opt/impala/bin/impala.sh', with detailed usage instructions available by running '/opt/impala/bin/impala.sh --help'. Note that '/etc/default/impala' and 'service impala-server restart' are specific to the Cloudera commercial version. At 2024-11-15 04:52:15, "강태환" <fish...@naver.com> wrote: >Hi, there! >My name is Taehwan >I'm Korean. > >I send you an email to ask some question ! >I'm now sure whether you check this or not bu I hope you do. > >My question is >I'm trying to build up impala 4.4.1 with Documentation for Impala 4.4.1. >But It is not easy. >Since downloaded latest releases, I have been confused because some >instructions are quite different. >for example, documents says "defaults file, /etc/default/impala.", but mine >has no that paths. >more, I can't execute "service impala-server restart" because, what I >installed is just source code. >I tried "./bin/bootstrap_development.sh" but still I can't execute impalad and >so on. >I have no idea what I should do... >So, I want you to give some advice for setting up for 4.4.1 version if you >have experience this ! >Thanks in advance !!