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
7e67c626
Commit
7e67c626
authored
12 years ago
by
Matei Zaharia
Browse files
Options
Downloads
Patches
Plain Diff
Change version number to 0.7.0
parent
c6380b17
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
docs/_config.yml
+1
-1
1 addition, 1 deletion
docs/_config.yml
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
project/SparkBuild.scala
+1
-1
1 addition, 1 deletion
project/SparkBuild.scala
with
3 additions
and
3 deletions
docs/_config.yml
+
1
−
1
View file @
7e67c626
...
...
@@ -3,7 +3,7 @@ markdown: kramdown
# These allow the documentation to be updated with nerw releases
# of Spark, Scala, and Mesos.
SPARK_VERSION
:
0.7.0
-SNAPSHOT
SPARK_VERSION
:
0.7.0
SPARK_VERSION_SHORT
:
0.7.0
SCALA_VERSION
:
2.9.2
MESOS_VERSION
:
0.9.0-incubating
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
7e67c626
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.spark-project
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.7.0
-SNAPSHOT
</version>
<version>
0.7.0
</version>
<packaging>
pom
</packaging>
<name>
Spark Project Parent POM
</name>
<url>
http://spark-project.org/
</url>
...
...
This diff is collapsed.
Click to expand it.
project/SparkBuild.scala
+
1
−
1
View file @
7e67c626
...
...
@@ -35,7 +35,7 @@ object SparkBuild extends Build {
def
sharedSettings
=
Defaults
.
defaultSettings
++
Seq
(
organization
:=
"org.spark-project"
,
version
:=
"0.7.0
-SNAPSHOT
"
,
version
:=
"0.7.0"
,
scalaVersion
:=
"2.9.2"
,
scalacOptions
:=
Seq
(
/*"-deprecation",*/
"-unchecked"
,
"-optimize"
),
// -deprecation is too noisy due to usage of old Hadoop API, enable it once that's no longer an issue
unmanagedJars
in
Compile
<<=
baseDirectory
map
{
base
=>
(
base
/
"lib"
**
"*.jar"
).
classpath
},
...
...
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