YARN-7128. The error message in TimelineSchemaCreator is not enough to find out the error. (Jinjiang Ling via Haibo Chen)
(cherry picked from commit 661f5eb0c6791148f2d15d5730635ccb668601e3)
This commit is contained in:
parent
27019b5a66
commit
d77530b227
@ -276,7 +276,7 @@ private static void createAllSchemas(Configuration hbaseConf,
|
||||
createAllTables(hbaseConf, skipExisting);
|
||||
LOG.info("Successfully created HBase schema. ");
|
||||
} catch (IOException e) {
|
||||
LOG.error("Error in creating hbase tables: " + e.getMessage());
|
||||
LOG.error("Error in creating hbase tables: ", e);
|
||||
exceptions.add(e);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user