GitHub user justACT opened a pull request:
https://github.com/apache/incubator-griffin/pull/463
Dev
GRIFFIN-216 [Measure] enhance elasticsearch sink, support elasticsearch
security login
and HttpUtilTest for elasticsearch with user/pwd and without user/pwd.
maybe this test is not easy to write, for elasticsearch just use http
client and I think the " http client" have been tested by its liberary already.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/justACT/incubator-griffin dev
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/463.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #463
----
commit dd6e2ad5da050ebf3b4a368c73767d154a602790
Author: xiangrchen <xiangrchen@...>
Date: 2018-11-27T07:26:45Z
enhance elasticsearch sink, support elasticsearch security login
commit 5e1afefcc02adeefe7c50a934138608975584316
Author: xiangrchen <xiangrchen@...>
Date: 2018-11-29T13:33:23Z
Merge branch 'justACT/master' into justACT/dev
merge code: enhance elasticsearch sink, support elasticsearch security login
commit 521c3dea157eb232b890beaad9a255bcce07edab
Author: xiangrchen <xiangrchen@...>
Date: 2018-12-01T03:28:44Z
Merge branch 'master' of https://github.com/apache/incubator-griffin into
dev
commit f4b0be1c2bac68d5c38a9557ce47d3dd7222e2f2
Author: xiangrchen <xiangrchen@...>
Date: 2018-12-02T05:56:26Z
add HttpUtilTest, used by elasticsearch
----
---