Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Static Public Member Functions | |
static void | main (String[] args) throws Exception |
Utility to generate an output file with all the block ids for each table currently in the metastore. Having the block ids allows us to map hdfs files to filesystem files. This is mostly a hack since hdfs does not willingly expose this information.
Definition at line 28 of file BlockIdGenerator.java.
|
inlinestatic |
Definition at line 31 of file BlockIdGenerator.java.
References com.cloudera.impala.catalog.Db.getAllTableNames(), com.cloudera.impala.catalog.Catalog.getDbNames(), and com.cloudera.impala.catalog.HdfsTable.getPartitions().