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
dd515ca3
Commit
dd515ca3
authored
12 years ago
by
Mridul Muralidharan
Browse files
Options
Downloads
Plain Diff
Attempt at fixing merge conflict
parents
adcda84f
17e076de
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
43
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
run2.cmd
+2
-1
2 additions, 1 deletion
run2.cmd
sbt/sbt
+1
-1
1 addition, 1 deletion
sbt/sbt
streaming/pom.xml
+1
-1
1 addition, 1 deletion
streaming/pom.xml
with
4 additions
and
3 deletions
run2.cmd
+
2
−
1
View file @
dd515ca3
@echo
off
@echo
off
set
SCALA_VERSION
=
2
.9.
2
set
SCALA_VERSION
=
2
.9.
3
rem Figure out where the Spark framework is installed
rem Figure out where the Spark framework is installed
set
FWDIR
=
%~dp0
set
FWDIR
=
%~dp0
...
@@ -21,6 +21,7 @@ set RUNNING_DAEMON=0
...
@@ -21,6 +21,7 @@ set RUNNING_DAEMON=0
if
"
%
1"
==
"spark.deploy.master.Master"
set
RUNNING_DAEMON
=
1
if
"
%
1"
==
"spark.deploy.master.Master"
set
RUNNING_DAEMON
=
1
if
"
%
1"
==
"spark.deploy.worker.Worker"
set
RUNNING_DAEMON
=
1
if
"
%
1"
==
"spark.deploy.worker.Worker"
set
RUNNING_DAEMON
=
1
if
"x
%SPARK_DAEMON_MEMORY%
"
==
"x"
set
SPARK_DAEMON_MEMORY
=
512
m
if
"x
%SPARK_DAEMON_MEMORY%
"
==
"x"
set
SPARK_DAEMON_MEMORY
=
512
m
set
SPARK_DAEMON_JAVA_OPTS
=
%SPARK_DAEMON_JAVA_OPTS%
-Dspark
.akka.logLifecycleEvents
=
true
if
"
%RUNNING_DAEMON%
"
==
"1"
set
SPARK_MEM
=
%SPARK_DAEMON_MEMORY%
if
"
%RUNNING_DAEMON%
"
==
"1"
set
SPARK_MEM
=
%SPARK_DAEMON_MEMORY%
if
"
%RUNNING_DAEMON%
"
==
"1"
set
SPARK_JAVA_OPTS
=
%SPARK_DAEMON_JAVA_OPTS%
if
"
%RUNNING_DAEMON%
"
==
"1"
set
SPARK_JAVA_OPTS
=
%SPARK_DAEMON_JAVA_OPTS%
...
...
This diff is collapsed.
Click to expand it.
sbt/sbt
+
1
−
1
View file @
dd515ca3
...
@@ -5,4 +5,4 @@ if [ "$MESOS_HOME" != "" ]; then
...
@@ -5,4 +5,4 @@ if [ "$MESOS_HOME" != "" ]; then
fi
fi
export
SPARK_HOME
=
$(
cd
"
$(
dirname
$0
)
/.."
;
pwd
)
export
SPARK_HOME
=
$(
cd
"
$(
dirname
$0
)
/.."
;
pwd
)
export
SPARK_TESTING
=
1
# To put test classes on classpath
export
SPARK_TESTING
=
1
# To put test classes on classpath
java
-Xmx1200
M
-XX
:MaxPermSize
=
250m
$EXTRA_ARGS
-jar
$SPARK_HOME
/sbt/sbt-launch-
*
.jar
"
$@
"
java
-Xmx1200
m
-XX
:MaxPermSize
=
250m
-XX
:ReservedCodeCacheSize
=
128m
$EXTRA_ARGS
-jar
$SPARK_HOME
/sbt/sbt-launch-
*
.jar
"
$@
"
This diff is collapsed.
Click to expand it.
streaming/pom.xml
+
1
−
1
View file @
dd515ca3
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
org.spark-project
</groupId>
<groupId>
org.spark-project
</groupId>
<artifactId>
spark-parent
</artifactId>
<artifactId>
spark-parent
</artifactId>
<version>
0.
7.1
-SNAPSHOT
</version>
<version>
0.
8.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
<relativePath>
../pom.xml
</relativePath>
</parent>
</parent>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
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