This is an automated email from the ASF dual-hosted git repository.

jonwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new aef1b39  Update init (#6514)
aef1b39 is described below

commit aef1b39762efc80a42a997c02b6cec2efeb2c64a
Author: Michael Trelinski <mtrel...@gmail.com>
AuthorDate: Thu Oct 25 13:40:23 2018 -0700

    Update init (#6514)
    
    Fix bin/init to source from proper directory.
---
 examples/bin/init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/bin/init b/examples/bin/init
index eba2b5a..3119c3e 100644
--- a/examples/bin/init
+++ b/examples/bin/init
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-gzip -c -d quickstart/wikiticker-2015-09-12-sampled.json.gz > 
"quickstart/wikiticker-2015-09-12-sampled.json"
+gzip -c -d quickstart/tutorial/wikiticker-2015-09-12-sampled.json.gz > 
"quickstart/wikiticker-2015-09-12-sampled.json"
 
 LOG_DIR=var
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to