Dear all :
I used rpm packet to install impala. All the rpms are
installed well. But the default install path is different, impala is
installed in /usr/lib/impala.
When I use "service impala-server start" to start impalad,
an error is occured.
[[email protected] conf]# service impala-server start
/etc/init.d/impala-server: line 35: /etc/default/hadoop: No
such file or directory
How to deal with it? Any experts can give some help?
===================================================================
The following is the details for your reference:
[[email protected] local]# cd impala/
[[email protected] impala]# ls
bigtop-utils-0.4+300-1.cdh4.0.1.p0.1.el6.noarch.rpm
impala-debuginfo-1.2.3-1.p0.352.el6.x86_64.rpm
impala-state-store-1.2.3-1.p0.352.el6.x86_64.rpm
impala-1.2.3-1.p0.352.el6.x86_64.rpm
impala-server-1.2.3-1.p0.352.el6.x86_64.rpm
impala-udf-devel-1.2.3-1.p0.352.el6.x86_64.rpm
impala-catalog-1.2.3-1.p0.352.el6.x86_64.rpm
impala-shell-1.2.3-1.p0.352.el6.x86_64.rpm
libevent-1.4.13-4.el6.x86_64.rpm
*[[email protected] impala]# rpm -ivh
bigtop-utils-0.4+300-1.cdh4.0.1.p0.1.el6.noarch.rpm*
warning: bigtop-utils-0.4+300-1.cdh4.0.1.p0.1.el6.noarch.rpm: Header V4
DSA/SHA1 Signature, key ID e8f86acd: NOKEY
Preparing... ###########################################
[100%]
1:bigtop-utils ###########################################
[100%]
[[email protected] impala]#
*[r[email protected] impala]# rpm -ivh libevent-1.4.13-4.el6.x86_64.rpm*
warning: libevent-1.4.13-4.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature,
key ID c105b9de: NOKEY
Preparing... ###########################################
[100%]
file /usr/lib64/libevent-1.4.so.2.1.3 from install of
libevent-1.4.13-4.el6.x86_64 conflicts with file from package
libevent-1.4.13-1.el6.x86_64
file /usr/lib64/libevent_core-1.4.so.2.1.3 from install of
libevent-1.4.13-4.el6.x86_64 conflicts with file from package
libevent-1.4.13-1.el6.x86_64
file /usr/lib64/libevent_extra-1.4.so.2.1.3 from install of
libevent-1.4.13-4.el6.x86_64 conflicts with file from package
libevent-1.4.13-1.el6.x86_64
[[email protected] impala]#
*[[email protected] impala]# rpm -ivh python-setuptools-0.6.10-3.el6.noarch.rpm
*
warning: python-setuptools-0.6.10-3.el6.noarch.rpm: Header V4 DSA/SHA1
Signature, key ID 192a7d7d: NOKEY
Preparing... ###########################################
[100%]
1:python-setuptools ###########################################
[100%]
[[email protected] impala]#
*[[email protected] impala]# rpm -ivh impala-1.2.3-1.p0.352.el6.x86_64.rpm *
warning: impala-1.2.3-1.p0.352.el6.x86_64.rpm: Header V4 DSA/SHA1
Signature, key ID e8f86acd: NOKEY
Preparing... ###########################################
[100%]
1:impala ###########################################
[100%]
[[email protected] impala]#
*[[email protected] impala]# rpm -ivh
impala-server-1.2.3-1.p0.352.el6.x86_64.rpm *
warning: impala-server-1.2.3-1.p0.352.el6.x86_64.rpm: Header V4 DSA/SHA1
Signature, key ID e8f86acd: NOKEY
Preparing... ###########################################
[100%]
1:impala-server ###########################################
[100%]
[[email protected] impala]#
*[[email protected] impala]# rpm -ivh
impala-debuginfo-1.2.3-1.p0.352.el6.x86_64.rpm *
warning: impala-debuginfo-1.2.3-1.p0.352.el6.x86_64.rpm: Header V4 DSA/SHA1
Signature, key ID e8f86acd: NOKEY
Preparing... ###########################################
[100%]
1:impala-debuginfo ###########################################
[100%]
[[email protected] impala]# *rpm -ivh
impala-shell-1.2.3-1.p0.352.el6.x86_64.rpm*
warning: impala-shell-1.2.3-1.p0.352.el6.x86_64.rpm: Header V4 DSA/SHA1
Signature, key ID e8f86acd: NOKEY
Preparing... ###########################################
[100%]
1:impala-shell ###########################################
[100%]
[[email protected] ~]# find / -name impala
/etc/default/impala
/etc/impala
/etc/alternatives/impala
/usr/lib/debug/usr/lib/impala
/usr/lib/impala
/usr/local/impala
/var/log/impala
/var/run/impala
/var/lib/impala
/var/lib/alternatives/impala
[[email protected] conf]#
[[email protected] conf]#
[[email protected] conf]# service impala-server start
/etc/init.d/impala-server: line 35: /etc/default/hadoop: No such file or
directory
Stopping Impala Server: [ok]
Starting Impala Server: [ok]
[[email protected] conf]#
[[email protected] conf]#
[[email protected] conf]#
[[email protected] conf]#
[[email protected] conf]# ps -ef |grep impala
root 21560 21178 0 20:32 pts/1 00:00:00 grep impala
[[email protected] conf]#
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].