The instructions posted on the site are once again up to date.
We’ve changed the HiveDB maven project so that it now builds two separate targets.
target/lib/ contains the HiveDB library jar
target/bin/ contains hive-installer and other tools
The names of the jars created have also changed. Now when you run mvn install you will get […]
HiveDB Summit
Friday July 13th 9:30am - 4:00pm
Cafepress.com Offices
950 Tower lane Foster City, CA
9:30a - 10:00a Arrivals and Introductions
10:00a - 10:15a Presentation of the problem and alternative products
10:15a - 11:00a Architectural overview and code tour
11:00a - Lunch HiveDB API and standards discussion
After lunch - 3:30p Multiple language support discussion
3:30p - 4:00p […]
There are some big changes coming to the hive interface. If you look in at trunk code you’ll see that all of getConnection and getJdbcDaoSupport now return collections instead of single connections. This is for two reasons
To support secondary indexes that can resolve to multiple records, like index by name or by type
To […]