ATLAS-2453: changed datatype of hbase_table.maxFileSize from int to long Signed-off-by: Madhan Neethiraj <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/745b520b Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/745b520b Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/745b520b Branch: refs/heads/master Commit: 745b520b25e0f733a7a7c6d8fea49b2a7b1573b8 Parents: c3a684f Author: Sharmadha Sainath <[email protected]> Authored: Fri Feb 16 21:01:37 2018 +0530 Committer: Madhan Neethiraj <[email protected]> Committed: Fri Feb 16 08:27:45 2018 -0800 ---------------------------------------------------------------------- .../005-hbase_table_column_family_add_additional_attribute.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/745b520b/addons/models/1000-Hadoop/patches/005-hbase_table_column_family_add_additional_attribute.json ---------------------------------------------------------------------- diff --git a/addons/models/1000-Hadoop/patches/005-hbase_table_column_family_add_additional_attribute.json b/addons/models/1000-Hadoop/patches/005-hbase_table_column_family_add_additional_attribute.json index 0ee7908..8624774 100644 --- a/addons/models/1000-Hadoop/patches/005-hbase_table_column_family_add_additional_attribute.json +++ b/addons/models/1000-Hadoop/patches/005-hbase_table_column_family_add_additional_attribute.json @@ -9,7 +9,7 @@ "attributeDefs": [ { "name": "maxFileSize", - "typeName": "int", + "typeName": "long", "cardinality": "SINGLE", "isIndexable": false, "isOptional": true,
