Skip to content

Commit b893cc9

Browse files
committed
update README and refine look and feel
1 parent d8dd1a5 commit b893cc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ $ bin/hadoop jar distributed-shell-1.0-SNAPSHOT.jar com.hortonworks.simpleyarnap
3030
Use mvn eclipse:eclipse to generate eclipse project
3131
Currently this is only developed and tested in Mac os X10.9
3232

33+
### how to test webshell
34+
`mvn exec:java -Dexec.mainClass=com.codeboy.dshell.webshell.WebShellServer`
3335

36+
`http://localhost:8898/distributedshell`

src/main/resources/ApplicationMaster.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ <h3>
5252
</td>
5353
</tr>
5454
<tr>
55-
<td>=======></td>
56-
</tr>
57-
<tr>
58-
<td><input type="text" id="shell_result" size="100"> </input></td>
55+
<td><textarea id="shell_result" style="width:400px;height:400px;"> </textarea></td>
5956
</tr>
6057
</table>
6158
</body>

0 commit comments

Comments
 (0)