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

This commit is contained in:
Sarath Subramanian 2019-10-02 10:26:20 -07:00
parent bebe746bab
commit cc6c266899
1 changed files with 1 additions and 1 deletions

View File

@ -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);