mortar 0.15.48 → 0.15.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/mortar/command/luigi.rb +3 -0
- data/lib/mortar/command/spark.rb +3 -0
- data/lib/mortar/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3fd8cdb616c43fe18904c333a342b11076b1230c244df84aeb968aa7a6a5a6a8
|
|
4
|
+
data.tar.gz: cf0eb6a2814402a6caeb587fc8f5d0b18dfa852d04fb9cc9d002e73b040b6913
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bca8c047afe6949494a63dc86c712a80ffcd6720b6b16c899cb7757753abdffe433017ff53fd4f63b9191bf769f99e3df019ce79eddde6b4a63b10bb6c0d66ad
|
|
7
|
+
data.tar.gz: 143fdc79e1896179d9310b597bb6d522c915da04142c37b43b847c28b415ca00312b54e03a0d70b3ea21d2639ab11c907cd0c59c45b5c140fe73ee5443ae6bfd
|
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Mortar Development Framework
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Mortar is a platform as a service for Hadoop. With Mortar, you can run jobs on Hadoop using Apache Spark and Python without any special training.
|
|
4
4
|
|
|
5
|
-
The Mortar Development Framework lets you develop Mortar Hadoop jobs directly on your local computer without installing any Hadoop libraries.
|
|
5
|
+
The Mortar Development Framework lets you develop Mortar Hadoop jobs directly on your local computer without installing any Hadoop libraries. Lots more info can be found on the [Mortar wiki](https://github.com/DataDog/devops/wiki/Mortar).
|
|
6
6
|
|
|
7
|
-
[](https://travis-ci.org/mortardata/mortar)
|
|
7
|
+
[](https://travis-ci.org/mortardata/mortar)
|
|
8
8
|
|
|
9
9
|
# Setup
|
|
10
10
|
|
data/lib/mortar/command/luigi.rb
CHANGED
|
@@ -75,6 +75,9 @@ class Mortar::Command::Luigi < Mortar::Command::Base
|
|
|
75
75
|
end
|
|
76
76
|
|
|
77
77
|
display("job_id: #{response['job_id']}")
|
|
78
|
+
display("git_ref: #{git_ref}")
|
|
79
|
+
display
|
|
80
|
+
display("Gitlab CI pipeline status can be viewed at:\n\n https://gitlab.ddbuild.io/DataDog/dd-analytics/commit/#{git_ref}")
|
|
78
81
|
display
|
|
79
82
|
display("Job status can be viewed on the web at:\n\n #{response['web_job_url']}")
|
|
80
83
|
display
|
data/lib/mortar/command/spark.rb
CHANGED
|
@@ -115,6 +115,9 @@ class Mortar::Command::Spark < Mortar::Command::Base
|
|
|
115
115
|
end
|
|
116
116
|
|
|
117
117
|
display("job_id: #{response['job_id']}")
|
|
118
|
+
display("git_ref: #{git_ref}")
|
|
119
|
+
display
|
|
120
|
+
display("Gitlab CI pipeline status can be viewed at:\n\n https://gitlab.ddbuild.io/DataDog/dd-analytics/commit/#{git_ref}")
|
|
118
121
|
display
|
|
119
122
|
display("Job status can be viewed on the web at:\n\n #{response['web_job_url']}")
|
|
120
123
|
display
|
data/lib/mortar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mortar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
4
|
+
version: 0.15.49
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mortar Data
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-04-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rdoc
|
|
@@ -362,7 +362,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
362
362
|
version: '0'
|
|
363
363
|
requirements: []
|
|
364
364
|
rubyforge_project:
|
|
365
|
-
rubygems_version: 2.7.
|
|
365
|
+
rubygems_version: 2.7.6
|
|
366
366
|
signing_key:
|
|
367
367
|
specification_version: 4
|
|
368
368
|
summary: Client library and CLI to interact with the Mortar service.
|