clojure-hbase-schemas icon indicating copy to clipboard operation
clojure-hbase-schemas copied to clipboard

Schema-based HBase Interaction

Results 4 clojure-hbase-schemas issues
Sort by recently updated
recently updated
newest added

These changes includes: - get rid of not necessary clojure-contrib dependency - use of clj-serializer 0.1.3 that was fixed to work with clojure 1.3.0 - fix exception when as-table was...

This project uses some of the deprecated contrib.\* libraries, so it can't be used with Clojure 1.3.0 (binding non-dynamic vars etc.)

This seems to be a problem with the maven packaging of the zookeeper jar. Running lein deps should just work, but instead it's necessary to manually run mvn install on...

Instead of manually configuring a table, add a schema-aware layer to the admin interface to allow for table creation/deletion. Describe the column in the schema: (define-schema :tablename [:key-type :keyword :descriptor-default...