File tree 2 files changed +28
-0
lines changed
docs/src/reference/asciidoc/appendix
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ [[eshadoop-6.6.0]]
2
+ == Elasticsearch for Apache Hadoop version 6.6.0
3
+ January 29, 2019
4
+
5
+ [[deprecation-6.6.0]]
6
+ === Deprecations
7
+ * Cascading is now deprecated and will be removed in 7.0
8
+ https://github.com/elastic/elasticsearch-hadoop/issues/1222[#1222]
9
+ * Using SOCKS proxy to connect to Elasticsearch is new deprecated and will be removed in a future release
10
+ https://github.com/elastic/elasticsearch-hadoop/issues/1223[#1223]
11
+
12
+ [[enhancements-6.6.0]]
13
+ === Enhancements
14
+ REST::
15
+ * Be able to specify preference query string option when querying Elasticsearch
16
+ https://github.com/elastic/elasticsearch-hadoop/issues/1213[#1213]
17
+ https://github.com/elastic/elasticsearch-hadoop/pull/1214[#1214]
18
+ Serialization::
19
+ * Support for custom MetadataExtractor within Spark flows
20
+ https://github.com/elastic/elasticsearch-hadoop/pull/1159[#1159]
21
+
22
+ [[bugs-6.6.0]]
23
+ === Bug Fixes
24
+ Core::
25
+ * Duplicated jars in classpath when submitting a spark job with Elasticsearch to YARN
26
+ https://github.com/elastic/elasticsearch-hadoop/issues/1097[#1097][#1216]
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This section summarizes the changes in each release.
8
8
[float]
9
9
[[release-notes-6]]
10
10
===== 6.x
11
+ * <<eshadoop-6.6.0>>
11
12
* <<eshadoop-6.5.4>>
12
13
* <<eshadoop-6.5.3>>
13
14
* <<eshadoop-6.5.2>>
@@ -87,6 +88,7 @@ http://github.com/elastic/elasticsearch-hadoop/issues/XXX[#XXX]
87
88
88
89
////////////////////////
89
90
91
+ include::release-notes/6.6.0.adoc[]
90
92
include::release-notes/6.5.4.adoc[]
91
93
include::release-notes/6.5.3.adoc[]
92
94
include::release-notes/6.5.2.adoc[]
You can’t perform that action at this time.
0 commit comments