Description
Patch to make regular expression for directory location lookup in setLocationPermGroup of TestDriverCurl more generic to accommodate patterns without port number like hdfs://mycluster/hive/warehouse/<db-name>
Patch to make regular expression for directory location lookup in setLocationPermGroup of TestDriverCurl more generic to accommodate patterns without port number like hdfs://mycluster/hive/warehouse/<db-name>
Why not just remove ":\d+", seems to be a smaller change.