hdfs-deprecated icon indicating copy to clipboard operation
hdfs-deprecated copied to clipboard

[DEPRECATED] This project is deprecated. It will be archived on December 1, 2017.

Results 75 hdfs-deprecated issues
Sort by recently updated
recently updated
newest added

Wondering how many zookeepers do you need for this to deploy correctly. I was trying to leverage some existing zookeepers that I deployed with CDH but then I was having...

I was trying to setup hdfs-mesos on my test environment today and failed. Hadoop/HDFS installation itself is well described and supported within community. Therefore, a question arises: what are the...

``` [email protected]:/opt/hdfs/build/hdfs-mesos-0.1.4# ./bin/hadoop fs -ls hdfs://hdfs/ ls: Call From app1.lab.blue.bisnode.net/10.131.8.21 to hdfs:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused ``` hdfs in hosts file on...

Hello, i've deployed the HDFS on DCOS cluster from `mesosphere/universe` repo with updated `mesos-site.xml` for my cluster, but it seems that framework ignores: ``` mesos.hdfs.data.dir The primary data directory in...

I want to run the hdfs along with the compute for the data locality. It helps me to better manage everything (hdfs/compute etc) if everything is dockerized from the perspective...

Hello, I'd like to have some suggestions on how to achieve or getting close to the following: 1 - How do you completely stop and start the hdfs-mesos framework, maintaining...

Where would I modify to have a different, possibly newer, version of JRE installed when starting up the framework. I notice that when you launch the framework, it goes out...

For some reason after following the install instructions I get this error when running `./bin/hdfs-mesos`. ``` [tibra@tibraserver hdfs-mesos-0.1.4]$ ./bin/hdfs-mesos 2015-09-19 01:13:03,013:28067(0x7f52d7987700):ZOO_INFO@log_env@712: Client environment:zookeeper.version=zookeeper C client 3.4.5 2015-09-19 01:13:03,013:28067(0x7f52d7987700):ZOO_INFO@log_env@716: Client environment:host.name=tibraserver...

I am running mesos 0.24, ZooKeeper 3.4.6, Marathon 0.10.1 and docker 1.8.1 on CoreOS 801.0.0. All of the above are running natively and not within docker containers. I have built...

Currently we are using this dirty patch to make HDFS run on our 10Gb network. https://github.com/Intel-bigdata/hdfs/commit/43bbae2fd463434104a25c75eea3a9ddd347d47c Our servers have a 1Gb management network and a 10Gb data network. Since our...