Jakob Homan
Jakob Homan
Command for running the release version requires two dashes.
The docs reference Yahoo!'s internal KDC.
Howl script could use a bit of tweaking.
As noted in HowlSchema.java, one should not be able to append an a field schema with the same name. The code says that this requires Comparable, which is not correct,...
Along with everyone else (https://issues.apache.org/jira/browse/HADOOP-7072), we can remove the archaic requirement for JDK5 to build the docs. This patch does so. Verified docs are built correctly. My enmity for forrest...
Before Howl development progresses too far, can we consider switching to Maven? Hadoop is trying to make the switch, as are other projects. Perhaps we can save ourselves pain down...
Since Howl is currently buried within Hive in this repo, github picks up Hive's readme file and presents it as Howl's. This is confusing and incorrect. The file structure should...
HIVE-2171 added the ability for custom serdes to set field comments. We need to update Haivvreo to do this with the schema comments, if they are set. This will move...
Currently one must provide an equivalent Avro schema when writing out from a Hive table. It would be better if Haivvreo inferred this schema from the Hive TypeInfo.
It would be nice to be able to see what type of job is being listed. This would allow one to break cluster usage down by framework. One can identify...