コード例 #1
0
 /**
  * Gets the default table name from the configuration.
  *
  * @param context the Hadoop context for the configured job
  * @return the default table name
  * @since 1.5.0
  * @see #setDefaultTableName(Job, String)
  */
 protected static String getDefaultTableName(JobContext context) {
   return OutputConfigurator.getDefaultTableName(CLASS, context.getConfiguration());
 }