Re: HDFS in Kubernetes

2016-06-12 Thread Klaus Ma
had...@gmail.com<mailto:ravihad...@gmail.com>> wrote: Klaus! Good luck with your attempt to run HDFS inside Kubernetes! Please keep us posted. For creating a new file, a DFSClient : 1. First calls addBlock on the NameNode. https://github.com/apache/hadoop/blob/trunk/hadoop-hdfs-project/had

Re: HDFS in Kubernetes

2016-06-06 Thread Ravi Prakash
Klaus! Good luck with your attempt to run HDFS inside Kubernetes! Please keep us posted. For creating a new file, a DFSClient : 1. First calls addBlock on the NameNode. https://github.com/apache/hadoop/blob/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server

HDFS in Kubernetes

2016-06-04 Thread Klaus Ma
Hi team, I'm working to run HDFS in kubernetes; all configuration is ready: kube-dns, hdfs-site.xml and ssh. But when I create files in HDFS I got the following exception. In exception, "10.0.1.126:50010" is the host's ip & port instead of container; is there any config