MINOR: update tutorial doc to match ak-site

Author: Damian Guy <damian.guy@gmail.com>

Reviewers: Guozhang Wang <wangguoz@gmail.com>

Closes #3847 from dguy/minor-doc-update
This commit is contained in:
Damian Guy 2017-09-13 13:22:06 -07:00 committed by Guozhang Wang
parent f47996ccbd
commit f7b1add686
1 changed files with 10 additions and 10 deletions

View File

@ -49,16 +49,16 @@
<pre class="brush: bash;">
&gt; tree streams.examples
streams-quickstart
├── pom.xml
└── src
   └── main
   ├── java
   │   └── myapps
   │   ├── LineSplit.java
   │   ├── Pipe.java
   │   └── WordCount.java
   └── resources
    └── log4j.properties
|-- pom.xml
|-- src
|-- main
|-- java
| |-- myapps
| |-- LineSplit.java
| |-- Pipe.java
| |-- WordCount.java
|-- resources
|-- log4j.properties
</pre>
<p>