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

Added columnar format support for CDH 6.2.1#9

Open
xieqi wants to merge 1 commit into
Intel-bigdata:masterfrom
xieqi:master
Open

Added columnar format support for CDH 6.2.1#9
xieqi wants to merge 1 commit into
Intel-bigdata:masterfrom
xieqi:master

Conversation

@xieqi

@xieqi xieqi commented Nov 4, 2019

Copy link
Copy Markdown

No description provided.

(new SnappyDecompressor.SnappyDirectDecompressor());
case QAT:
return new DirectDecompressWrapper
(new QatDecompressor.QatDirectDecompressor());

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QatDecompressor is not imported

ByteBuffer buf = ByteBuffer.allocate(1000);
buf.put(new byte[]{127,-128,0,99,98,-1});
buf.flip();
CompressionCodec codec = new QATCodec(DIRECT_BUFFER_SIZE);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CompressionCodec is not imported

@winningsix

Copy link
Copy Markdown

@zyluo does it work now?

@zyluo

zyluo commented Nov 13, 2019

Copy link
Copy Markdown

I've just finished optimizing Snappy configuration. I'll try setting up QAT today and tomorrow

@winningsix

Copy link
Copy Markdown

@xieqi could you resolve the conflict so that I can merge this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants