[ 
https://issues.apache.org/jira/browse/IMPALA-8852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adriano updated IMPALA-8852:
----------------------------
    Description: 
On coordinator only nodes ([typically the edge 
nodes|https://www.cloudera.com/documentation/enterprise/5-15-x/topics/impala_dedicated_coordinator.html#concept_omm_gf1_n2b]):

{code:java}
--is_coordinator=true
--is_executor=false
{code}

the *dfs.domain.socket.path* (can be nonexistent on the local FS as the 
Datanode role eventually is not installed on the edge node).
The non existing path prevent the ImpalaD to start with the message:

{code:java}
I0809 04:15:53.899714 25364 status.cc:124] Invalid short-circuit reads 
configuration:
  - Impala cannot read or execute the parent directory of dfs.domain.socket.path

    @           0xb35f19
    @          0x100e2fe
    @          0x103f274
    @          0x102836f
    @           0xa9f573
    @     0x7f97807e93d4
    @           0xafb3b8
E0809 04:15:53.899749 25364 impala-server.cc:278] Invalid short-circuit reads 
configuration:
  - Impala cannot read or execute the parent directory of dfs.domain.socket.path
{code}


despite a coordinator-only ImpalaD does not do short circuit reads.



  was:
On coordinator only nodes (typically the edge nodes), the 
dfs.domain.socket.path (can be nonexistent on the local FS as the Datanode role 
eventually is not installed on the edge node).
The non existing path prevent the ImpalaD to start with the message:

{code:java}
I0809 04:15:53.899714 25364 status.cc:124] Invalid short-circuit reads 
configuration:
  - Impala cannot read or execute the parent directory of dfs.domain.socket.path

    @           0xb35f19
    @          0x100e2fe
    @          0x103f274
    @          0x102836f
    @           0xa9f573
    @     0x7f97807e93d4
    @           0xafb3b8
E0809 04:15:53.899749 25364 impala-server.cc:278] Invalid short-circuit reads 
configuration:
  - Impala cannot read or execute the parent directory of dfs.domain.socket.path
{code}


despite a coordinator-only ImpalaD does not do short circuit reads.


> The dfs.domain.socket.path can be nonexistent on coordinator only nodes
> -----------------------------------------------------------------------
>
>                 Key: IMPALA-8852
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8852
>             Project: IMPALA
>          Issue Type: New Feature
>          Components: Backend
>    Affects Versions: Impala 3.2.0
>            Reporter: Adriano
>            Priority: Major
>
> On coordinator only nodes ([typically the edge 
> nodes|https://www.cloudera.com/documentation/enterprise/5-15-x/topics/impala_dedicated_coordinator.html#concept_omm_gf1_n2b]):
> {code:java}
> --is_coordinator=true
> --is_executor=false
> {code}
> the *dfs.domain.socket.path* (can be nonexistent on the local FS as the 
> Datanode role eventually is not installed on the edge node).
> The non existing path prevent the ImpalaD to start with the message:
> {code:java}
> I0809 04:15:53.899714 25364 status.cc:124] Invalid short-circuit reads 
> configuration:
>   - Impala cannot read or execute the parent directory of 
> dfs.domain.socket.path
>     @           0xb35f19
>     @          0x100e2fe
>     @          0x103f274
>     @          0x102836f
>     @           0xa9f573
>     @     0x7f97807e93d4
>     @           0xafb3b8
> E0809 04:15:53.899749 25364 impala-server.cc:278] Invalid short-circuit reads 
> configuration:
>   - Impala cannot read or execute the parent directory of 
> dfs.domain.socket.path
> {code}
> despite a coordinator-only ImpalaD does not do short circuit reads.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to