[jira] Updated: (HADOOP-2328) [Hbase Shell] Non-index join columns

2007-12-05 Thread Bryan Duxbury (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Duxbury updated HADOOP-2328:
--

Priority: Trivial  (was: Major)

> [Hbase Shell] Non-index join columns
> 
>
> Key: HADOOP-2328
> URL: https://issues.apache.org/jira/browse/HADOOP-2328
> Project: Hadoop
>  Issue Type: Improvement
>  Components: contrib/hbase
>Affects Versions: 0.16.0
>Reporter: Edward Yoon
>Assignee: Edward Yoon
>Priority: Trivial
> Fix For: 0.16.0
>
> Attachments: 2328.patch, 2328_v02.patch
>
>
> If we don't have an index for a domain in the join, we can still improve on 
> the nested-loop join using sort join.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HADOOP-2328) [Hbase Shell] Non-index join columns

2007-12-01 Thread Edward Yoon (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward Yoon updated HADOOP-2328:


Status: Patch Available  (was: Open)

re-submitting

> [Hbase Shell] Non-index join columns
> 
>
> Key: HADOOP-2328
> URL: https://issues.apache.org/jira/browse/HADOOP-2328
> Project: Hadoop
>  Issue Type: Improvement
>  Components: contrib/hbase
>Affects Versions: 0.16.0
>Reporter: Edward Yoon
>Assignee: Edward Yoon
> Fix For: 0.16.0
>
> Attachments: 2328.patch, 2328_v02.patch
>
>
> If we don't have an index for a domain in the join, we can still improve on 
> the nested-loop join using sort join.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HADOOP-2328) [Hbase Shell] Non-index join columns

2007-12-01 Thread Edward Yoon (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward Yoon updated HADOOP-2328:


Status: Open  (was: Patch Available)

This patch test code was passed.
But, Hbase.TestMapReduce was failed.

> [Hbase Shell] Non-index join columns
> 
>
> Key: HADOOP-2328
> URL: https://issues.apache.org/jira/browse/HADOOP-2328
> Project: Hadoop
>  Issue Type: Improvement
>  Components: contrib/hbase
>Affects Versions: 0.16.0
>Reporter: Edward Yoon
>Assignee: Edward Yoon
> Fix For: 0.16.0
>
> Attachments: 2328.patch, 2328_v02.patch
>
>
> If we don't have an index for a domain in the join, we can still improve on 
> the nested-loop join using sort join.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HADOOP-2328) [Hbase Shell] Non-index join columns

2007-12-01 Thread Edward Yoon (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward Yoon updated HADOOP-2328:


Status: Patch Available  (was: Open)

re-submitting

> [Hbase Shell] Non-index join columns
> 
>
> Key: HADOOP-2328
> URL: https://issues.apache.org/jira/browse/HADOOP-2328
> Project: Hadoop
>  Issue Type: Improvement
>  Components: contrib/hbase
>Affects Versions: 0.16.0
>Reporter: Edward Yoon
>Assignee: Edward Yoon
> Fix For: 0.16.0
>
> Attachments: 2328.patch, 2328_v02.patch
>
>
> If we don't have an index for a domain in the join, we can still improve on 
> the nested-loop join using sort join.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HADOOP-2328) [Hbase Shell] Non-index join columns

2007-12-01 Thread Edward Yoon (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward Yoon updated HADOOP-2328:


Attachment: 2328_v02.patch

Re-Upload

> [Hbase Shell] Non-index join columns
> 
>
> Key: HADOOP-2328
> URL: https://issues.apache.org/jira/browse/HADOOP-2328
> Project: Hadoop
>  Issue Type: Improvement
>  Components: contrib/hbase
>Affects Versions: 0.16.0
>Reporter: Edward Yoon
>Assignee: Edward Yoon
> Fix For: 0.16.0
>
> Attachments: 2328.patch, 2328_v02.patch
>
>
> If we don't have an index for a domain in the join, we can still improve on 
> the nested-loop join using sort join.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HADOOP-2328) [Hbase Shell] Non-index join columns

2007-12-01 Thread Edward Yoon (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward Yoon updated HADOOP-2328:


Status: Open  (was: Patch Available)

I was uploaded old version.

> [Hbase Shell] Non-index join columns
> 
>
> Key: HADOOP-2328
> URL: https://issues.apache.org/jira/browse/HADOOP-2328
> Project: Hadoop
>  Issue Type: Improvement
>  Components: contrib/hbase
>Affects Versions: 0.16.0
>Reporter: Edward Yoon
>Assignee: Edward Yoon
> Fix For: 0.16.0
>
> Attachments: 2328.patch
>
>
> If we don't have an index for a domain in the join, we can still improve on 
> the nested-loop join using sort join.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HADOOP-2328) [Hbase Shell] Non-index join columns

2007-12-01 Thread Edward Yoon (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward Yoon updated HADOOP-2328:


Status: Patch Available  (was: Open)

submitting

> [Hbase Shell] Non-index join columns
> 
>
> Key: HADOOP-2328
> URL: https://issues.apache.org/jira/browse/HADOOP-2328
> Project: Hadoop
>  Issue Type: Improvement
>  Components: contrib/hbase
>Affects Versions: 0.16.0
>Reporter: Edward Yoon
>Assignee: Edward Yoon
> Fix For: 0.16.0
>
> Attachments: 2328.patch
>
>
> If we don't have an index for a domain in the join, we can still improve on 
> the nested-loop join using sort join.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HADOOP-2328) [Hbase Shell] Non-index join columns

2007-12-01 Thread Edward Yoon (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward Yoon updated HADOOP-2328:


Attachment: 2328.patch

> [Hbase Shell] Non-index join columns
> 
>
> Key: HADOOP-2328
> URL: https://issues.apache.org/jira/browse/HADOOP-2328
> Project: Hadoop
>  Issue Type: Improvement
>  Components: contrib/hbase
>Affects Versions: 0.16.0
>Reporter: Edward Yoon
>Assignee: Edward Yoon
> Fix For: 0.16.0
>
> Attachments: 2328.patch
>
>
> If we don't have an index for a domain in the join, we can still improve on 
> the nested-loop join using sort join.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.