Get invited to our slack community and get access to opportunities and data science insights

Blog

hitrate

hitrate(array rankItems, array correctItems [, const int recommendSize = rankItems.size]) – Returns HitRate Platforms: WhereOS,

hivemall_version

hivemall_version() – Returns the version of Hivemall SELECT hivemall_version(); Platforms: WhereOS, Spark, Hive Class: hivemall.HivemallVersionUDF

hbase_batch_put

hbase_batch_put(config_map, key, value) – Perform batch HBase updates of a table Platforms: WhereOS, Spark, Hive

hbase_cached_get

hbase_cached_get(configMap,key,template) – Returns a cached object, given an HBase config, a key, and a template

hbase_get

hbase_get(table,key,family) – Do a single HBase Get on a table Platforms: WhereOS, Spark, Hive Class:

hbase_put

string hbase_put(config, map key_value) – string hbase_put(config, key, value) – Do a HBase Put on