With the release of Hypertable 0.9.5.4, we now include a MapR broker (64-bit packages only). Here's what you need to do to get it working:
1. Colocate RangeServers on the same machines as the MapR mfs processes 2. Reduce amount of memory used by the mfs processes by adding the following property: mfs.cache.memory.percentage=20 to the /opt/mapr/conf/mfs.conf on each mfs machine and restart MapR 3. Create the /hypertable directory in the MapR filesystem: hadoop fs -mkdir /hypertable 4. If using Capistrano to deploy Hypertable, change the default dfs variable at the top of the Cap file to "mapr": set :default_dfs, "mapr" 5. If launching in standalone mode, start servers like this: /opt/hypertable/current/bin/start-all-servers.sh mapr 6. No changes to hypertable.cfg should be necessary, the default configuration should discover the location of the MapR processes - 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.
