Created 05-24-2016 11:26 PM
Listening for transport dt_socket at address: 8000
If I run a HiveQL file from Zeppelin, I receive the above error.
Any workarounds?
Created 05-25-2016 11:12 PM
I agree this is a major issue. I have the issue reproduced. Will find a fix.
Created 05-25-2016 12:14 AM
What are you trying to do?
Created 05-25-2016 12:19 AM
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
Created 05-25-2016 02:33 AM
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?
Created 05-25-2016 11:12 PM
I agree this is a major issue. I have the issue reproduced. Will find a fix.