You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2018/11/01 01:42:56 UTC

[incubator-druid] branch 0.13.0-incubating updated: Remove unused bin/init script, conf-quickstart reference (#6520) (#6562)

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

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


The following commit(s) were added to refs/heads/0.13.0-incubating by this push:
     new 1b4a86f  Remove unused bin/init script, conf-quickstart reference (#6520) (#6562)
1b4a86f is described below

commit 1b4a86faa3405027f82c57a44fd287095a790c82
Author: Jonathan Wei <jo...@users.noreply.github.com>
AuthorDate: Wed Oct 31 18:42:51 2018 -0700

    Remove unused bin/init script, conf-quickstart reference (#6520) (#6562)
---
 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 eba2b5a..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/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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org