Anthony Hsu
Anthony Hsu
Hi @MrBigtool, What is the exact command you run? For me, `./compile.sh` succeeds on both Mac and Linux, whereas `./compile.sh compile.conf` fails on both with 6 test failures on both...
@StanfordMCP , some thoughts on this: * if the job finishes normally, the .jhist.inprogress file should get renamed to .jhist (this happens at the end of ApplicationMaster.run() -- eventHandler.stop() is...
Hi @mkgray , Just to clarify, you can't launch TonY jobs from Spark. TonY jobs run their own TonY Application Master that orchestrates the job, just as Spark has its...
Could you please provide a link to the CamusJob source code? It might be easier to change that than to change hadoopJavaJob.
This is still not completely fixed because the validateUser() method in LinkedIn's internal implementation of UserManager still needs to be fixed.
Proposed solution by @davidzchen, mentioned in #115: > We would need to add an API to the AvroParquetReader that allows us to pass in an InputStream similar to what Avro...
Patch looks good to me. Very thorough and well-tested!
General comment: can you please avoid reformatting changes in your PRs? All the reformatting changes create a lot of visual noise and make the change harder to review.