|
1 |
| -# Change Log |
2 |
| -All notable changes to this project will be documented in this file. |
3 |
| - |
4 |
| -## [x.x.x] xxxx-xx-xx |
5 |
| -### Added |
6 |
| -- PNDA-2233 Jupyter notebook plugin added to deployment manager |
7 |
| - |
8 |
| -## [0.1.1] 2016-09-13 |
9 |
| -### Changes |
10 |
| -- Improvements to documentation |
11 |
| -- Enhanced CI support |
12 |
| - |
13 |
| -## [0.1.0] 2016-07-01 |
14 |
| -### First version |
15 |
| - |
16 |
| -## [Pre-release] |
17 |
| - |
18 |
| -### Added |
19 |
| - |
20 |
| -- Add hue endpoint to environment endpoints API |
21 |
| -- Application names checked to only contain alphanumeric characters (a-z A-Z 0-9 - and _) because they are used directly in file paths. |
| 1 | +# Change Log |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +## [Unreleased] |
| 5 | +### Added |
| 6 | +- PNDA-2233 Jupyter notebook plugin added to deployment manager |
| 7 | + |
| 8 | +## [0.1.1] 2016-09-13 |
| 9 | +### Changes |
| 10 | +- Improvements to documentation |
| 11 | +- Enhanced CI support |
| 12 | + |
| 13 | +## [0.1.0] 2016-07-01 |
| 14 | +### First version |
| 15 | + |
| 16 | +## [Pre-release] |
| 17 | + |
| 18 | +### Added |
| 19 | + |
| 20 | +- Add hue endpoint to environment endpoints API |
| 21 | +- Application names checked to only contain alphanumeric characters (a-z A-Z 0-9 - and _) because they are used directly in file paths. |
22 | 22 | - Added ability to discover HDFS namedservices
|
23 | 23 | - Added information field to status reports
|
24 |
| -- Using an external pacakge repository API instead of internal swift integration |
25 |
| -- Application detail API (GET /applications/<application>/detail) now returns YARN IDs assigned to the running tasks for that application. |
| 24 | +- Using an external pacakge repository API instead of internal swift integration |
| 25 | +- Application detail API (GET /applications/<application>/detail) now returns YARN IDs assigned to the running tasks for that application. |
26 | 26 | - Oozie error messages are reported when querying for status of an application creation call.
|
27 | 27 | - Packages are validated on deployment and the error messages reported when querying for status of a package deployment call.
|
28 | 28 | - Added support for opentsdb.json descriptor for creating metrics when deploying applications.
|
29 | 29 | - Callback events are sent to the console data logger.
|
30 | 30 | - Application detail API now completed to return Yarn IDs for any Yarn applications associated with a PNDA application.
|
31 |
| - |
32 |
| -### Fixed |
33 |
| - |
34 |
| -- Return IP address for webhdfs/HTTPFS endpoint instead of hostname |
35 |
| -- Timeout calls to package repository at 120 seconds. |
36 |
| -- Deploying a package that does not exist in the package repository now results in a useful error message being returned to the caller. |
37 |
| -- Fixed defect preventing '-' being used in application names. |
38 |
| -- Fix Zookeeper quorum bug issue |
39 |
| -- Improve package validation to catch packages without 3 point version numbers and where the folder inside the tar does not match the package name. |
40 |
| -- Add list of zookeeper nodes to quorum |
41 |
| -- Remove port=8020 for named service |
42 |
| -- Oozie creator plugin sets 'oozie.wf.application.path' and 'oozie.coord.application.path' to point at the folder not the xml files. |
43 |
| -- Removed some stdout printouts |
44 |
| -- Fixed bug preventing recency parameter being used on the repository/packages API. |
| 31 | + |
| 32 | +### Fixed |
| 33 | + |
| 34 | +- Return IP address for webhdfs/HTTPFS endpoint instead of hostname |
| 35 | +- Timeout calls to package repository at 120 seconds. |
| 36 | +- Deploying a package that does not exist in the package repository now results in a useful error message being returned to the caller. |
| 37 | +- Fixed defect preventing '-' being used in application names. |
| 38 | +- Fix Zookeeper quorum bug issue |
| 39 | +- Improve package validation to catch packages without 3 point version numbers and where the folder inside the tar does not match the package name. |
| 40 | +- Add list of zookeeper nodes to quorum |
| 41 | +- Remove port=8020 for named service |
| 42 | +- Oozie creator plugin sets 'oozie.wf.application.path' and 'oozie.coord.application.path' to point at the folder not the xml files. |
| 43 | +- Removed some stdout printouts |
| 44 | +- Fixed bug preventing recency parameter being used on the repository/packages API. |
0 commit comments