DCSIMG

I'm on a mission from God object

Yaniv Rodenski

News



Oredev Hadoop Azure

QCon new-york Hadoop Azure

NDC Hadoop Azure

View Yaniv Rodenski's LinkedIn profileView Yaniv Rodenski's profile

Browse by Tags

All Tags » Parallel Programing » Windows HPC Server 2008 R2 SP1 (RSS)
DryadLINQ Tutorial: Part 1 – Distributed Storage Catalog (DSC) Basics
One of the most exciting additions to Windows HPC Server 2008 R2 SP2 (currently in beta) is the support for DryadLINQ . DryadLINQ is an API that allows the creation and execution of large scale, data-parallel compute tasks. One of the core capabilities of Dryad (the underlying framework used by DryaLINQ) is the ability to distribute the data over the cluster and maintain data locality by executing the code on the node storing the data. In order to do both, Dryad utilizes a mechanism called The Distributed...