Re: Running HDFS from source broken since HDFS-11596

2017-07-27 Thread Marton, Elek
Yeah, I suffer from the same problem as well. I will be very happy if it's fixed. Usually I run all of the components from my IDE (namenode, datanode, ozone components etc.). I have two problems: 1. the provided scopes which was mentioned. 2. The components couldn't be started because the ht

Re: Running HDFS from source broken since HDFS-11596

2017-07-25 Thread Andrew Wang
I looked into this more and filed HDFS-12197 with a possible solution. Thanks for the report, Lars! On Fri, Jul 21, 2017 at 12:51 AM, Lars Francke wrote: > Thanks John, that was helpful. I see that you're using the hadoop-dist > directory while the wiki points directly to the project folders (e.

Re: Running HDFS from source broken since HDFS-11596

2017-07-21 Thread Lars Francke
Thanks John, that was helpful. I see that you're using the hadoop-dist directory while the wiki points directly to the project folders (e.g. hadoop-hdfs-project etc.). The former works the latter doesn't. So I guess it's a matter of updating the wiki. On Thu, Jul 20, 2017 at 9:09 AM, John Zhuge

Re: Running HDFS from source broken since HDFS-11596

2017-07-20 Thread John Zhuge
Hi Lars, I am able to run pseudo-distributed mode from a dev tree. Here is the wiki: https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SingleCluster.html#Pseudo-Distributed_Operation . Check out my script pseudo_dist