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

Method load

fe/src/main/java/org/apache/impala/catalog/HdfsTable.java:1207–1214  ·  view source on GitHub ↗
(boolean reuseMetadata, IMetaStoreClient client,
      org.apache.hadoop.hive.metastore.api.Table msTbl, String reason,
      EventSequence catalogTimeline)

Source from the content-addressed store, hash-verified

1205 }
1206
1207 @Override
1208 public void load(boolean reuseMetadata, IMetaStoreClient client,
1209 org.apache.hadoop.hive.metastore.api.Table msTbl, String reason,
1210 EventSequence catalogTimeline) throws TableLoadingException {
1211 load(reuseMetadata, client, msTbl, /* loadPartitionFileMetadata */
1212 true, /* loadTableSchema*/true, false,
1213 /* partitionsToUpdate*/null, null, null, reason, catalogTimeline);
1214 }
1215
1216 public void load(boolean reuseMetadata, IMetaStoreClient client,
1217 org.apache.hadoop.hive.metastore.api.Table msTbl,

Callers 1

Calls 15

loadSchemaMethod · 0.95
loadConstraintsInfoMethod · 0.95
markEventMethod · 0.95
loadValidWriteIdListMethod · 0.95
updateMdFromHmsTableMethod · 0.95
fetchAllPartitionsMethod · 0.95
loadAllPartitionsMethod · 0.95
setAvroSchemaMethod · 0.95

Tested by

no test coverage detected