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

fjy 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 8382764  Remove unused bin/init script, conf-quickstart reference 
(#6520)
8382764 is described below

commit 838276490038b48c33114c96ff2efd2a07ecea5d
Author: Jonathan Wei <[email protected]>
AuthorDate: Fri Oct 26 11:30:01 2018 -0700

    Remove unused bin/init script, conf-quickstart reference (#6520)
---
 docs/content/tutorials/cluster.md |  1 -
 examples/bin/init                 | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/docs/content/tutorials/cluster.md 
b/docs/content/tutorials/cluster.md
index 86c4d34..9597913 100644
--- a/docs/content/tutorials/cluster.md
+++ b/docs/content/tutorials/cluster.md
@@ -70,7 +70,6 @@ In this package, you'll find:
 * `LICENSE` - the license files.
 * `bin/` - scripts related to the [single-machine quickstart](quickstart.html).
 * `conf/*` - template configurations for a clustered setup.
-* `conf-quickstart/*` - configurations for the [single-machine 
quickstart](quickstart.html).
 * `extensions/*` - all Druid extensions.
 * `hadoop-dependencies/*` - Druid Hadoop dependencies.
 * `lib/*` - all included software packages for core Druid.
diff --git a/examples/bin/init b/examples/bin/init
deleted file mode 100644
index 3119c3e..0000000
--- a/examples/bin/init
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/bash -eu
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-gzip -c -d quickstart/tutorial/wikiticker-2015-09-12-sampled.json.gz > 
"quickstart/wikiticker-2015-09-12-sampled.json"
-
-LOG_DIR=var
-
-mkdir log
-mkdir -p $LOG_DIR/tmp;
-mkdir -p $LOG_DIR/druid/indexing-logs;
-mkdir -p $LOG_DIR/druid/segments;
-mkdir -p $LOG_DIR/druid/segment-cache;
-mkdir -p $LOG_DIR/druid/task;
-mkdir -p $LOG_DIR/druid/hadoop-tmp;
-mkdir -p $LOG_DIR/druid/pids;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to