FAQ
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].

Search Discussions

  • Tatsuo Kawasaki at Dec 27, 2013 at 12:50 pm
    Hi,

    Have you already installed hadoop packages before impala?

    http://www.cloudera.com/content/cloudera-content/cloudera-docs/Impala/latest/Installing-and-Using-Impala/ciiu_prereqs.html?scroll=prereqs

    --
    Tatsuo

    2013/12/27 21:42、[email protected] のメッセージ:
    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]#

    [[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]#



    [root@gluster1 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].
    To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
  • Roert Chiu at Dec 27, 2013 at 1:55 pm
    Yeah. I have installed CDH4, HIVE, MYSQL...

    I use four Virtual Machines to setup a cluster.
    VM1 is configured as HDFS NameNode and impala-state-store.
    VM2,VM3,VM4 are configured as HDFS datanode and impalad.
    VM3 is installed mysql server and VM1 has connnected to mysql server
    located in VM3.
    I have started impala-state-store successfully in VM1.
    I guess everything will be fine ,but I do not know how to start impalad.

    I use rpm packet to install impala, I donot know why impala are install in
    /usr/lib/impala
    any method for me to use "service impala-server start"?


    2013/12/27 Tatsuo Kawasaki <[email protected]>
    Hi,

    Have you already installed hadoop packages before impala?


    http://www.cloudera.com/content/cloudera-content/cloudera-docs/Impala/latest/Installing-and-Using-Impala/ciiu_prereqs.html?scroll=prereqs

    --
    Tatsuo

    2013/12/27 21:42、[email protected] のメッセージ:

    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].

    To unsubscribe from this group and stop receiving emails from it, send an
    email to [email protected].
    To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
  • Tatsuo Kawasaki at Dec 27, 2013 at 3:57 pm
    Hi Roert,

    line 35 in the "/etc/rc.d/init.d/impala-server" is:
    . /etc/default/hadoop

    How did you install the hadoop (CDH4) package on VM2/VM3/VM4?

    Please try to type below command.
    # rpm -qa |grep hadoop-2.0.0
    # rpm -qf /etc/default/hadoop

    If you have installed CDH4 using tarball, I think you should modify
    impala-server scripts.

    --
    Tatsuo

    On Sat, Dec 28, 2013 at 12:16 AM, Tony Li Xu wrote:

    Hi Roert:

    Just curious what does line 35 in "/etc/init.d/impala-server" try to do?
    Can you post the whole line? Normally the /etc/default contains some
    parameters that user is likely to change rather than embedding values in
    the actual impala-server script.

    Also what does Impala log file say? Any additional error/warning messages?

    Have you try commented out line 35 then start the impala-server script?

    --
    Tony

    On Fri, Dec 27, 2013 at 8:55 AM, Roert Chiu wrote:

    Yeah. I have installed CDH4, HIVE, MYSQL...

    I use four Virtual Machines to setup a cluster.
    VM1 is configured as HDFS NameNode and impala-state-store.
    VM2,VM3,VM4 are configured as HDFS datanode and impalad.
    VM3 is installed mysql server and VM1 has connnected to mysql server
    located in VM3.
    I have started impala-state-store successfully in VM1.
    I guess everything will be fine ,but I do not know how to start impalad.

    I use rpm packet to install impala, I donot know why impala are install
    in /usr/lib/impala
    any method for me to use "service impala-server start"?


    2013/12/27 Tatsuo Kawasaki <[email protected]>
    Hi,

    Have you already installed hadoop packages before impala?


    http://www.cloudera.com/content/cloudera-content/cloudera-docs/Impala/latest/Installing-and-Using-Impala/ciiu_prereqs.html?scroll=prereqs

    --
    Tatsuo

    2013/12/27 21:42、[email protected] のメッセ�`ジ:

    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].

    To unsubscribe from this group and stop receiving emails from it, send
    an email to [email protected].
    To unsubscribe from this group and stop receiving emails from it, send
    an email to [email protected].
    To unsubscribe from this group and stop receiving emails from it, send an
    email to [email protected].


    --
    --
    Tatsuo Kawasaki
    [email protected]

    To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupimpala-user @
categorieshadoop
postedDec 27, '13 at 12:42p
activeDec 27, '13 at 3:57p
posts4
users2
websitecloudera.com
irc#hadoop

2 users in discussion

Roert Chiu: 2 posts Tatsuo Kawasaki: 2 posts

People

Translate

site design / logo © 2023 Grokbase