We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e090a37 commit 9a75571Copy full SHA for 9a75571
.envrc
@@ -1,5 +1,5 @@
1
+layout python3
2
export VBOXMANAGE=/Applications/VirtualBox.app/Contents/MacOS
3
export SPARK_HOME=$(pwd)/.spark
4
export PATH=$SPARK_HOME/bin:$VBOXMANAGE:$PATH
5
export PYSPARK_PYTHON=python3
-
.gitignore
@@ -11,4 +11,6 @@ metastore_db/
11
out/
12
__pycache__/
13
spark-warehouse/
14
+.direnv/
15
+.ipynb_checkpoints/
16
0 commit comments