We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dd1a5 commit b893cc9Copy full SHA for b893cc9
README.md
@@ -30,4 +30,7 @@ $ bin/hadoop jar distributed-shell-1.0-SNAPSHOT.jar com.hortonworks.simpleyarnap
30
Use mvn eclipse:eclipse to generate eclipse project
31
Currently this is only developed and tested in Mac os X10.9
32
33
+### how to test webshell
34
+`mvn exec:java -Dexec.mainClass=com.codeboy.dshell.webshell.WebShellServer`
35
36
+`http://localhost:8898/distributedshell`
src/main/resources/ApplicationMaster.html
@@ -52,10 +52,7 @@ <h3>
52
</td>
53
</tr>
54
<tr>
55
- <td>=======></td>
56
- </tr>
57
- <tr>
58
- <td><input type="text" id="shell_result" size="100"> </input></td>
+ <td><textarea id="shell_result" style="width:400px;height:400px;"> </textarea></td>
59
60
</table>
61
</body>
0 commit comments