[jira] [Updated] (AMBARI-22621) Ensure value for hbase.coprocessor.abortonerror is true

2018-03-26 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22621: Description: In the coprocessor refactor for hbase-2, Server#abort has been taken out of reach. We

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

2018-03-24 Thread Ted Yu (JIRA)
Ted Yu created AMBARI-23353: --- Summary: Provide sanity check for hbase in memory flush parameters Key: AMBARI-23353 URL: https://issues.apache.org/jira/browse/AMBARI-23353 Project: Ambari Issue

[jira] [Created] (AMBARI-23320) Replace calls to Class#newInstance

2018-03-21 Thread Ted Yu (JIRA)
Ted Yu created AMBARI-23320: --- Summary: Replace calls to Class#newInstance Key: AMBARI-23320 URL: https://issues.apache.org/jira/browse/AMBARI-23320 Project: Ambari Issue Type: Improvement

[jira] [Updated] (AMBARI-22943) Wrong condition in FixCapacitySchedulerOrderingPolicy#execute()

2018-03-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22943: Description: {code} } else if (!orderingPolicyValue.equals(UTILIZATION) ||

[jira] [Updated] (AMBARI-14163) zookeeper session timeout for hbase should take zookeeper tickTime into account

2018-03-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-14163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-14163: Description: With tickTime=2000 in zoo.cfg, I tried to set zookeeper.session.timeout value of 1 min 40

[jira] [Comment Edited] (AMBARI-18528) Need a way to escape config values that contain $

2018-03-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15603928#comment-15603928 ] Ted Yu edited comment on AMBARI-18528 at 3/21/18 5:33 PM: -- Escaping the dollar

[jira] [Updated] (AMBARI-20945) Configuration parameter 'hdfs-site' was not found error when AMS rootdir is on s3a

2018-03-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-20945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-20945: Description: When I specify AMS rootdir to be on s3a and restart AMS, I would get the following error:

[jira] [Updated] (AMBARI-22965) Boolean#getBoolean is used to parse value

2018-03-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22965: Description: In StormTimelineMetricsReporter.java : {code} if

[jira] [Updated] (AMBARI-22621) Ensure value for hbase.coprocessor.abortonerror is true

2018-03-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22621: Description: In the coprocessor refactor for hbase-2, Server#abort has been taken out of reach. We

[jira] [Created] (AMBARI-23288) stateWatcherClient should be closed upon return from OutputSolr#createSolrStateWatcher

2018-03-19 Thread Ted Yu (JIRA)
Ted Yu created AMBARI-23288: --- Summary: stateWatcherClient should be closed upon return from OutputSolr#createSolrStateWatcher Key: AMBARI-23288 URL: https://issues.apache.org/jira/browse/AMBARI-23288

[jira] [Created] (AMBARI-23287) Lack of synchronization accessing topologyHolder in HostResourceProvider#processDeleteHostRequests

2018-03-19 Thread Ted Yu (JIRA)
Ted Yu created AMBARI-23287: --- Summary: Lack of synchronization accessing topologyHolder in HostResourceProvider#processDeleteHostRequests Key: AMBARI-23287 URL: https://issues.apache.org/jira/browse/AMBARI-23287

[jira] [Updated] (AMBARI-17346) Dependent components should be shutdown before stopping hdfs

2018-03-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-17346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-17346: Description: Sometimes admin shuts down hdfs first, then hbase. By the time hbase is shutdown, no data

[jira] [Updated] (AMBARI-21822) Implement CodeCache related configuration change for HBase master

2018-03-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-21822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-21822: Description: AMBARI-21326 applied the code cache directive to region server daemons. This issue is to

[jira] [Updated] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2018-03-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-18952: Description: Over in HBASE-14417, two new classes are added.

[jira] [Updated] (AMBARI-22342) Automate the addition of hbase backup related config entries

2018-03-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22342: Description: When user tries to run hbase backup without proper configuration: {code} Please make sure

[jira] [Updated] (AMBARI-22270) Ambari should warn user when G1GC is used on Java 7

2018-03-09 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22270: Description: Java 7 runtime doesn't handle G1GC in robust manner. Ambari should warn user when G1GC is

[jira] [Updated] (AMBARI-14160) Ambari Slider View should pick up multiple versions of the same app package

2018-03-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-14160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-14160: Description: I was validating some fix for Slider hbase with Gour. A new Slider hbase app package was

[jira] [Updated] (AMBARI-21822) Implement CodeCache related configuration change for HBase master

2018-03-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-21822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-21822: Description: AMBARI-21326 applied the code cache directive to region server daemons. This issue is to

[jira] [Updated] (AMBARI-17346) Dependent components should be shutdown before stopping hdfs

2018-03-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-17346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-17346: Description: Sometimes admin shuts down hdfs first, then hbase. By the time hbase is shutdown, no data

[jira] [Comment Edited] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2018-03-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884466#comment-15884466 ] Ted Yu edited comment on AMBARI-18952 at 3/6/18 5:42 PM: - Note: There is cost

[jira] [Updated] (AMBARI-22342) Automate the addition of hbase backup related config entries

2018-03-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22342: Description: When user tries to run hbase backup without proper configuration: {code} Please make sure

[jira] [Updated] (AMBARI-14163) zookeeper session timeout for hbase should take zookeeper tickTime into account

2018-03-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-14163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-14163: Description: With tickTime=2000 in zoo.cfg, I tried to set zookeeper.session.timeout value of 1 min 40

[jira] [Comment Edited] (AMBARI-18528) Need a way to escape config values that contain $

2018-03-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15603928#comment-15603928 ] Ted Yu edited comment on AMBARI-18528 at 3/2/18 4:42 AM: - Escaping the dollar

[jira] [Updated] (AMBARI-22621) Ensure value for hbase.coprocessor.abortonerror is true

2018-03-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22621: Description: In the coprocessor refactor for hbase-2, Server#abort has been taken out of reach. We

[jira] [Updated] (AMBARI-22943) Wrong condition in FixCapacitySchedulerOrderingPolicy#execute()

2018-03-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22943: Description: {code} } else if (!orderingPolicyValue.equals(UTILIZATION) ||

[jira] [Updated] (AMBARI-22965) Boolean#getBoolean is used to parse value

2018-02-26 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22965: Description: In StormTimelineMetricsReporter.java : {code} if

[jira] [Comment Edited] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2018-02-26 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884466#comment-15884466 ] Ted Yu edited comment on AMBARI-18952 at 2/27/18 2:33 AM: -- Note: There is cost

[jira] [Updated] (AMBARI-22270) Ambari should warn user when G1GC is used on Java 7

2018-02-26 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22270: Description: Java 7 runtime doesn't handle G1GC in robust manner. Ambari should warn user when G1GC is

[jira] [Comment Edited] (AMBARI-18528) Need a way to escape config values that contain $

2018-02-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15603928#comment-15603928 ] Ted Yu edited comment on AMBARI-18528 at 2/20/18 6:35 PM: -- Escaping the dollar

[jira] [Updated] (AMBARI-20945) Configuration parameter 'hdfs-site' was not found error when AMS rootdir is on s3a

2018-02-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-20945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-20945: Description: When I specify AMS rootdir to be on s3a and restart AMS, I would get the following error:

[jira] [Updated] (AMBARI-22621) Ensure value for hbase.coprocessor.abortonerror is true

2018-02-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22621: Description: In the coprocessor refactor for hbase-2, Server#abort has been taken out of reach. We

[jira] [Updated] (AMBARI-22943) Wrong condition in FixCapacitySchedulerOrderingPolicy#execute()

2018-02-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22943: Description: {code} } else if (!orderingPolicyValue.equals(UTILIZATION) ||

[jira] [Commented] (AMBARI-22944) Wrong variable in KerberosKeytabDescriptor#toMap()

2018-02-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16368315#comment-16368315 ] Ted Yu commented on AMBARI-22944: - Thanks for taking this, Robert. > Wrong variable in

[jira] [Comment Edited] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2018-02-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884466#comment-15884466 ] Ted Yu edited comment on AMBARI-18952 at 2/17/18 1:32 AM: -- Note: There is cost

[jira] [Updated] (AMBARI-13671) Ambari should check for duplicate config values

2018-02-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-13671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-13671: Description: Using /#/main/services/HBASE/configs, I was able to save duplicate values for

[jira] [Updated] (AMBARI-14160) Ambari Slider View should pick up multiple versions of the same app package

2018-02-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-14160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-14160: Description: I was validating some fix for Slider hbase with Gour. A new Slider hbase app package was

[jira] [Comment Edited] (AMBARI-18528) Need a way to escape config values that contain $

2018-02-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15603928#comment-15603928 ] Ted Yu edited comment on AMBARI-18528 at 2/13/18 1:53 AM: -- Escaping the dollar

[jira] [Updated] (AMBARI-22270) Ambari should warn user when G1GC is used on Java 7

2018-02-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22270: Description: Java 7 runtime doesn't handle G1GC in robust manner. Ambari should warn user when G1GC is

[jira] [Created] (AMBARI-22965) Boolean#getBoolean is used to parse value

2018-02-12 Thread Ted Yu (JIRA)
Ted Yu created AMBARI-22965: --- Summary: Boolean#getBoolean is used to parse value Key: AMBARI-22965 URL: https://issues.apache.org/jira/browse/AMBARI-22965 Project: Ambari Issue Type: Bug

[jira] [Updated] (AMBARI-22342) Automate the addition of hbase backup related config entries

2018-02-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22342: Description: When user tries to run hbase backup without proper configuration: {code} Please make sure

[jira] [Updated] (AMBARI-22621) Ensure value for hbase.coprocessor.abortonerror is true

2018-02-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22621: Description: In the coprocessor refactor for hbase-2, Server#abort has been taken out of reach. We

[jira] [Created] (AMBARI-22944) Wrong variable in KerberosKeytabDescriptor#toMap()

2018-02-08 Thread Ted Yu (JIRA)
Ted Yu created AMBARI-22944: --- Summary: Wrong variable in KerberosKeytabDescriptor#toMap() Key: AMBARI-22944 URL: https://issues.apache.org/jira/browse/AMBARI-22944 Project: Ambari Issue Type: Bug

[jira] [Created] (AMBARI-22943) Wrong condition in FixCapacitySchedulerOrderingPolicy#execute()

2018-02-08 Thread Ted Yu (JIRA)
Ted Yu created AMBARI-22943: --- Summary: Wrong condition in FixCapacitySchedulerOrderingPolicy#execute() Key: AMBARI-22943 URL: https://issues.apache.org/jira/browse/AMBARI-22943 Project: Ambari

[jira] [Updated] (AMBARI-17346) Dependent components should be shutdown before stopping hdfs

2018-02-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-17346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-17346: Description: Sometimes admin shuts down hdfs first, then hbase. By the time hbase is shutdown, no data

[jira] [Updated] (AMBARI-22270) Ambari should warn user when G1GC is used on Java 7

2018-02-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22270: Description: Java 7 runtime doesn't handle G1GC in robust manner. Ambari should warn user when G1GC is

[jira] [Updated] (AMBARI-20945) Configuration parameter 'hdfs-site' was not found error when AMS rootdir is on s3a

2018-02-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-20945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-20945: Description: When I specify AMS rootdir to be on s3a and restart AMS, I would get the following error:

[jira] [Comment Edited] (AMBARI-18528) Need a way to escape config values that contain $

2018-02-04 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15603928#comment-15603928 ] Ted Yu edited comment on AMBARI-18528 at 2/5/18 3:30 AM: - Escaping the dollar

[jira] [Updated] (AMBARI-21822) Implement CodeCache related configuration change for HBase master

2018-02-04 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-21822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-21822: Description: AMBARI-21326 applied the code cache directive to region server daemons. This issue is to

[jira] [Updated] (AMBARI-14163) zookeeper session timeout for hbase should take zookeeper tickTime into account

2018-01-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-14163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-14163: Description: With tickTime=2000 in zoo.cfg, I tried to set zookeeper.session.timeout value of 1 min 40

[jira] [Updated] (AMBARI-22621) Ensure value for hbase.coprocessor.abortonerror is true

2018-01-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22621: Description: In the coprocessor refactor for hbase-2, Server#abort has been taken out of reach. We

[jira] [Updated] (AMBARI-20945) Configuration parameter 'hdfs-site' was not found error when AMS rootdir is on s3a

2018-01-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-20945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-20945: Description: When I specify AMS rootdir to be on s3a and restart AMS, I would get the following error:

[jira] [Updated] (AMBARI-17346) Dependent components should be shutdown before stopping hdfs

2018-01-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-17346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-17346: Description: Sometimes admin shuts down hdfs first, then hbase. By the time hbase is shutdown, no data

[jira] [Updated] (AMBARI-22270) Ambari should warn user when G1GC is used on Java 7

2018-01-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22270: Description: Java 7 runtime doesn't handle G1GC in robust manner. Ambari should warn user when G1GC is

[jira] [Updated] (AMBARI-18528) Need a way to escape config values that contain $

2018-01-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-18528: Description: We tried specifying auth_to_local in zookeeper env input box: {code} export

[jira] [Updated] (AMBARI-21822) Implement CodeCache related configuration change for HBase master

2018-01-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-21822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-21822: Labels: hbase (was: ) > Implement CodeCache related configuration change for HBase master >

[jira] [Updated] (AMBARI-22342) Automate the addition of hbase backup related config entries

2018-01-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22342: Description: When user tries to run hbase backup without proper configuration: {code} Please make sure

[jira] [Updated] (AMBARI-22621) Ensure value for hbase.coprocessor.abortonerror is true

2018-01-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22621: Description: In the coprocessor refactor for hbase-2, Server#abort has been taken out of reach. We

[jira] [Comment Edited] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2018-01-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884466#comment-15884466 ] Ted Yu edited comment on AMBARI-18952 at 1/9/18 2:55 AM: - Note: There is cost

[jira] [Updated] (AMBARI-14163) zookeeper session timeout for hbase should take zookeeper tickTime into account

2017-12-26 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-14163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-14163: Description: With tickTime=2000 in zoo.cfg, I tried to set zookeeper.session.timeout value of 1 min 40

[jira] [Updated] (AMBARI-21822) Implement CodeCache related configuration change for HBase master

2017-12-26 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-21822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-21822: Description: AMBARI-21326 applied the code cache directive to region server daemons. This issue is to

[jira] [Comment Edited] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2017-12-26 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884466#comment-15884466 ] Ted Yu edited comment on AMBARI-18952 at 12/27/17 3:57 AM: --- Note: There is

[jira] [Updated] (AMBARI-13671) Ambari should check for duplicate config values

2017-12-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-13671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-13671: Description: Using /#/main/services/HBASE/configs, I was able to save duplicate values for

[jira] [Comment Edited] (AMBARI-13109) Verify that max logs parameter wouldn't cause premature region flush

2017-12-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-13109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16120333#comment-16120333 ] Ted Yu edited comment on AMBARI-13109 at 12/24/17 5:30 AM: --- The max logs

[jira] [Updated] (AMBARI-20945) Configuration parameter 'hdfs-site' was not found error when AMS rootdir is on s3a

2017-12-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-20945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-20945: Description: When I specify AMS rootdir to be on s3a and restart AMS, I would get the following error:

[jira] [Updated] (AMBARI-17346) Dependent components should be shutdown before stopping hdfs

2017-12-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-17346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-17346: Description: Sometimes admin shuts down hdfs first, then hbase. By the time hbase is shutdown, no data

[jira] [Updated] (AMBARI-22270) Ambari should warn user when G1GC is used on Java 7

2017-12-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22270: Description: Java 7 runtime doesn't handle G1GC in robust manner. Ambari should warn user when G1GC is

[jira] [Updated] (AMBARI-22621) Ensure value for hbase.coprocessor.abortonerror is true

2017-12-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22621: Description: In the coprocessor refactor for hbase-2, Server#abort has been taken out of reach. We

[jira] [Comment Edited] (AMBARI-18528) Need a way to escape config values that contain $

2017-12-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15603928#comment-15603928 ] Ted Yu edited comment on AMBARI-18528 at 12/17/17 2:42 AM: --- Escaping the

[jira] [Comment Edited] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2017-12-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884466#comment-15884466 ] Ted Yu edited comment on AMBARI-18952 at 12/17/17 2:42 AM: --- Note: There is

[jira] [Updated] (AMBARI-20945) Configuration parameter 'hdfs-site' was not found error when AMS rootdir is on s3a

2017-12-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-20945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-20945: Labels: s3 (was: ) > Configuration parameter 'hdfs-site' was not found error when AMS rootdir is > on

[jira] [Updated] (AMBARI-14160) Ambari Slider View should pick up multiple versions of the same app package

2017-12-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-14160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-14160: Description: I was validating some fix for Slider hbase with Gour. A new Slider hbase app package was

[jira] [Created] (AMBARI-22621) Ensure value for hbase.coprocessor.abortonerror is true

2017-12-10 Thread Ted Yu (JIRA)
Ted Yu created AMBARI-22621: --- Summary: Ensure value for hbase.coprocessor.abortonerror is true Key: AMBARI-22621 URL: https://issues.apache.org/jira/browse/AMBARI-22621 Project: Ambari Issue Type:

[jira] [Updated] (AMBARI-17346) Dependent components should be shutdown before stopping hdfs

2017-12-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-17346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-17346: Description: Sometimes admin shuts down hdfs first, then hbase. By the time hbase is shutdown, no data

[jira] [Updated] (AMBARI-22270) Ambari should warn user when G1GC is used on Java 7

2017-12-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22270: Description: Java 7 runtime doesn't handle G1GC in robust manner. Ambari should warn user when G1GC is

[jira] [Comment Edited] (AMBARI-13109) Verify that max logs parameter wouldn't cause premature region flush

2017-12-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-13109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16120333#comment-16120333 ] Ted Yu edited comment on AMBARI-13109 at 12/9/17 5:16 AM: -- The max logs

[jira] [Updated] (AMBARI-14163) zookeeper session timeout for hbase should take zookeeper tickTime into account

2017-12-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-14163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-14163: Description: With tickTime=2000 in zoo.cfg, I tried to set zookeeper.session.timeout value of 1 min 40

[jira] [Comment Edited] (AMBARI-18528) Need a way to escape config values that contain $

2017-12-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15603928#comment-15603928 ] Ted Yu edited comment on AMBARI-18528 at 12/9/17 5:15 AM: -- Escaping the dollar

[jira] [Updated] (AMBARI-22342) Automate the addition of hbase backup related config entries

2017-12-04 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22342: Description: When user tries to run hbase backup without proper configuration: {code} Please make sure

[jira] [Updated] (AMBARI-22270) Ambari should warn user when G1GC is used on Java 7

2017-11-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22270: Description: Java 7 runtime doesn't handle G1GC in robust manner. Ambari should warn user when G1GC is

[jira] [Updated] (AMBARI-22342) Automate the addition of hbase backup related config entries

2017-11-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22342: Description: When user tries to run hbase backup without proper configuration: {code} Please make sure

[jira] [Comment Edited] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2017-11-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884466#comment-15884466 ] Ted Yu edited comment on AMBARI-18952 at 11/20/17 5:21 AM: --- Note: There is

[jira] [Updated] (AMBARI-20945) Configuration parameter 'hdfs-site' was not found error when AMS rootdir is on s3a

2017-11-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-20945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-20945: Description: When I specify AMS rootdir to be on s3a and restart AMS, I would get the following error:

[jira] [Updated] (AMBARI-17346) Dependent components should be shutdown before stopping hdfs

2017-11-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-17346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-17346: Description: Sometimes admin shuts down hdfs first, then hbase. By the time hbase is shutdown, no data

[jira] [Updated] (AMBARI-22270) Ambari should warn user when G1GC is used on Java 7

2017-11-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22270: Description: Java 7 runtime doesn't handle G1GC in robust manner. Ambari should warn user when G1GC is

[jira] [Updated] (AMBARI-22342) Automate the addition of hbase backup related config entries

2017-11-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22342: Description: When user tries to run hbase backup without proper configuration: {code} Please make sure

[jira] [Updated] (AMBARI-13671) Ambari should check for duplicate config values

2017-11-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-13671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-13671: Description: Using /#/main/services/HBASE/configs, I was able to save duplicate values for

[jira] [Comment Edited] (AMBARI-18528) Need a way to escape config values that contain $

2017-11-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15603928#comment-15603928 ] Ted Yu edited comment on AMBARI-18528 at 11/11/17 5:02 AM: --- Escaping the

[jira] [Updated] (AMBARI-21822) Implement CodeCache related configuration change for HBase master

2017-11-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-21822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-21822: Description: AMBARI-21326 applied the code cache directive to region server daemons. This issue is to

[jira] [Updated] (AMBARI-22342) Automate the addition of hbase backup related config entries

2017-11-09 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22342: Description: When user tries to run hbase backup without proper configuration: {code} Please make sure

[jira] [Updated] (AMBARI-22270) Ambari should warn user when G1GC is used on Java 7

2017-11-09 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22270: Description: Java 7 runtime doesn't handle G1GC in robust manner. Ambari should warn user when G1GC is

[jira] [Updated] (AMBARI-22379) get_phoenix_query_server_hosts is undefined in hbase service_advisor

2017-11-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22379: Attachment: AMBARI-22379.v1.patch > get_phoenix_query_server_hosts is undefined in hbase service_advisor

[jira] [Updated] (AMBARI-22379) get_phoenix_query_server_hosts is undefined in hbase service_advisor

2017-11-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22379: Status: Patch Available (was: Open) > get_phoenix_query_server_hosts is undefined in hbase

[jira] [Commented] (AMBARI-22379) get_phoenix_query_server_hosts is undefined in hbase service_advisor

2017-11-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16242806#comment-16242806 ] Ted Yu commented on AMBARI-22379: - Thanks to [~sergey.soldatov] who confirmed the missing method. >

[jira] [Created] (AMBARI-22379) get_phoenix_query_server_hosts is undefined in hbase service_advisor

2017-11-07 Thread Ted Yu (JIRA)
Ted Yu created AMBARI-22379: --- Summary: get_phoenix_query_server_hosts is undefined in hbase service_advisor Key: AMBARI-22379 URL: https://issues.apache.org/jira/browse/AMBARI-22379 Project: Ambari

[jira] [Commented] (AMBARI-22379) get_phoenix_query_server_hosts is undefined in hbase service_advisor

2017-11-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16242800#comment-16242800 ] Ted Yu commented on AMBARI-22379: - [~vbrodetskyi]: Mind taking a look ? >

[jira] [Updated] (AMBARI-14160) Ambari Slider View should pick up multiple versions of the same app package

2017-11-04 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-14160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-14160: Description: I was validating some fix for Slider hbase with Gour. A new Slider hbase app package was

[jira] [Updated] (AMBARI-22270) Ambari should warn user when G1GC is used on Java 7

2017-11-03 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-22270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-22270: Description: Java 7 runtime doesn't handle G1GC in robust manner. Ambari should warn user when G1GC is

[jira] [Created] (AMBARI-22342) Automate the addition of hbase backup related config entries

2017-10-31 Thread Ted Yu (JIRA)
Ted Yu created AMBARI-22342: --- Summary: Automate the addition of hbase backup related config entries Key: AMBARI-22342 URL: https://issues.apache.org/jira/browse/AMBARI-22342 Project: Ambari Issue

[jira] [Updated] (AMBARI-20945) Configuration parameter 'hdfs-site' was not found error when AMS rootdir is on s3a

2017-10-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-20945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated AMBARI-20945: Description: When I specify AMS rootdir to be on s3a and restart AMS, I would get the following error:

[jira] [Comment Edited] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2017-10-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/AMBARI-18952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884466#comment-15884466 ] Ted Yu edited comment on AMBARI-18952 at 10/29/17 7:15 PM: --- Note: There is

<    1   2   3   4   5   >