Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Impala error during install

avatar
Explorer

Helo,

 

I'm getting this error when I installed impala and I searched around but, cannot find a solution.

 

"invalid short-circuit reads configuration: - Impala cannot read or execute the parent directory of dfs.domain.socket.path"

1 ACCEPTED SOLUTION

avatar
4 REPLIES 4

avatar

avatar
Expert Contributor

I got the same error, resolved by creating /var/run/hdfs-sockets/dn directory.

avatar
Contributor
I had the same issue and was resolved by creating /var/run/hdfs-sockets directory and changing the ownership of that folders to hdfs:hdfs via chown hdfs:hdfs /var/run/hdfs-sockets

avatar
Contributor

Also make sure that the HDFS Data Node is running on that server.