twitter/hadoop-lzo

Since it cannot be used in Win7,what`s the function of lzo2.dll

Closed this issue · 3 comments

hadoop-lzo\target\antrun\build-build-info-win.xml:7: Execute failed: java.io.IOException: Cannot run program "sh": CreateProcess error=2, ?????????

i have compared lzo2.dll use cl in win7 64bit,but when i want the jni for lzo,just failed.
how i can use lzo without hadoop in win7 64bit

I'm not necessarily set up on Windows on this. @cnauroth, could you kindly take a quick look? Thanks!

The error message looks like the build machine was missing sh.exe, likely when the build tried to run get_build_revision.sh. You can find a copy of sh.exe in GnuWin32, or I think Git on Windows also ships with a copy.

Despite the title of this issue, hadoop-lzo does work on Windows. Full details are documented in README.md.

you are right
In spite of this,there are still too many questions when msbuild.
zip affect cpu performance,so i need lzo urgently.
In any case, Thank you.