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
d7d95a09
Commit
d7d95a09
authored
11 years ago
by
Holden Karau
Browse files
Options
Downloads
Patches
Plain Diff
And update docs to match
parent
0d6700eb
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
README.md
+2
-2
2 additions, 2 deletions
README.md
sbt/sbt
+1
-1
1 addition, 1 deletion
sbt/sbt
with
4 additions
and
4 deletions
.gitignore
+
1
−
1
View file @
d7d95a09
...
...
@@ -4,7 +4,7 @@
*.iml
*.iws
.idea/
.
sbt
lib
/*.jar
sbt/*.jar
.settings
.cache
/build/
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
d7d95a09
...
...
@@ -15,7 +15,7 @@ This README file only contains basic setup instructions.
Spark requires Scala 2.10. The project is built using Simple Build Tool (SBT),
which can be obtained
[
here
](
http://www.scala-sbt.org
)
. To build Spark and its example programs, run:
./sbt assembly
./sbt
/sbt
assembly
Once you've built Spark, the easiest way to start using it is the shell:
...
...
@@ -41,7 +41,7 @@ locally with one thread, or "local[N]" to run locally with N threads.
Testing first requires
[
Building
](
#Building
)
Spark. Once Spark is built, tests
can be run using:
`./sbt test`
`./sbt
/sbt
test`
## A Note About Hadoop Versions
...
...
This diff is collapsed.
Click to expand it.
sbt/sbt
+
1
−
1
View file @
d7d95a09
...
...
@@ -5,7 +5,7 @@
SBT_VERSION
=
0.12.4
URL1
=
http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/
${
SBT_VERSION
}
/sbt-launch.jar
URL2
=
http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/
${
SBT_VERSION
}
/sbt-launch.jar
JAR
=
.
sbt
lib
/sbt-launch-
${
SBT_VERSION
}
.jar
JAR
=
sbt/sbt-launch-
${
SBT_VERSION
}
.jar
printf
"Checking for system sbt ["
if
hash
sbt 2>/dev/null
;
then
...
...
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