[
https://issues.apache.org/jira/browse/TAJO-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14211682#comment-14211682
]
ASF GitHub Bot commented on TAJO-1131:
--------------------------------------
Github user babokim commented on a diff in the pull request:
https://github.com/apache/tajo/pull/232#discussion_r20338252
--- Diff: tajo-common/src/main/java/org/apache/tajo/conf/TajoConf.java ---
@@ -302,6 +302,8 @@ public static int setDateOrder(int dateOrder) {
HISTORY_EXPIRY_TIME_DAY("tajo.history.expiry-time-day", 7),
// Misc
-------------------------------------------------------------------
+ // Fragment
+
FRAGMENT_ALTERNATIVE_UNKNOWN_LENGTH("tajo.fragment.alternative.unknown.length",
(long)(512 * 1024 * 1024)),
--- End diff --
When making physical plan, the length of fragment is used to determine the
physical operation.
But some storage does not know the size of the fragment. In this case
PhysicalPlanner uses this value to determine.
I will add comments.
> Supports Inserting or Creating table into the HBase mapped table.
> -----------------------------------------------------------------
>
> Key: TAJO-1131
> URL: https://issues.apache.org/jira/browse/TAJO-1131
> Project: Tajo
> Issue Type: Sub-task
> Reporter: Hyoungjun Kim
> Assignee: Hyoungjun Kim
> Priority: Minor
>
> Tajo should support inserting or creating table into the HBase mapped table.
> HBase supports bulk uploading. For using this tool the query result should
> be range partitioned and sorted by a region split range.
> See the following HBase reference.
> http://hbase.apache.org/book/arch.bulk.load.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)