Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to figure out the version of libsnappyjava.so files in snappy-java-VERSION.jar #248

Open
DaveAimee opened this issue Jun 4, 2020 · 2 comments

Comments

@DaveAimee
Copy link

what is the relationship between snappy-java-VERSION.jar and snappy.so.VERSION in https://github.com/google/snappy?
for example, snappy-jave-1.1.7.2.jar has a libsnappyjava.so file, when I build from https://github.com/google/snappy I got libsnappy.so.1.1.8, can I replace libsnappyjava.so with libsnappy.so.1.1.8?

@xerial
Copy link
Owner

xerial commented Jun 4, 2020

libsnappyjava.so file is a bit different from libsnappy.so because of some extensions. To see which snappy version is used, see this file https://github.com/xerial/snappy-java/blob/master/src/main/resources/org/xerial/snappy/VERSION

@AnjianWen
Copy link

how can I replace libsnappyjava.so with newly build libsnappy.so when I change the source code in snappy
must I add the "BITSHUFFLE" ?
If it must be added , how can I add it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants