• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

toidi / hadoop-yarn-api-python-client / 85 / 3
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 30 Oct 2018 04:05PM UTC
Files 11
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Oct 2018 04:05PM UTC coverage: 92.366%. Remained the same
TOXENV=py27

push

travis-ci

Luciano Resende
Fix cluster_application_kill method

The recently introduced cluster_application_kill() method was erroneously
calling `self.put()` to issue the status change to `KILLED`.  This resulted
in an AttributeError exception:
```
''ResourceManager' object has no attribute 'put''
```
in client code.

The base class issues put calls, via its `update()` method.  Once updated,
application kill requests succeed.

484 of 524 relevant lines covered (92.37%)

0.92 hits per line

Source Files on job 85.3 (TOXENV=py27)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 70
  • Travis Job 85.3
  • b3895316 on github
  • Prev Job for TOXENV=py27 on master (#82.3)
  • Next Job for TOXENV=py27 on master (#87.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc