Basically, with the latest version in https://github.com/kaltura/kaltura-chunked-upload-test, you should be able to simply clone the repo and run:# ./run.sh <service URL> <partner ID> <partner admin secret> </path/to/file>
and it should work fine.
I also added a log4j.properties file so you should get log prints as well.
Oh, and make sure you're using Java 7 [1.7] if you intend to use the precompiled JARs. For any other version, you'll need to recompile from source.