Code Monkey home page Code Monkey logo

Comments (3)

idofl avatar idofl commented on June 26, 2024

Another update - check this blog post:
http://blogs.msdn.com/b/data_otaku/archive/2013/11/02/hadoop-for-net-developers-working-with-hdinsight-on-azure-ga.aspx

Apparently we have to use the new NuGet package to support the new HDInsight GA. However, the new NuGet breaks because of missing assemblies and incorrect version checks.

I was able to eventually start the job, but the job fails, probably due to bad dlls in the execution folder.

I would recommend building a non-.NET sample for this demo

from azure-training-course.

idofl avatar idofl commented on June 26, 2024

I've managed to fix the hadoop sample for the new HDInsight (2.1).
First, you need to make sure you are targeting .NET Framework 4, not 4.5 (no 4.5 on the HDInsight cluster).
Second, you need to first manually install the Microsoft.AspNet.WebApi.Client NuGet from version 4.0.30506.0 (otherwise HDInsight NuGet installs version 5 which breaks the code).
Lastly, you need to manually copy the file Microsoft.WindowsAzure.Management.Framework.Threading.dll from the 0.9 version of the HDInsight NuGet to the MRLib folder and mark it to copy always.

Oh, and you need to remove the :563 port from the management URL (changed in v2.1).

Works well after that.

from azure-training-course.

JohnWintellect avatar JohnWintellect commented on June 26, 2024

Closing as ancient

from azure-training-course.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.