fjy closed pull request #6520: Remove unused bin/init script, conf-quickstart reference URL: https://github.com/apache/incubator-druid/pull/6520
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 3119c3e1aa8..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/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; ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
