Files
doris/.gitignore
Adonis Ling 0950a08efd [chore](tools) Support starting multiple FEs on single node (#16787)
Introduce a tool to start multiple FEs on single node.

Use case:

```
$ ./multi-fe
./multi-fe start|stop|clean [OPTIONS ...]

    start -n <NUM> -l <LIBRARY_PATH> -p <BASE_PORT>

             Start the FE cluster.
      -n     The number of FEs.
      -l     The FE library path (default: doris/output/fe/lib)
      -p     The base port to generate all needed ports (default: 9030).

    stop     Stop the FE cluster.

    clean    Stop the data (rm -rf "$(pwd)"/fe*).
```
2023-02-21 10:55:36 +08:00

101 lines
1.8 KiB
Plaintext

# ignore file with wildcard anywhere
*.swp
*.pyc
*.class
*.iml
*.swp
*.jar
*.log
*.so.tmp
*.flattened-pom.xml
core.*
# ignore file with specifiy name anywhere
.DS_Store
.classpath
nohup.out
custom_env.sh
custom_env_mac.sh
derby.log
dependency-reduced-pom.xml
yarn.lock
ut_dir
package-lock.json
# ignore all sub `/bin` and `/build` directory
**/build/
**/target/
**/node_modules/
**/dist/
**/log/
# ignore project file
.cproject
.project
.cache
.settings/
**/.idea/
**/.vscode/
# docs
docs/contents/
docs/.temp
# output, thirdparty, extension
output/
rpc_data/
metastore_db/
thirdparty/src*
thirdparty/installed*
fe_plugins/output
fe_plugins/**/.factorypath
fs_brokers/apache_hdfs_broker/src/main/resources/
fs_brokers/apache_hdfs_broker/src/main/thrift/
# regression-test
regression-test/framework/dependency-reduced-pom.xml
regression-test/realdata/*
regression-test/cacheData/*
regression-test/conf/regression-conf-custom.groovy
samples/doris-demo/remote-udf-python-demo/*_pb2.py
samples/doris-demo/remote-udf-python-demo/*_pb2_grpc.py
samples/doris-demo/remote-udf-cpp-demo/*.o
samples/doris-demo/remote-udf-cpp-demo/*.pb.h
samples/doris-demo/remote-udf-cpp-demo/*.pb.cc
samples/doris-demo/remote-udf-cpp-demo/function_server_demo
# FE
fe/mocked/
fe/fe-core/gen/
fe/fe-core/src/main/resources/static/
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisLexer.tokens
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/gen/
# BE
be/build*/
be/cmake-build*/
be/ut_build*/
be/src/gen_cpp/*.[cc, cpp, h]
be/src/gen_cpp/opcode
be/tags
be/test/olap/test_data/tablet_meta_test.hdr
be/.devcontainer/
## tools
tools/ssb-tools/ssb-data/
tools/ssb-tools/ssb-dbgen/
tools/**/TPC-H_Tools_v*.zip
tools/**/TPC-H_Tools_v*/
tools/**/tpc-h_v*.docx
tools/**/tpc-h_v*.pdf
tools/**/tpch-data/
tools/single-node-cluster/fe*
# be-ut
data_test
/conf/log4j2-spring.xml