.gitignore 691 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. *.ipr
  2. *.iml
  3. *.iws
  4. *.pyc
  5. *.pyo
  6. .idea/
  7. .idea_modules/
  8. .settings
  9. .cache
  10. .DS_Store
  11. .project
  12. .classpath
  13. .scala_dependencies
  14. conf/*.conf
  15. conf/*.properties
  16. conf/*.sh
  17. docs/api/
  18. lib_managed/
  19. logs/
  20. src_managed/
  21. target/
  22. reports/
  23. metastore_db/
  24. derby.log
  25. dependency-reduced-pom.xml
  26. release-staging/
  27. venv/
  28. # For python setup.py, which pollutes the source dirs.
  29. python-api/dist
  30. .eggs
  31. *.egg-info
  32. *.egg
  33. # downloaded files
  34. .vscode/
  35. all-jars.tar.gz
  36. apache-livy-0.7.1-incubating-bin.zip
  37. spark.tar.gz
  38. spark.tgz
  39. jars/
  40. spark-2.4.7-bin-hadoop2.7.tgz
  41. hadoop-2.7.5.tar.gz
  42. apache-livy-0.8.0-spark-2.4.7-hadoop-2.7-bin.zip
  43. apache-livy-0.8.1-spark-2.4.7-hadoop-2.7-bin.zip
  44. apache-livy-0.8.1-incubating-SNAPSHOT-bin.zip