aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2015-09-15 20:39:04 -0700
committerKonstantin Boudnik <cos@apache.org>2015-09-18 11:37:48 -0700
commitd0c41f6bb3a769486df0b712aea4a1d5672d8c78 (patch)
treef601a9101795f9658e71711b9f2080648e6313b6 /bigtop.bom
parentc5ddbda813da796ecddce9c7f3fb6b443ed06b28 (diff)
BIGTOP-2051. Get rid of hair-brain environment vars left after make-based build
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom4
1 files changed, 2 insertions, 2 deletions
diff --git a/bigtop.bom b/bigtop.bom
index bb7d7209..9898a5a3 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -45,7 +45,7 @@
APACHE_ARCHIVE = "http://archive.apache.org/dist"
}
components { *required; preserve the name* if empty, nothing will be built
- 'label' { // label could be anything; it's a good practice to make it same as the name
+ 'label' { // label *SHOULD* be the same as the name; otherwise some tasks will fail
name = 'component1' // *required* the name of the component
// 'pkg' value is optional and will be set to that of 'name' i.e. [pkg := name]
pkg = name // *optional* and will be set to the 'name' value
@@ -107,7 +107,7 @@ bigtop {
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}
- 'ignite' {
+ 'ignite-hadoop' {
name = 'ignite-hadoop'
relNotes = 'Apache Ignite in-memory data fabric'
version { base = '1.3.0'; pkg = base; release = 1 }