Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Incomplete
-
Affects Version/s: 3.7.0
-
Fix Version/s: None
-
Component/s: app.catalog
-
Labels:None
-
Environment:
CDH 5.4.7
-
Target Version:
-
Easy:Easy
Description
Go to Metastore Manager -> any database -> any table -> Properties tab.
Notice the row with:
Name = location:hdfs://whatever.example.com
Value = 8020/some/hdfs/path
Expected:
Name = location
Value = hdfs://whatever.example.com:8020/some/hdfs/path
Looks like probably there's a colon-separated list of name:value pairs somewhere which is split at the last colon instead of the first.