Skip to content
Snippets Groups Projects
Commit 61b6b1fa authored by jmassiera's avatar jmassiera
Browse files
parents 34b521ec 8b5b48a3
Branches
Tags v3.0
No related merge requests found
......@@ -24,7 +24,7 @@
</div>
</div>
<!--End Breadcrumb-->
<fieldset id="alphafeature"><legend>!! This feature is experimental. It will be fully supported in Datafari 2.2 !!</legend></fieldset>
<fieldset id="alphafeature"><legend>!! This feature is experimental. It will be fully supported in the next version of Datafari !!</legend></fieldset>
<div class="col-sm-12"><span id="fileAlready"></span></div><br/>
<div class="col-sm-12"><span id="globalAnswer"></span></div><br/>
<div class="box">
......
......
......@@ -107,7 +107,7 @@
</div>
</div>
<fieldset id="alphafeature"><legend>!! This feature is experimental. It will be fully supported in Datafari 2.2 !!</legend></fieldset>
<fieldset id="alphafeature"><legend>!! This feature is experimental. It will be fully supported in the next version of Datafari !!</legend></fieldset>
<div class="col-xs-6 col-lg-offset-3">
......
......
......@@ -23,7 +23,6 @@ public class ZKUtils {
pathScript = datafari_home + "/debian7/bin/zkUtils/";
System.out.println("pathscript" +pathScript);
String[] command = {"/bin/bash", pathScript+scriptname, datafari_home, zkhosts, configName};
ProcessBuilder p = new ProcessBuilder(command);
Process p2 = p.start();
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment