|
@@ -93,6 +93,8 @@
|
|
|
<div class="pageSummary">
|
|
|
<h2>Let's create a new Hadoop cluster</h2>
|
|
|
</div>
|
|
|
+ <div id="formStatusDivId" class="formStatusBar" style="display:none">
|
|
|
+ </div>
|
|
|
<div class="pageContent">
|
|
|
<form id="createClusterFormId">
|
|
|
<label for="clusterNameId">Name of your new cluster</label>
|
|
@@ -102,13 +104,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div id="addNodesCoreDivId" style="display:none">
|
|
|
-
|
|
|
+ <div id="addNodesCoreDivId" style="display:none">
|
|
|
<div class="pageSummary">
|
|
|
<h2>Which nodes are you installing Hadoop on?</h2>
|
|
|
We'll use the SSH private key and public key files to perform installation on your nodes.
|
|
|
<span>The public key that is paired with the private key must already be installed on all the nodes.</span>
|
|
|
</div>
|
|
|
+ <div id="formStatusDivId" class="alert alert-error" style="display:none">
|
|
|
+ </div>
|
|
|
<div class="pageContent">
|
|
|
<form id="addNodesFilesFormId" enctype="multipart/form-data" method="post">
|
|
|
<p>
|
|
@@ -140,7 +143,11 @@
|
|
|
<h2>Which services do you want to install?</h2>
|
|
|
<p>We'll automatically take care of dependencies (e.g., HBase requires ZooKeeper, etc.)</p>
|
|
|
</div>
|
|
|
- <div class="pageContent">
|
|
|
+ <div style="width:100%;height:40px">
|
|
|
+ <div id="formStatusDivId" class="formStatusBar" style="display:none">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="pageContent" style="margin-top:14px">
|
|
|
<div id="selectCoreServicesListId">
|
|
|
<ul id="selectCoreServicesListUlId">
|
|
|
<div id="selectCoreServicesDynamicRenderDivId">
|
|
@@ -169,11 +176,12 @@
|
|
|
<div name="assignHostsCoreDiv" id="assignHostsCoreDivId" style="display:none">
|
|
|
<div id="statusDivId">
|
|
|
</div>
|
|
|
-
|
|
|
<div class="pageSummary">
|
|
|
<h2>Assign Services to Nodes</h2>
|
|
|
<p>We have categorized the given nodes into Node-groups and also suggested the locations of various service-masters. Drag and drop service-masters that you wish to change. Click on the given links if you wish to change the node assignments.</p>
|
|
|
</div>
|
|
|
+ <div id="formStatusDivId" class="formStatusBar" style="display:none">
|
|
|
+ </div>
|
|
|
<div id="serviceMastersLinksDivId">
|
|
|
</div>
|
|
|
<div id="nodeGroupsCoreDivId">
|
|
@@ -187,7 +195,8 @@
|
|
|
<h2>Specify Mount Points</h2>
|
|
|
<p>We found the following mount points on your nodes. Please confirm/modify the mount points to use for your nodes.
|
|
|
</div>
|
|
|
-
|
|
|
+ <div id="formStatusDivId" class="formStatusBar" style="display:none">
|
|
|
+ </div>
|
|
|
<div id="configureClusterInputContainerDivId">
|
|
|
<form id="configureClusterFormId">
|
|
|
<div name="configureClusterInputDiv" id="configureClusterInputDivId">
|
|
@@ -221,6 +230,8 @@
|
|
|
<h2>Customize Settings</h2>
|
|
|
<p>We have come up with reasonable default settings. Customize as you see fit.</p>
|
|
|
</div>
|
|
|
+ <div id="formStatusDivId" class="formStatusBar" style="display:none">
|
|
|
+ </div>
|
|
|
<form id="configureClusterAdvancedFormId">
|
|
|
<fieldset id="configureClusterAdvancedFieldSetId">
|
|
|
<!--<legend>Advanced configuration</legend>-->
|
|
@@ -237,6 +248,8 @@
|
|
|
<p>We are ready to deploy! Please review your settings below.</p>
|
|
|
<p>If you wish to make any changes, you can click on any of the installation stages above. Note that if you do go back to a stage, you will have to go through all the subsequent stages again.</p>
|
|
|
</div>
|
|
|
+ <div id="formStatusDivId" class="formStatusBar" style="display:none">
|
|
|
+ </div>
|
|
|
<form id="deployFormId">
|
|
|
<fieldset id="deployFieldSetId">
|
|
|
<!--<legend>Review your settings</legend>-->
|