[ 
https://issues.apache.org/jira/browse/TAJO-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209496#comment-14209496
 ] 

ASF GitHub Bot commented on TAJO-1131:
--------------------------------------

Github user hyunsik commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/232#discussion_r20277970
  
    --- Diff: tajo-common/src/main/java/org/apache/tajo/util/TUtil.java ---
    @@ -119,6 +119,15 @@ public static boolean checkEquals(Object [] s1, Object 
[] s2) {
         return new ArrayList<T>();
       }
     
    +  public static List<Integer> newIntList(int...items) {
    --- End diff --
    
    It seems to be unused.


> 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)

Reply via email to