File tree 5 files changed +56
-2
lines changed
5 files changed +56
-2
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,9 @@ Release History
4
4
===============
5
5
6
6
0.1.0 (2015-06-09)
7
- ---------------------
7
+ ------------------
8
8
Initial release!
9
+
10
+ 1.1 (2015-09-23)
11
+ ----------------
12
+ Release for Presto versions 0.103-0.115
Original file line number Diff line number Diff line change 1
- .. include :: ../HISTORY.rst
1
+ =============
2
+ Release Notes
3
+ =============
4
+ .. toctree ::
5
+ :maxdepth: 1
6
+
7
+ release/release-1.2
8
+ release/release-1.1
9
+ release/release-0.1.0
Original file line number Diff line number Diff line change
1
+ =============
2
+ Release 0.1.0
3
+ =============
4
+
5
+ Initial Release!
6
+ This release works for Presto versions 0.100-0.102
Original file line number Diff line number Diff line change
1
+ ===========
2
+ Release 1.1
3
+ ===========
4
+
5
+ This release works for Presto versions 0.103-0.115
Original file line number Diff line number Diff line change
1
+ ===========
2
+ Release 1.2
3
+ ===========
4
+
5
+ The default values in this release are intended to work with Presto versions
6
+ 0.116 through at least 0.130. However, the user can supply non-default
7
+ configurations to use this release with other versions of Presto.
8
+
9
+ General Fixes
10
+ -------------
11
+ * Fix server status to work with later versions of Presto
12
+ * Exit with non-zero code when operations fail
13
+ * Update configuration defaults for Presto versions >0.115
14
+ * Make remote log directory configurable
15
+ * Add support for specifying java8 home in config.json
16
+ * :ref: `collect-logs ` will use the log directory specified in
17
+ Presto's config.properties if configured.
18
+
19
+
20
+ Configuration
21
+ -------------
22
+ Before this release, :ref: `configuration-deploy-label ` would fill in default
23
+ values for any required properties that the user did not supply in the
24
+ configuration files. However, this created problems when different versions of
25
+ Presto had different configuration requirements. In particular, it became
26
+ impossible to remove any required properties from the configuration even if the
27
+ user's Presto version did not require those properties.
28
+
29
+ In the current behavior, when the user needs to override the defaults in any
30
+ configuration file, they must write out all the properties for that
31
+ configuration file, which will be deployed as-is.
You can’t perform that action at this time.
0 commit comments