Commit cc6c2668 by Sarath Subramanian

ATLAS-3434: Update janusgraph-hbase storage manager PREFERRED_TIMESTAMPS from MILLI to MICRO

parent bebe746b
......@@ -225,7 +225,7 @@ public class HBaseStoreManager extends DistributedStoreManager implements KeyCol
public static final int PORT_DEFAULT = 9160;
public static final TimestampProviders PREFERRED_TIMESTAMPS = TimestampProviders.MILLI;
public static final TimestampProviders PREFERRED_TIMESTAMPS = TimestampProviders.MICRO;
public static final ConfigNamespace HBASE_CONFIGURATION_NAMESPACE =
new ConfigNamespace(HBASE_NS, "ext", "Overrides for hbase-{site,default}.xml options", true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment