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
92c7cc00
Commit
92c7cc00
authored
11 years ago
by
dhardy92
Browse files
Options
Downloads
Patches
Plain Diff
[Deb] fix package of Spark classes adding org.apache prefix in scripts embeded in .deb
parent
f568912f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
repl-bin/src/deb/bin/spark-executor
+1
-1
1 addition, 1 deletion
repl-bin/src/deb/bin/spark-executor
repl-bin/src/deb/bin/spark-shell
+1
-1
1 addition, 1 deletion
repl-bin/src/deb/bin/spark-shell
with
2 additions
and
2 deletions
repl-bin/src/deb/bin/spark-executor
+
1
−
1
View file @
92c7cc00
...
...
@@ -19,4 +19,4 @@
FWDIR
=
"
$(
cd
`
dirname
$0
`
;
pwd
)
"
echo
"Running spark-executor with framework dir =
$FWDIR
"
exec
$FWDIR
/run spark.executor.MesosExecutorBackend
exec
$FWDIR
/run
org.apache.
spark.executor.MesosExecutorBackend
This diff is collapsed.
Click to expand it.
repl-bin/src/deb/bin/spark-shell
+
1
−
1
View file @
92c7cc00
...
...
@@ -18,4 +18,4 @@
#
FWDIR
=
"
$(
cd
`
dirname
$0
`
;
pwd
)
"
exec
$FWDIR
/run spark.repl.Main
"
$@
"
exec
$FWDIR
/run
org.apache.
spark.repl.Main
"
$@
"
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