You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have
namenode(10.0.5.x) in machine-1
spark master(10.0.5.x) in machine-1
network-endpoint(10.0.5.3) in machine-2
spark worker(10.0.5.x) in machine-2
datanode(10.0.5.x) in machine-2
my code run in spark master(use pyspark) text = sc.textFile("hdfs://namenode:9000/path/file") text.collect()
I create swarm with spark(gettyimage) with your hadoop and I cannot read data in hadoop, I read log in worker and it say Failed to connect to /10.0.5.3:50010 for block BP-1439091006-10.0.5.76-1536712157279:blk_1073741825_1001, add to deadNodes and continue.
10.0.5.3 is network endpoint why namenode connect with endpoint ip?
but I can access data in namenode and why ? it endpoint ip.
i have
namenode(10.0.5.x) in machine-1
spark master(10.0.5.x) in machine-1
network-endpoint(10.0.5.3) in machine-2
spark worker(10.0.5.x) in machine-2
datanode(10.0.5.x) in machine-2
my code run in spark master(use pyspark)
text = sc.textFile("hdfs://namenode:9000/path/file")
text.collect()
I create swarm with spark(gettyimage) with your hadoop and I cannot read data in hadoop, I read log in worker and it say
Failed to connect to /10.0.5.3:50010 for block BP-1439091006-10.0.5.76-1536712157279:blk_1073741825_1001, add to deadNodes and continue.
10.0.5.3 is network endpoint
why namenode connect with endpoint ip?
but I can access data in namenode and why ? it endpoint ip.
docker-compose-hadoop.yml
docker-compose-spark.yml
I create my own network with
docker network create -d overlay hadoop-spark-swarm-network
The text was updated successfully, but these errors were encountered: