Edit README file for Visual Studio version change.
This commit is contained in:
parent
02a29e0bc1
commit
0026b0a0b7
|
|
@ -16,7 +16,7 @@ Requirements
|
||||||
A version of YARN built for Windows
|
A version of YARN built for Windows
|
||||||
The BUILDING.txt file in the Hadoop YARN repository contains
|
The BUILDING.txt file in the Hadoop YARN repository contains
|
||||||
instructions on building YARN for Windows.
|
instructions on building YARN for Windows.
|
||||||
Visual Studio 2010 or 2012
|
Visual Studio 2012
|
||||||
Java Development Kit 1.6
|
Java Development Kit 1.6
|
||||||
A Windows YARN cluster composed of x64 machines
|
A Windows YARN cluster composed of x64 machines
|
||||||
|
|
||||||
|
|
@ -41,7 +41,9 @@ Notes
|
||||||
|
|
||||||
The YARN interfaces used are current as of commit dfb83b8 in trunk.
|
The YARN interfaces used are current as of commit dfb83b8 in trunk.
|
||||||
|
|
||||||
If you are running debug builds of the Dryad, also copy the files msvcp100d.dll
|
If you are running debug builds of the Dryad, also copy the files msvcp110d.dll
|
||||||
and msvcr100d.dll to the DRYAD_HOME directory on each compute node.
|
and msvcr110d.dll to the DRYAD_HOME directory on each compute node. The
|
||||||
|
article at http://msdn.microsoft.com/en-us/library/vstudio/aa985618.aspx
|
||||||
|
describes how to do this.
|
||||||
|
|
||||||
The HDFS implementation in Dryad currently only supports text files.
|
The HDFS implementation in Dryad currently only supports text files.
|
||||||
Loading…
Reference in New Issue