Skip to content

Commit

Permalink
Fix hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
ramizdundar committed Nov 21, 2023
1 parent 470a6f3 commit c550fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/dspash/hdfs_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c550fc1

Please sign in to comment.