You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been noticing this for a while. The spark's lz4 format cannot easily unpacked by lz4 unpacker. I'm using this line in my testing new LZ4BlockInputStream(getClass.getClassLoader.getResourceAsStream("application_xxxxxxxx.lz4")), which works fine with standalone log files. I'll try to update the public branch this weekend. Thanks for reporting
Thanks @roboxue - I'm doing something similar with my lz4 logs. It's a nice-to-have feature to let the UI read lz4 files directly but Sparklint is very useful regardless.
I have tried a few combinations when starting the UI
But if I have .lz4 files in the directory, they are not picked up as sources.
I notice there is some code in sparklint that uses the lz4 codec.
The text was updated successfully, but these errors were encountered: