Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
cc6c2668
Commit
cc6c2668
authored
5 years ago
by
Sarath Subramanian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3434: Update janusgraph-hbase storage manager PREFERRED_TIMESTAMPS from MILLI to MICRO
parent
bebe746b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
HBaseStoreManager.java
.../org/janusgraph/diskstorage/hbase2/HBaseStoreManager.java
+1
-1
No files found.
graphdb/janus-hbase2/src/main/java/org/janusgraph/diskstorage/hbase2/HBaseStoreManager.java
View file @
cc6c2668
...
@@ -225,7 +225,7 @@ public class HBaseStoreManager extends DistributedStoreManager implements KeyCol
...
@@ -225,7 +225,7 @@ public class HBaseStoreManager extends DistributedStoreManager implements KeyCol
public
static
final
int
PORT_DEFAULT
=
9160
;
public
static
final
int
PORT_DEFAULT
=
9160
;
public
static
final
TimestampProviders
PREFERRED_TIMESTAMPS
=
TimestampProviders
.
MI
LLI
;
public
static
final
TimestampProviders
PREFERRED_TIMESTAMPS
=
TimestampProviders
.
MI
CRO
;
public
static
final
ConfigNamespace
HBASE_CONFIGURATION_NAMESPACE
=
public
static
final
ConfigNamespace
HBASE_CONFIGURATION_NAMESPACE
=
new
ConfigNamespace
(
HBASE_NS
,
"ext"
,
"Overrides for hbase-{site,default}.xml options"
,
true
);
new
ConfigNamespace
(
HBASE_NS
,
"ext"
,
"Overrides for hbase-{site,default}.xml options"
,
true
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment