b1fa1c1769
This file has been taken from: https://github.com/apache/spark/blob/master/.gitignore It also includes Hive and R session data.
101 lines
1.4 KiB
Plaintext
101 lines
1.4 KiB
Plaintext
*#*#
|
|
*.#*
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
*.pyc
|
|
*.pyo
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
.cache
|
|
.classpath
|
|
.ensime
|
|
.ensime_cache/
|
|
.ensime_lucene
|
|
.generated-mima*
|
|
.idea/
|
|
.idea_modules/
|
|
.project
|
|
.pydevproject
|
|
.scala_dependencies
|
|
.settings
|
|
/lib/
|
|
R-unit-tests.log
|
|
R/unit-tests.out
|
|
R/cran-check.out
|
|
R/pkg/vignettes/sparkr-vignettes.html
|
|
R/pkg/tests/fulltests/Rplots.pdf
|
|
build/*.jar
|
|
build/apache-maven*
|
|
build/scala*
|
|
build/zinc*
|
|
cache
|
|
checkpoint
|
|
conf/*.cmd
|
|
conf/*.conf
|
|
conf/*.properties
|
|
conf/*.sh
|
|
conf/*.xml
|
|
conf/java-opts
|
|
conf/slaves
|
|
dependency-reduced-pom.xml
|
|
derby.log
|
|
dev/create-release/*final
|
|
dev/create-release/*txt
|
|
dev/pr-deps/
|
|
dist/
|
|
docs/_site
|
|
docs/api
|
|
sql/docs
|
|
sql/site
|
|
lib_managed/
|
|
lint-r-report.log
|
|
log/
|
|
logs/
|
|
out/
|
|
project/boot/
|
|
project/build/target/
|
|
project/plugins/lib_managed/
|
|
project/plugins/project/build.properties
|
|
project/plugins/src_managed/
|
|
project/plugins/target/
|
|
python/lib/pyspark.zip
|
|
python/deps
|
|
python/test_coverage/coverage_data
|
|
python/test_coverage/htmlcov
|
|
python/pyspark/python
|
|
reports/
|
|
scalastyle-on-compile.generated.xml
|
|
scalastyle-output.xml
|
|
scalastyle.txt
|
|
spark-*-bin-*.tgz
|
|
spark-tests.log
|
|
src_managed/
|
|
streaming-tests.log
|
|
target/
|
|
unit-tests.log
|
|
work/
|
|
docs/.jekyll-metadata
|
|
|
|
# For Hive
|
|
TempStatsStore/
|
|
metastore/
|
|
metastore_db/
|
|
sql/hive-thriftserver/test_warehouses
|
|
warehouse/
|
|
spark-warehouse/
|
|
|
|
# For R session data
|
|
.RData
|
|
.RHistory
|
|
.Rhistory
|
|
*.Rproj
|
|
*.Rproj.*
|
|
|
|
.Rproj.user
|
|
|
|
# For SBT
|
|
.jvmopts
|
|
|