| 128 | } |
| 129 | |
| 130 | Status HdfsFsCache::GetLocalConnection(hdfsFS* fs) { |
| 131 | return GetConnection("file:///", fs); |
| 132 | } |
| 133 | |
| 134 | string HdfsFsCache::GetNameNodeFromPath(const string& path, string* err) { |
| 135 | string namenode; |
no outgoing calls
no test coverage detected