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.

Zeppelin Error - bash interpreter running a HiveQL file: Listening for transport dt_socket at address: 8000

avatar

Listening for transport dt_socket at address: 8000

If I run a HiveQL file from Zeppelin, I receive the above error.

Any workarounds?

1 ACCEPTED SOLUTION

avatar

I agree this is a major issue. I have the issue reproduced. Will find a fix.

View solution in original post

4 REPLIES 4

avatar

What are you trying to do?

avatar

I have a file with multiple HiveSQL statements. I can run the file from bash command line: hive -f my_file_name

When I do this using the bash Interpreter in Zeppelin I receive the message: Listening for transport dt_socket at address: 8000

It's not really an error. The job just runs and hangs

avatar

I could say this is a major issue.

Users cannot use the shell interpreter to run a hive file containing DDL and DML statements. For example:

%sh

hive -f my_hive_file.hql

Is there a way to resolve this?

avatar

I agree this is a major issue. I have the issue reproduced. Will find a fix.