Hi Doug,

According to the src, now the config-options need something called
Policy which makes it hard to write client program.

In older versions I can run a client program on another machine that
just needs a config file. But now it seems hard to do so.  The
configurations is get from the Config namespace, I donnot know how to
force it read from a local config file.  I tried the Properties ::load
but failed. A Properties constructor which accepts a config file as a
parameter may help a lot.

Perhaps we need more and update examples. And also the Makefile now
needs more libraries to link with. An example is helpful.

BTW, the DfsBroker is using java6 now. It would be better to mention
this in the log.  As the earlier version can be used with java5.

Best wishes.


On Dec 9, 5:07 am, "Doug Judd" <[email protected]> wrote:
> This latest version of Hypertable is incompatible with older versions.  Here
> is a list of the incompatibilities:
>
> 1. All timeouts have changed from seconds to milliseconds
> 2. Hyperspace data format has changed
> 3. Network wire protocol has changed
>
> To use this release, you will have to start with a clean database.  If you
> have any pre-existing config files, you will have to modify them by changing
> all of the time properties from *seconds* to *milliseconds*.  Also, there
> are a few more build dependencies:
>
> SIGAR (http://sourceforge.net/projects/sigar/)
> libevent (only required for optional ThriftBroker build)
> thrift (only required for optional ThriftBroker build)
>
> - Doug
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Hypertable Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/hypertable-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to