[jira] [Updated] (AMBARI-23353) Provide sanity check for hbase in memory flush parameters

2018-09-15 Thread Ted Yu (JIRA)


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

Ted Yu updated AMBARI-23353:

Description: 
For hbase 2.0 release, there is correlation between the following parameters:

* hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
segment
* hbase.hregion.compacting.pipeline.segments.limit : pipeline length

For SSD, a threshold of 2% for the active segment 
(hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
(hbase.hregion.compacting.pipeline.segments.limit=4).

For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
lower throughput of HDD).

  was:
For hbase 2.0 release, there is correlation between the following parameters:

* hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
segment
* hbase.hregion.compacting.pipeline.segments.limit : pipeline length


For SSD, a threshold of 2% for the active segment 
(hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
(hbase.hregion.compacting.pipeline.segments.limit=4).

For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
lower throughput of HDD).


> Provide sanity check for hbase in memory flush parameters
> -
>
> Key: AMBARI-23353
> URL: https://issues.apache.org/jira/browse/AMBARI-23353
> Project: Ambari
>  Issue Type: Task
>Reporter: Ted Yu
>Priority: Major
>
> For hbase 2.0 release, there is correlation between the following parameters:
> * hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
> segment
> * hbase.hregion.compacting.pipeline.segments.limit : pipeline length
> For SSD, a threshold of 2% for the active segment 
> (hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
> (hbase.hregion.compacting.pipeline.segments.limit=4).
> For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
> lower throughput of HDD).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-23353) Provide sanity check for hbase in memory flush parameters

2018-07-30 Thread Ted Yu (JIRA)


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

Ted Yu updated AMBARI-23353:

Description: 
For hbase 2.0 release, there is correlation between the following parameters:

* hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
segment
* hbase.hregion.compacting.pipeline.segments.limit : pipeline length


For SSD, a threshold of 2% for the active segment 
(hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
(hbase.hregion.compacting.pipeline.segments.limit=4).

For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
lower throughput of HDD).

  was:
For hbase 2.0 release, there is correlation between the following parameters:

* hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
segment
* hbase.hregion.compacting.pipeline.segments.limit : pipeline length

For SSD, a threshold of 2% for the active segment 
(hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
(hbase.hregion.compacting.pipeline.segments.limit=4).

For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
lower throughput of HDD).


> Provide sanity check for hbase in memory flush parameters
> -
>
> Key: AMBARI-23353
> URL: https://issues.apache.org/jira/browse/AMBARI-23353
> Project: Ambari
>  Issue Type: Task
>Reporter: Ted Yu
>Priority: Major
>
> For hbase 2.0 release, there is correlation between the following parameters:
> * hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
> segment
> * hbase.hregion.compacting.pipeline.segments.limit : pipeline length
> For SSD, a threshold of 2% for the active segment 
> (hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
> (hbase.hregion.compacting.pipeline.segments.limit=4).
> For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
> lower throughput of HDD).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-23353) Provide sanity check for hbase in memory flush parameters

2018-07-22 Thread Ted Yu (JIRA)


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

Ted Yu updated AMBARI-23353:

Description: 
For hbase 2.0 release, there is correlation between the following parameters:

* hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
segment
* hbase.hregion.compacting.pipeline.segments.limit : pipeline length

For SSD, a threshold of 2% for the active segment 
(hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
(hbase.hregion.compacting.pipeline.segments.limit=4).

For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
lower throughput of HDD).

  was:
For hbase 2.0 release, there is correlation between the following parameters:


* hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
segment
* hbase.hregion.compacting.pipeline.segments.limit : pipeline length

For SSD, a threshold of 2% for the active segment 
(hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
(hbase.hregion.compacting.pipeline.segments.limit=4).

For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
lower throughput of HDD).


> Provide sanity check for hbase in memory flush parameters
> -
>
> Key: AMBARI-23353
> URL: https://issues.apache.org/jira/browse/AMBARI-23353
> Project: Ambari
>  Issue Type: Task
>Reporter: Ted Yu
>Priority: Major
>
> For hbase 2.0 release, there is correlation between the following parameters:
> * hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
> segment
> * hbase.hregion.compacting.pipeline.segments.limit : pipeline length
> For SSD, a threshold of 2% for the active segment 
> (hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
> (hbase.hregion.compacting.pipeline.segments.limit=4).
> For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
> lower throughput of HDD).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-23353) Provide sanity check for hbase in memory flush parameters

2018-07-03 Thread Ted Yu (JIRA)


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

Ted Yu updated AMBARI-23353:

Description: 
For hbase 2.0 release, there is correlation between the following parameters:


* hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
segment
* hbase.hregion.compacting.pipeline.segments.limit : pipeline length

For SSD, a threshold of 2% for the active segment 
(hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
(hbase.hregion.compacting.pipeline.segments.limit=4).

For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
lower throughput of HDD).

  was:
For hbase 2.0 release, there is correlation between the following parameters:

* hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
segment
* hbase.hregion.compacting.pipeline.segments.limit : pipeline length

For SSD, a threshold of 2% for the active segment 
(hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
(hbase.hregion.compacting.pipeline.segments.limit=4).

For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
lower throughput of HDD).


