[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-27 Thread Lars Hofhansl (JIRA)

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

Lars Hofhansl updated HBASE-3776:
-

Fix Version/s: 0.94.4

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>  Components: mapreduce
>Reporter: Nicolas Spiegelberg
>Assignee: Anoop Sam John
>Priority: Critical
>  Labels: hbase
> Fix For: 0.96.0, 0.94.4
>
> Attachments: 3776-0.94.txt, 3776-trunk.addendum, HBASE-3776.patch, 
> HBASE-3776_v2.patch
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-27 Thread Lars Hofhansl (JIRA)

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

Lars Hofhansl updated HBASE-3776:
-

Attachment: 3776-0.94.txt

Here's a 0.94 patch.

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>  Components: mapreduce
>Reporter: Nicolas Spiegelberg
>Assignee: Anoop Sam John
>Priority: Critical
>  Labels: hbase
> Fix For: 0.96.0
>
> Attachments: 3776-0.94.txt, 3776-trunk.addendum, HBASE-3776.patch, 
> HBASE-3776_v2.patch
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-27 Thread Lars Hofhansl (JIRA)

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

Lars Hofhansl updated HBASE-3776:
-

Status: Open  (was: Patch Available)

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>  Components: mapreduce
>Reporter: Nicolas Spiegelberg
>Assignee: Anoop Sam John
>Priority: Critical
>  Labels: hbase
> Fix For: 0.96.0
>
> Attachments: 3776-trunk.addendum, HBASE-3776.patch, 
> HBASE-3776_v2.patch
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-27 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-3776:
--

Attachment: 3776-trunk.addendum

Addendum for trunk that fixes reference to BloomType

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>  Components: mapreduce
>Reporter: Nicolas Spiegelberg
>Assignee: Anoop Sam John
>Priority: Critical
>  Labels: hbase
> Fix For: 0.96.0
>
> Attachments: 3776-trunk.addendum, HBASE-3776.patch, 
> HBASE-3776_v2.patch
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-15 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-3776:
--

Hadoop Flags: Reviewed

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>  Components: mapreduce
>Reporter: Nicolas Spiegelberg
>Assignee: Anoop Sam John
>Priority: Critical
>  Labels: hbase
> Fix For: 0.96.0
>
> Attachments: HBASE-3776.patch, HBASE-3776_v2.patch
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-15 Thread Anoop Sam John (JIRA)

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

Anoop Sam John updated HBASE-3776:
--

Status: Open  (was: Patch Available)

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Nicolas Spiegelberg
>Assignee: Anoop Sam John
>Priority: Critical
>  Labels: hbase
> Fix For: 0.96.0
>
> Attachments: HBASE-3776.patch, HBASE-3776_v2.patch
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-15 Thread Anoop Sam John (JIRA)

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

Anoop Sam John updated HBASE-3776:
--

Status: Patch Available  (was: Open)

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Nicolas Spiegelberg
>Assignee: Anoop Sam John
>Priority: Critical
>  Labels: hbase
> Fix For: 0.96.0
>
> Attachments: HBASE-3776.patch, HBASE-3776_v2.patch
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-15 Thread Anoop Sam John (JIRA)

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

Anoop Sam John updated HBASE-3776:
--

Component/s: mapreduce

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>  Components: mapreduce
>Reporter: Nicolas Spiegelberg
>Assignee: Anoop Sam John
>Priority: Critical
>  Labels: hbase
> Fix For: 0.96.0
>
> Attachments: HBASE-3776.patch, HBASE-3776_v2.patch
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-15 Thread Anoop Sam John (JIRA)

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

Anoop Sam John updated HBASE-3776:
--

Attachment: HBASE-3776_v2.patch

Addressing Ted's comments

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Nicolas Spiegelberg
>Assignee: Anoop Sam John
>Priority: Critical
>  Labels: hbase
> Fix For: 0.96.0
>
> Attachments: HBASE-3776.patch, HBASE-3776_v2.patch
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-14 Thread Anoop Sam John (JIRA)

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

Anoop Sam John updated HBASE-3776:
--

Status: Patch Available  (was: In Progress)

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Nicolas Spiegelberg
>Assignee: Anoop Sam John
>Priority: Critical
>  Labels: hbase
> Fix For: 0.96.0
>
> Attachments: HBASE-3776.patch
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-14 Thread Jerry Chen (JIRA)

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

Jerry Chen updated HBASE-3776:
--

Assignee: Anoop Sam John  (was: Jerry Chen)

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Nicolas Spiegelberg
>Assignee: Anoop Sam John
>Priority: Critical
>  Labels: hbase
> Fix For: 0.96.0
>
> Attachments: HBASE-3776.patch
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-14 Thread Anoop Sam John (JIRA)

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

Anoop Sam John updated HBASE-3776:
--

Attachment: HBASE-3776.patch

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Nicolas Spiegelberg
>Assignee: Jerry Chen
>Priority: Critical
>  Labels: hbase
> Fix For: 0.96.0
>
> Attachments: HBASE-3776.patch
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-03-23 Thread Lars Hofhansl (Updated) (JIRA)

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

Lars Hofhansl updated HBASE-3776:
-

Priority: Critical  (was: Blocker)

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Nicolas Spiegelberg
>Assignee: Jerry Chen
>Priority: Critical
>  Labels: hbase
> Fix For: 0.96.0
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-03-23 Thread Lars Hofhansl (Updated) (JIRA)

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

Lars Hofhansl updated HBASE-3776:
-

Fix Version/s: (was: 0.94.0)
   0.96.0

I don't buy that this is a 0.94 blocker. Pull back if you disagree.

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Nicolas Spiegelberg
>Assignee: Jerry Chen
>Priority: Blocker
>  Labels: hbase
> Fix For: 0.96.0
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-02-28 Thread stack (Updated) (JIRA)

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

stack updated HBASE-3776:
-

Fix Version/s: (was: 0.96.0)
   0.94.0

Misread. N said 0.94 blocker.

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Nicolas Spiegelberg
>Assignee: Jerry Chen
>Priority: Blocker
>  Labels: hbase
> Fix For: 0.94.0
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-02-28 Thread stack (Updated) (JIRA)

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

stack updated HBASE-3776:
-

 Priority: Blocker  (was: Minor)
Fix Version/s: 0.96.0

Making blocker on 0.96 at Nicolas's suggestion

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Nicolas Spiegelberg
>Assignee: Jerry Chen
>Priority: Blocker
>  Labels: hbase
> Fix For: 0.96.0
>
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2011-11-30 Thread Nicolas Spiegelberg (Updated) (JIRA)

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

Nicolas Spiegelberg updated HBASE-3776:
---

Issue Type: Sub-task  (was: Improvement)
Parent: HBASE-4907

> Add Bloom Filter Support to HFileOutputFormat
> -
>
> Key: HBASE-3776
> URL: https://issues.apache.org/jira/browse/HBASE-3776
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Nicolas Spiegelberg
>Assignee: Jerry Chen
>Priority: Minor
>  Labels: hbase
>
> Add Bloom Filter support for bulk imports.  Lacking a bloom filter, even on a 
> single imported file, can cause perf degradation.  Since we now set our 
> compression type based on the HBase CF configuration, it would be good to 
> follow this path for the bloom filter addition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira