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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df7144cd0787fbc7bf15d5506271c61db16f9bc903094c4bfbc5176bc6f1c094
4
- data.tar.gz: 11be2d17acefd3d8954551b755e06db9f0c18523a813b7d09a0a7f39b943e5db
3
+ metadata.gz: 3fd8cdb616c43fe18904c333a342b11076b1230c244df84aeb968aa7a6a5a6a8
4
+ data.tar.gz: cf0eb6a2814402a6caeb587fc8f5d0b18dfa852d04fb9cc9d002e73b040b6913
5
5
  SHA512:
6
- metadata.gz: b9b279c857d9a1d150541dd3b7a0505d3a7c1d28782c318ad3810ccc376102c06fb60db5797508c64501e6b5778e53e50c660d3bce44098b5143ca0ce867beed
7
- data.tar.gz: 26ccbb82a30aa177086b14567cafba034df1e3fb4664b7b783bdb456ffd79751e76d764b73a60900fafc27cdaea0216a8747f4298fd3c437dcc8757301f49f19
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
- [Mortar](http://www.mortardata.com/) is a platform as a service for Hadoop. With Mortar, you can run jobs on Hadoop using Apache Pig and Python without any special training.
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. Lots more info can be found on the [Mortar help site](http://help.mortardata.com).
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
- [![Build Status](https://travis-ci.org/mortardata/mortar.png?branch=master)](https://travis-ci.org/mortardata/mortar) [![Dependency Status](https://gemnasium.com/mortardata/mortar.png)](https://gemnasium.com/mortardata/mortar)
7
+ [![Build Status](https://travis-ci.org/mortardata/mortar.png?branch=master)](https://travis-ci.org/mortardata/mortar)
8
8
 
9
9
  # Setup
10
10
 
@@ -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
@@ -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
@@ -16,5 +16,5 @@
16
16
 
17
17
  module Mortar
18
18
  # see http://semver.org/
19
- VERSION = "0.15.48"
19
+ VERSION = "0.15.49"
20
20
  end
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.48
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: 2018-09-19 00:00:00.000000000 Z
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.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.