Compare commits

...

8 Commits

Author SHA1 Message Date
misard ad28579dd8 Merge branch 'Release_0.2' 2014-10-23 10:32:28 -07:00
misard 6980be9895 Added missing documentation file 2014-10-23 10:29:37 -07:00
misard e72fef34c6 Merge branch 'Release_0.2' 2014-10-23 10:08:51 -07:00
Michael Isard 04ecff4353 Updated README 2014-10-23 09:50:48 -07:00
misard 5e9dde8ab6 Merge branch 'Release_0.2' 2014-10-06 19:26:04 -07:00
misard d3643fc5fb Merge branch 'Release_0.2' 2014-09-30 16:16:12 -07:00
misard efc79b749b Release 0.2 edits 2014-09-30 16:15:56 -07:00
Dennis Fetterly 5c260ffe0b version 0.1.5 release 2014-06-10 16:11:25 -07:00
2 changed files with 28 additions and 14 deletions

View File

@ -7,28 +7,18 @@ distributed computations on a cluster of computers. DryadLINQ provides
the LINQ programming model for distributed data processing and leverages the LINQ programming model for distributed data processing and leverages
Dryad for reliable execution. Dryad for reliable execution.
Dryad and DryadLINQ on YARN are still under active development.
If you just want to run a sample DryadLINQ program, the simplest way to get started If you just want to run a sample DryadLINQ program, the simplest way to get started
is to follow the instructions at is to follow the instructions at
http://microsoftresearchsvc.github.io/Dryad/?topic=html/e992fd94-c956-481d-82e6-dbdf45daa722.htm http://microsoftresearch.github.io/Dryad/?topic=html/e992fd94-c956-481d-82e6-dbdf45daa722.htm
Requirements Requirements
Visual Studio 2012 Visual Studio 2013
An Azure HDInsight 3.0 cluster or a Windows YARN cluster composed of x64 machines An Azure HDInsight 3.1 cluster or a Windows YARN cluster composed of x64 machines
Building Dryad Building Dryad
1) Clone the Dryad git repository. 1) Clone the Dryad git repository.
2) Set the DRYAD_HOME environment variable to binary path 2) Use Visual Studio to open The Dryad solution file (Dryad.sln) located
(bin\Debug or bin\Release) under the directory Dryad was cloned to.
3) Use Visual Studio to open The Dryad solution file (Dryad.sln) located
in the root of the repository and build the solution. The dependencies in the root of the repository and build the solution. The dependencies
will be fetched from NuGet. will be fetched from NuGet.
Notes
The HDFS implementation in Dryad currently only supports text files, although Azure Blobs can
be used to store any serialized data type.

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<topic id="df5c1170-1a0b-48e5-978d-25f999dad1c9" revisionNumber="1">
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
<introduction>
<para>Version 0.2.1 was released on October 6th 2014</para>
</introduction>
<section>
<title>Changes in this release</title>
<content>
<list class="bullet">
<listItem>
<para>Updated to reflect bug fixes in Peloponnese.</para>
</listItem>
</list>
</content>
</section>
<relatedTopics>
<link xlink:href="a5d9b686-8282-4120-ae0e-5a9f11a2ac0b"/>
</relatedTopics>
</developerConceptualDocument>
</topic>