Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Revert schema default config change
Browse files Browse the repository at this point in the history
  • Loading branch information
dilipdevaraj-sfdc committed Jun 7, 2018
1 parent 1ba2e30 commit 5d5393f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public enum Property {
AUTH_SERVICE_IMPL_CLASS("service.binding.auth", "com.salesforce.dva.argus.service.auth.LDAPAuthService"),
AUTH_SERVICE_PROPERTY_FILE("service.config.auth","argus.properties"),

SCHEMA_SERVICE_IMPL_CLASS("service.binding.schema", "com.salesforce.dva.argus.service.schema.ElasticSearchSchemaService"),
SCHEMA_SERVICE_IMPL_CLASS("service.binding.schema", "com.salesforce.dva.argus.service.schema.AsyncHbaseSchemaService"),
SCHEMA_SERVICE_PROPERTY_FILE("service.config.schema","argus.properties"),

HISTORY_SERVICE_IMPL_CLASS("service.binding.history", "com.salesforce.dva.argus.service.history.HBaseHistoryService"),
Expand Down

0 comments on commit 5d5393f

Please sign in to comment.