Repository: incubator-ranger Updated Branches: refs/heads/master 7cd51c9d9 -> 895ac2b19
RANGER-291: make NameNodeURL non mandatory while creating HDFS repository Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/895ac2b1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/895ac2b1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/895ac2b1 Branch: refs/heads/master Commit: 895ac2b194bc54853224001c5f7f483cd7e6e2d9 Parents: 7cd51c9 Author: Dilli Dorai Arumugam <[email protected]> Authored: Thu Mar 5 17:01:00 2015 -0800 Committer: Dilli Dorai Arumugam <[email protected]> Committed: Thu Mar 5 18:14:47 2015 -0800 ---------------------------------------------------------------------- .../src/main/resources/service-defs/ranger-servicedef-hdfs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/895ac2b1/agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json ---------------------------------------------------------------------- diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json index aed776c..bb9d428 100755 --- a/agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json +++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json @@ -75,7 +75,7 @@ "name": "fs.default.name", "type": "string", "subType": "", - "mandatory": true, + "mandatory": false, "validationRegEx":"", "validationMessage": "", "uiHint":"", @@ -223,4 +223,4 @@ [ ] -} \ No newline at end of file +}
