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

There's a chance that task reconciliation could return a status update for a task that the scheduler (and its persistentState) either does not know about, or no longer considers to...

stability

Hello. I have a mesos cluster running on google cloud thanks to the mesosphere tooling.This install comes with a pre installed hdfs not managed by my mesos. I installed hdfs...

I have a 3 node mesos setup with 1 master and 2 slaves running on Ubuntu 14.10 64-bit. I compiled the project and uploaded the archive to my master and...

I tried to launch the HDFS framework on top of Mesos using Virtual Box and Vagrant. Here is the Vagrantfile I am using: ``` Vagrant.configure(2) do |config| config.vm.box = "chef/centos-7.0"...

Use persistence primitives to help ensure that state is not lost upon relaunch.

Hi, We have a mesosphere cluster running on EC2 with hdfs service installed. I was able to issue "hadoop jar" command to start a mapreduce job. And it looks like...

Because datanode will have to have a huge storage. So, it would be good if I can specify which node in cluster to be used as a datanode. **_OR!**_ It's...

What do you guys think about updating to the latest CDH (current 5.4.2) in the hadoop build script? Haven't had a chance to try it out myself, but I think...

When deploying the framework if journal node fails to start I'll continue to try starting it on the same node. So If a node has a problem of some kind...

If the scheduler fails at the same time that a node task dies and stops for a significant period of time (more than 5 - 10 minutes) and then starts...

bug