Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs525-sp18-g07
spark
Commits
7d0094bb
Commit
7d0094bb
authored
11 years ago
by
Holden Karau
Browse files
Options
Downloads
Patches
Plain Diff
Finish documentation changes
parent
5a598b2d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/pyspark
+1
-1
1 addition, 1 deletion
bin/pyspark
bin/spark-class
+1
-1
1 addition, 1 deletion
bin/spark-class
make-distribution.sh
+1
-1
1 addition, 1 deletion
make-distribution.sh
with
3 additions
and
3 deletions
bin/pyspark
+
1
−
1
View file @
7d0094bb
...
...
@@ -31,7 +31,7 @@ if [ ! -f "$FWDIR/RELEASE" ]; then
ls
"
$FWDIR
"
/assembly/target/scala-
$SCALA_VERSION
/spark-assembly
*
hadoop
*
.jar
>
& /dev/null
if
[[
$?
!=
0
]]
;
then
echo
"Failed to find Spark assembly in
$FWDIR
/assembly/target"
>
&2
echo
"You need to build Spark with sbt assembly before running this program"
>
&2
echo
"You need to build Spark with sbt
/sbt
assembly before running this program"
>
&2
exit
1
fi
fi
...
...
This diff is collapsed.
Click to expand it.
bin/spark-class
+
1
−
1
View file @
7d0094bb
...
...
@@ -104,7 +104,7 @@ if [ ! -f "$FWDIR/RELEASE" ]; then
jars_list
=
$(
ls
"
$FWDIR
"
/assembly/target/scala-
$SCALA_VERSION
/ |
grep
"spark-assembly.*hadoop.*.jar"
)
if
[
"
$num_jars
"
-eq
"0"
]
;
then
echo
"Failed to find Spark assembly in
$FWDIR
/assembly/target/scala-
$SCALA_VERSION
/"
>
&2
echo
"You need to build Spark with 'sbt assembly' before running this program."
>
&2
echo
"You need to build Spark with 'sbt
/sbt
assembly' before running this program."
>
&2
exit
1
fi
if
[
"
$num_jars
"
-gt
"1"
]
;
then
...
...
This diff is collapsed.
Click to expand it.
make-distribution.sh
+
1
−
1
View file @
7d0094bb
...
...
@@ -95,7 +95,7 @@ export SPARK_HADOOP_VERSION
export
SPARK_YARN
cd
$FWDIR
"sbt"
"assembly/assembly"
"sbt
/sbt
"
"assembly/assembly"
# Make directories
rm
-rf
"
$DISTDIR
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment