8 lines
3.9 KiB
HTML
8 lines
3.9 KiB
HTML
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><style type="text/css">.OH_CodeSnippetContainerTabLeftActive, .OH_CodeSnippetContainerTabLeft,.OH_CodeSnippetContainerTabLeftDisabled { }.OH_CodeSnippetContainerTabRightActive, .OH_CodeSnippetContainerTabRight,.OH_CodeSnippetContainerTabRightDisabled { }.OH_footer { }</style><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Building the Job Browser</title><meta name="Language" content="en-us" /><meta name="Microsoft.Help.Id" content="91822db3-8a00-4307-ad8a-595c94f449b0" /><meta name="Description" content="For now the only way to get the Job Browser is to build it from source. Follow these instructions to build the DryadLINQ job browser:" /><meta name="Microsoft.Help.ContentType" content="How To" /><meta name="BrandingAware" content="true" /></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="OH_outerDiv"><div class="OH_outerContent"><table class="TitleTable"><tr><td class="OH_tdTitleColumn">Building the Job Browser</td><td class="OH_tdRunningTitleColumn">DryadLINQ documentation</td></tr></table><div id="mainSection"><div id="mainBody"><span class="introStyle"></span><div class="introduction"><p>For now the only way to get the Job Browser is to build it from source. Follow these instructions to
|
|
build the DryadLINQ job browser:</p></div><h3 class="procedureSubHeading">Getting the code</h3><div class="subSection"><ol><li><p>If you don't have any git tools installed, either install the <a href="http://visualstudiogallery.msdn.microsoft.com/abafc7d6-dcaa-40f4-8a5e-d6724bdb980c" target="_blank">Visual Studio Tools for Git</a> extension to Visual Studio 2012 (VS 2013 has them built in) or <a href="http://msysgit.github.io/" target="_blank">Git for Windows</a> command line tools.</p></li><li><p>Clone the Dryad sources from <a href="https://github.com/MicrosoftResearch/Dryad.git" target="_blank">https://github.com/MicrosoftResearch/Dryad.git</a>.</p></li><li><p>Open <em><mydryaddirectory>\JobBrowser\JobBrowser.sln</em> in Visual Studio 2012 or 2013 and
|
|
build the <span class="code">Release</span> target.</p></li></ol></div><h3 class="procedureSubHeading">Installing for later use</h3><div class="subSection"><ol><li><p>Copy <em><mydryaddirectory>\JobBrowser\JobBrowser\bin\x64\Release</em> to a folder of your
|
|
choosing, e.g. <em>c:\DryadLinqBrowser</em> and add it to your <span class="code">PATH</span> if desired.</p></li><li><p>Run <strong>DryadLinqBrowser.exe</strong> from that directory. The first time it runs it will read your
|
|
subscriptions (if you have configured Powershell as described in
|
|
<a href="4aefe670-7b2b-4c05-9a65-6c60ff13c3b5.htm">Setting up an HDInsight 3.0 cluster</a>) and detect all the
|
|
attached HDInsight clusters. If you want it to rescan later you can click on <span class="command"><scan></span>
|
|
in the <span class="command">Cluster</span> menu, or add and remove clusters manually from that menu.</p></li><li><p>Select a cluster from the <span class="command">Cluster</span> menu.</p></li></ol></div><div class="OH_CollapsibleAreaRegion" id="seeAlsoSection"><div class="OH_regiontitle">See Also</div><div class="OH_CollapsibleArea_HrDiv"><hr class="OH_CollapsibleArea_Hr" /></div></div><div class="OH_clear"> </div><h4 class="subHeading">Other Resources</h4><div class="seeAlsoStyle"><a href="https://github.com/MicrosoftResearchSVC/Dryad/wiki/Using%20the%20DryadLINQ%20job%20browser" target="_blank">DryadLINQ Job Browser documentation</a></div></div></div></div></div><div id="OH_footer" class="OH_footer" /></body></html> |