We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-p 9000:9000
1 parent 7598752 commit b00c128Copy full SHA for b00c128
tests/test_hdfs/hdfs_test.sh
@@ -19,7 +19,7 @@ set -o pipefail
19
20
HADOOP_VERSION=2.7.0
21
docker pull sequenceiq/hadoop-docker:$HADOOP_VERSION
22
-docker run -d --rm --net=host --name=tensorflow-io-hdfs sequenceiq/hadoop-docker:$HADOOP_VERSION
+docker run -d --rm -p 9000:9000 --name=tensorflow-io-hdfs sequenceiq/hadoop-docker:$HADOOP_VERSION
23
echo "Waiting for 30 secs until hadoop is up and running"
24
sleep 30
25
docker logs tensorflow-io-hdfs
0 commit comments