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
a8e376ec
Commit
a8e376ec
authored
11 years ago
by
Patrick Wendell
Browse files
Options
Downloads
Plain Diff
Merge pull request #904 from pwendell/master
Adding Apache license to two files
parents
cfde85e3
6d219864
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
ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
+17
-0
17 additions, 0 deletions
ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
project/project/SparkPluginBuild.scala
+18
-1
18 additions, 1 deletion
project/project/SparkPluginBuild.scala
with
35 additions
and
1 deletion
ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
+
17
−
0
View file @
a8e376ec
#!/usr/bin/env bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# These variables are automatically filled in by the spark-ec2 script.
export
MASTERS
=
"{{master_list}}"
export
SLAVES
=
"{{slave_list}}"
...
...
This diff is collapsed.
Click to expand it.
project/project/SparkPluginBuild.scala
+
18
−
1
View file @
a8e376ec
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
sbt._
object
SparkPluginDef
extends
Build
{
lazy
val
root
=
Project
(
"plugins"
,
file
(
"."
))
dependsOn
(
junitXmlListener
)
/* This is not published in a Maven repository, so we get it from GitHub directly */
lazy
val
junitXmlListener
=
uri
(
"git://github.com/ijuma/junit_xml_listener.git#fe434773255b451a38e8d889536ebc260f4225ce"
)
}
\ No newline at end of file
}
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