[REEF-1680] Increasing default retry time in WaitingForRegistration

In IMRU, update task doesn't need to do data load but mapper do.
That means we need to set sufficient retry time in WaitingForRegistration,
at least more than data loading time. Current setting is about 4 min.
But for big data, it can be 25 minutes.

Previously we hesitated to increase this number because WaitingForRegistration
happened in Task constructor. Before we get IRunningTask event, there is
no way to cancel a long waiting task in failure cases.

Now we have moved WaitingForRegistration out of task constructor and
added cancellation token so that we can cancel the waiting if failure happens.

This change increases the waiting time to 30min.

JIRA:
  [REEF-1680](https://issues.apache.org/jira/browse/REEF-1680)

Pull request:
  This closes #1194
1 file changed
tree: 52b6531ab127b8e414502ec2f174024339071f23
  1. bin/
  2. dev/
  3. lang/
  4. website/
  5. .gitattributes
  6. .gitignore
  7. .travis.yml
  8. appveyor.yml
  9. Doxyfile
  10. HEADER
  11. LICENSE
  12. NOTICE
  13. pom.xml
  14. README.md
README.md

Apache REEF™

Apache REEF™ (Retainable Evaluator Execution Framework) is a library for developing portable applications for cluster resource managers such as Apache Hadoop YARN or Apache Mesos. For example, Microsoft Azure Stream Analytics is built on REEF and Hadoop.

Online Documentation

Detailed information on REEF can be found in the following places:

The developer mailing list is the best way to reach REEF‘s developers when the above aren’t sufficient.

Build Status

ComponentOSStatus
REEF JavaUbuntuBuild Status
REEF.NETWindowsBuild status

Building REEF

Java.NET
Build & run unit testsjava\BUILD.mdcs\BUILD.md

Releases

downloads NuGet package

License

Apache 2.0