Repository: incubator-atlas Updated Branches: refs/heads/master 15baa4da0 -> 7ed6b02c4
ATLAS-1523: fix incorrect hbase_model.json in the previous commit (#2) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/7ed6b02c Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/7ed6b02c Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/7ed6b02c Branch: refs/heads/master Commit: 7ed6b02c4351ed9094d29842998db2927d83fd0c Parents: 15baa4d Author: Madhan Neethiraj <[email protected]> Authored: Wed Feb 8 00:15:46 2017 -0800 Committer: Madhan Neethiraj <[email protected]> Committed: Wed Feb 8 00:15:46 2017 -0800 ---------------------------------------------------------------------- addons/models/0060-hbase_model.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/7ed6b02c/addons/models/0060-hbase_model.json ---------------------------------------------------------------------- diff --git a/addons/models/0060-hbase_model.json b/addons/models/0060-hbase_model.json index 1f2e57f..1317272 100644 --- a/addons/models/0060-hbase_model.json +++ b/addons/models/0060-hbase_model.json @@ -30,7 +30,7 @@ "isIndexable": false, "isOptional": true, "isUnique": false - }, + } ] }, {
