Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Es qat support only #10

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f0769a6
add common modules, need changes later
ZJie1 Aug 30, 2019
d3cc105
add common module, the pom.xml in top update
ZJie1 Sep 2, 2019
9d84deb
add es_qat_wrapper modules
ZJie1 Sep 2, 2019
996798b
debug the es_qat_wrapper with log
ZJie1 Oct 11, 2019
ac62155
[POAE7-10] ES QAT compression support test finished (Zhangjie, Review…
ZJie1 Oct 11, 2019
5492c0f
sync the function API with DeflaterCompressor
ZJie1 Oct 22, 2019
d3f11b2
remove the LOG to successfully used in ES
ZJie1 Oct 23, 2019
c4ad734
add org.apache.logging.log4j to LOG
ZJie1 Oct 31, 2019
24552f1
clean code
ZJie1 Oct 31, 2019
67d5a5e
[POAE7-10]ES QAT compression clean code finished(Zhangjie, Reviewed b…
ZJie1 Oct 31, 2019
cc2d8bd
[POAE7-10]ES QAT compression clean code finished(Zhangjie, Reviewed b…
ZJie1 Oct 31, 2019
3a4d88b
add LOG in read and write
ZJie1 Nov 4, 2019
282e7b2
[POAE7-10]Add Log in Write and Read to identify QAT(Zhangjie, Reviewe…
ZJie1 Nov 4, 2019
bacaeb1
change log level
ZJie1 Nov 5, 2019
12d0f87
[POAE7-10](add Hive docs,Zhangjie, Reviewed by XuCheng)
ZJie1 Nov 6, 2019
a35f856
[POAE7-10](add Hive docs,Zhangjie, Reviewed by XuCheng)
ZJie1 Nov 6, 2019
7852409
add patch of es that with qat and changed lucene
ZJie1 Feb 28, 2020
6ddf108
remove unnecessary changes
ZJie1 Mar 3, 2020
85996a9
delete unused log dependency in pom
ZJie1 Mar 12, 2020
14e02b6
add the apply patches for elasticsearch and lucene with version info
ZJie1 Mar 27, 2020
0c64080
add patches of elasticsearch version 7.6.1
ZJie1 Mar 31, 2020
c457064
using diff files to apply patches for v7.6.1
ZJie1 Apr 3, 2020
87e4e02
delete the version 8.0.0
ZJie1 Apr 7, 2020
07c813c
set compression level to 1
ZJie1 Apr 28, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions es_qat_wrapper/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>qat-parent</artifactId>
<groupId>com.intel.qat</groupId>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>es_qat_wrapper</artifactId>


</project>
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
<module>hadoop_qat_wrapper</module>
<module>spark_qat_wrapper</module>
<module>carbondata_qat_wrapper</module>
<module>common</module>
ZJie1 marked this conversation as resolved.
Show resolved Hide resolved
<module>es_qat_wrapper</module>
</modules>

</project>
Expand Down