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

[GitHub] fjy closed pull request #6562: [Backport] Remove unused bin/init script, conf-quickstart reference (#6520)

fjy closed pull request #6562: [Backport] Remove unused bin/init script, conf-quickstart reference (#6520)
URL: https://github.com/apache/incubator-druid/pull/6562
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/content/tutorials/cluster.md b/docs/content/tutorials/cluster.md
index 86c4d3445b7..9597913a90f 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 eba2b5a1cf2..00000000000
--- 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;


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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