15 lines
5.0 KiB
HTML
15 lines
5.0 KiB
HTML
<html xmlns:MSHelp="http://msdn.microsoft.com/mshelp" xmlns:mshelp="http://msdn.microsoft.com/mshelp"><head><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" /><style type="text/css">
|
||
body
|
||
{
|
||
border-left:5px solid #e6e6e6;
|
||
overflow-x:scroll;
|
||
overflow-y:scroll;
|
||
}
|
||
</style><script src="./../scripts/branding.js" type="text/javascript"><!----></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'" /><meta name="SelfBranded" content="true" /></head><body onload="onLoad()" class="primary-mtps-offline-document"><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 class="mtps-external-link" 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 class="mtps-external-link" href="http://msysgit.github.io/" target="_blank">Git for Windows</a> command line tools.</p></li><li><p>Clone the Dryad sources from <a class="mtps-external-link" href="https://github.com/MicrosoftResearchSVC/Dryad.git" target="_blank">https://github.com/MicrosoftResearchSVC/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" target="">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><a name="seeAlsoSection"><!----></a><div class="OH_CollapsibleAreaRegion"><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 class="mtps-external-link" 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"><p /><div class="OH_feedbacklink"><a href="mailto:?subject=DryadLINQ+documentation+Building+the+Job+Browser+100+EN-US&body=Your%20feedback%20is%20used%20to%20improve%20the%20documentation%20and%20the%20product.%20Your%20e-mail%20address%20will%20not%20be%20used%20for%20any%20other%20purpose%20and%20is%20disposed%20of%20after%20the%20issue%20you%20report%20is%20resolved.%20While%20working%20to%20resolve%20the%20issue%20that%20you%20report%2c%20you%20may%20be%20contacted%20via%20e-mail%20to%20get%20further%20details%20or%20clarification%20on%20the%20feedback%20you%20sent.%20After%20the%20issue%20you%20report%20has%20been%20addressed%2c%20you%20may%20receive%20an%20e-mail%20to%20let%20you%20know%20that%20your%20feedback%20has%20been%20addressed.">Send Feedback</a> on this topic.</div></div></body></html> |