Microsoft Research Dryad/DryadLINQ parallel programming tools
Go to file
misard 6980be9895 Added missing documentation file 2014-10-23 10:29:37 -07:00
ClusterInterface updated with fix for azure subscription lookup 2014-10-06 19:13:06 -07:00
DryadLinqGraphManager updated with fix for azure subscription lookup 2014-10-06 19:13:06 -07:00
DryadLinqTests release 0.2.0 2014-09-30 15:03:43 -07:00
DryadVertex/VertexHost updated versions 2014-10-06 19:13:07 -07:00
GraphManager updated with fix for azure subscription lookup 2014-10-06 19:13:06 -07:00
JobBrowser updated versions 2014-10-06 19:13:07 -07:00
LinqToDryad updated with fix for azure subscription lookup 2014-10-06 19:13:06 -07:00
LocalScheduler updated with fix for azure subscription lookup 2014-10-06 19:13:06 -07:00
ProcessService updated with fix for azure subscription lookup 2014-10-06 19:13:06 -07:00
XmlDoc Added missing documentation file 2014-10-23 10:29:37 -07:00
samples updated with fix for azure subscription lookup 2014-10-06 19:13:06 -07:00
.gitattributes major dryad rework to run on azure 2014-04-03 22:34:43 -07:00
.gitignore release 0.2.0 2014-09-30 15:03:43 -07:00
Dryad.sln release 0.2.0 2014-09-30 15:03:43 -07:00
Install.ps1 major dryad rework to run on azure 2014-04-03 22:34:43 -07:00
LICENSE.txt Add a license file to augment the license on each individual file. 2013-08-15 17:01:27 -07:00
Microsoft.Research.Dryad.nuspec updated with fix for azure subscription lookup 2014-10-06 19:13:06 -07:00
Microsoft.Research.Dryad.targets Update packages and AssemblyInfos. 2014-04-05 16:39:55 -07:00
README.txt Updated README 2014-10-23 09:50:48 -07:00
SharedAssemblyInfo.cs updated versions 2014-10-06 19:13:07 -07:00

README.txt

Dryad

This is a research prototype of the Dryad and DryadLINQ data-parallel 
processing frameworks running on Hadoop YARN.  Dryad utilizes cluster 
services provided as part of Hadoop YARN to reliably execute 
distributed computations on a cluster of computers. DryadLINQ provides
the LINQ programming model for distributed data processing and leverages 
Dryad for reliable execution.

If you just want to run a sample DryadLINQ program, the simplest way to get started
is to follow the instructions at 
http://microsoftresearch.github.io/Dryad/?topic=html/e992fd94-c956-481d-82e6-dbdf45daa722.htm

Requirements

Visual Studio 2013
An Azure HDInsight 3.1 cluster or a Windows YARN cluster composed of x64 machines

Building Dryad

1) Clone the Dryad git repository.
2) Use Visual Studio to open The Dryad solution file (Dryad.sln) located 
   in the root of the repository and build the solution.  The dependencies
   will be fetched from NuGet.