diff --git a/compiler/dspash/hdfs_utils.py b/compiler/dspash/hdfs_utils.py index cc9ece00a..c6758cfa6 100644 --- a/compiler/dspash/hdfs_utils.py +++ b/compiler/dspash/hdfs_utils.py @@ -7,7 +7,7 @@ # if you are running this outside of the docker container # you may want to change this to localhost for testing -host = "localhost" +host = "namenode" port = "9870" daemon_quit = Event()