> Provide sanity check for hbase in memory flush parameters
> -
>
> Key: AMBARI-23353
> URL: https://issues.apache.org/jira/browse/AMBARI-23353
> Project: Ambari
>  Issue Type: Task
>Reporter: Ted Yu
>Priority: Major
>
> For hbase 2.0 release, there is correlation between the following parameters:
> * hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
> segment
> * hbase.hregion.compacting.pipeline.segments.limit : pipeline length
> For SSD, a threshold of 2% for the active segment 
> (hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
> (hbase.hregion.compacting.pipeline.segments.limit=4).
> For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
> lower throughput of HDD).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-23353) Provide sanity check for hbase in memory flush parameters

2018-05-17 Thread Ted Yu (JIRA)

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

Ted Yu updated AMBARI-23353:

Description: 
For hbase 2.0 release, there is correlation between the following parameters:

* hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
segment
* hbase.hregion.compacting.pipeline.segments.limit : pipeline length

For SSD, a threshold of 2% for the active segment 
(hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
(hbase.hregion.compacting.pipeline.segments.limit=4).

For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
lower throughput of HDD).

  was:
For hbase 2.0 release, there is correlation between the following parameters:

* hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
segment
* hbase.hregion.compacting.pipeline.segments.limit : pipeline length


For SSD, a threshold of 2% for the active segment 
(hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
(hbase.hregion.compacting.pipeline.segments.limit=4).

For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
lower throughput of HDD).


> Provide sanity check for hbase in memory flush parameters
> -
>
> Key: AMBARI-23353
> URL: https://issues.apache.org/jira/browse/AMBARI-23353
> Project: Ambari
>  Issue Type: Task
>Reporter: Ted Yu
>Priority: Major
>
> For hbase 2.0 release, there is correlation between the following parameters:
> * hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
> segment
> * hbase.hregion.compacting.pipeline.segments.limit : pipeline length
> For SSD, a threshold of 2% for the active segment 
> (hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
> (hbase.hregion.compacting.pipeline.segments.limit=4).
> For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
> lower throughput of HDD).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-23353) Provide sanity check for hbase in memory flush parameters

2018-04-08 Thread Ted Yu (JIRA)

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

Ted Yu updated AMBARI-23353:

Description: 
For hbase 2.0 release, there is correlation between the following parameters:

* hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
segment
* hbase.hregion.compacting.pipeline.segments.limit : pipeline length


For SSD, a threshold of 2% for the active segment 
(hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
(hbase.hregion.compacting.pipeline.segments.limit=4).

For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
lower throughput of HDD).

  was:
For hbase 2.0 release, there is correlation between the following parameters:

* hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
segment
* hbase.hregion.compacting.pipeline.segments.limit : pipeline length

For SSD, a threshold of 2% for the active segment 
(hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
(hbase.hregion.compacting.pipeline.segments.limit=4).

For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
lower throughput of HDD).


> Provide sanity check for hbase in memory flush parameters
> -
>
> Key: AMBARI-23353
> URL: https://issues.apache.org/jira/browse/AMBARI-23353
> Project: Ambari
>  Issue Type: Task
>Reporter: Ted Yu
>Priority: Major
>
> For hbase 2.0 release, there is correlation between the following parameters:
> * hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
> segment
> * hbase.hregion.compacting.pipeline.segments.limit : pipeline length
> For SSD, a threshold of 2% for the active segment 
> (hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
> (hbase.hregion.compacting.pipeline.segments.limit=4).
> For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
> lower throughput of HDD).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-23353) Provide sanity check for hbase in memory flush parameters

2018-03-31 Thread Ted Yu (JIRA)

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

Ted Yu updated AMBARI-23353:

Description: 
For hbase 2.0 release, there is correlation between the following parameters:

* hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
segment
* hbase.hregion.compacting.pipeline.segments.limit : pipeline length

For SSD, a threshold of 2% for the active segment 
(hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
(hbase.hregion.compacting.pipeline.segments.limit=4).

For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
lower throughput of HDD).

  was:
For hbase 2.0 release, there is correlation between the following parameters:

hbase.memstore.inmemoryflush.threshold.factor : threshold for the active segment
hbase.hregion.compacting.pipeline.segments.limit : pipeline length

For SSD, a threshold of 2% for the active segment 
(hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
(hbase.hregion.compacting.pipeline.segments.limit=4).

For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
lower throughput of HDD).


> Provide sanity check for hbase in memory flush parameters
> -
>
> Key: AMBARI-23353
> URL: https://issues.apache.org/jira/browse/AMBARI-23353
> Project: Ambari
>  Issue Type: Task
>Reporter: Ted Yu
>Priority: Major
>
> For hbase 2.0 release, there is correlation between the following parameters:
> * hbase.memstore.inmemoryflush.threshold.factor : threshold for the active 
> segment
> * hbase.hregion.compacting.pipeline.segments.limit : pipeline length
> For SSD, a threshold of 2% for the active segment 
> (hbase.memstore.inmemoryflush.threshold.factor=0.02) and pipeline length of 4 
> (hbase.hregion.compacting.pipeline.segments.limit=4).
> For HDD, hbase.hregion.compacting.pipeline.segments.limit should be 3 (due to 
> lower throughput of HDD).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)