Skip to content

Commit 161cae3

Browse files
committed
Merge pull request apache#4 from apache/master
merge lastest spark
2 parents c87e8b6 + e921a66 commit 161cae3

File tree

89 files changed

+4507
-1472
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+4507
-1472
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*.iml
77
*.iws
88
*.pyc
9+
*.pyo
910
.idea/
1011
.idea_modules/
1112
build/*.jar

bin/compute-classpath.cmd

Lines changed: 0 additions & 124 deletions
This file was deleted.

bin/compute-classpath.sh

Lines changed: 0 additions & 161 deletions
This file was deleted.

bin/load-spark-env.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ fi
4141

4242
if [ -z "$SPARK_SCALA_VERSION" ]; then
4343

44-
ASSEMBLY_DIR2="$FWDIR/assembly/target/scala-2.11"
45-
ASSEMBLY_DIR1="$FWDIR/assembly/target/scala-2.10"
46-
44+
ASSEMBLY_DIR2="$SPARK_HOME/assembly/target/scala-2.11"
45+
ASSEMBLY_DIR1="$SPARK_HOME/assembly/target/scala-2.10"
46+
4747
if [[ -d "$ASSEMBLY_DIR2" && -d "$ASSEMBLY_DIR1" ]]; then
4848
echo -e "Presence of build for both scala versions(SCALA 2.10 and SCALA 2.11) detected." 1>&2
4949
echo -e 'Either clean one of them or, export SPARK_SCALA_VERSION=2.11 in spark-env.sh.' 1>&2
@@ -54,5 +54,5 @@ if [ -z "$SPARK_SCALA_VERSION" ]; then
5454
export SPARK_SCALA_VERSION="2.11"
5555
else
5656
export SPARK_SCALA_VERSION="2.10"
57-
fi
57+
fi
5858
fi

0 commit comments

Comments
 (0)