MCPcopy Create free account
hub / github.com/apache/impala / GetLocalConnection

Method GetLocalConnection

be/src/runtime/hdfs-fs-cache.cc:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

LoadZoneInfoFromHdfsMethod · 0.80
LoadCacheEntryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected