[jira] [Updated] (AMBARI-25562) Nightly test is failing due to Ambari Metrics Host Aggregator

2020-10-05 Thread Dmytro Grinenko (Jira)


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

Dmytro Grinenko updated AMBARI-25562:
-
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Nightly test is failing due to Ambari Metrics Host Aggregator
> -
>
> Key: AMBARI-25562
> URL: https://issues.apache.org/jira/browse/AMBARI-25562
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-metrics
>Affects Versions: 2.7.6
>Reporter: Dmytro Grinenko
>Assignee: Szilard Antal
>Priority: Critical
> Fix For: 2.7.6
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {code:java}
> Results :Tests in error: 
>   
> AggregatorWebServiceTest.:45->JerseyTest.:217->JerseyTest.getContainer:335
>  » ArrayIndexOutOfBounds
>   
> AggregatorWebServiceTest.:45->JerseyTest.:217->JerseyTest.getContainer:335
>  » ArrayIndexOutOfBounds
>   
> AggregatorWebServiceTest.:45->JerseyTest.:217->JerseyTest.getContainer:335
>  » ArrayIndexOutOfBoundsTests run: 18, Failures: 0, Errors: 3, Skipped: 
> 0[INFO] 
> 
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] ambari-utility 1.0.0.0-SNAPSHOT  SUCCESS [ 10.591 
> s]
> [INFO] ambari-metrics 2.7.5.0.0 ... SUCCESS [  0.525 
> s]
> [INFO] Ambari Metrics Common 2.7.5.0.0  SUCCESS [ 57.949 
> s]
> [INFO] Ambari Metrics Hadoop Sink 2.7.5.0.0 ... SUCCESS [ 18.953 
> s]
> [INFO] Ambari Metrics Flume Sink 2.7.5.0.0  SUCCESS [ 14.128 
> s]
> [INFO] Ambari Metrics Kafka Sink 2.7.5.0.0  SUCCESS [ 11.566 
> s]
> [INFO] Ambari Metrics Storm Sink 2.7.5.0.0  SUCCESS [  7.246 
> s]
> [INFO] Ambari Metrics Storm Sink (Legacy) 2.7.5.0.0 ... SUCCESS [  6.247 
> s]
> [INFO] Ambari Metrics Collector 2.7.5.0.0 . SUCCESS [05:12 
> min]
> [INFO] Ambari Metrics Monitor 2.7.5.0.0 ... SUCCESS [  2.775 
> s]
> [INFO] Ambari Metrics Grafana 2.7.5.0.0 ... SUCCESS [  4.479 
> s]
> [INFO] Ambari Metrics Host Aggregator 2.7.5.0.0 ... FAILURE [  5.123 
> s]
> [INFO] Ambari Metrics Assembly 2.7.5.0.0 .. SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  07:32 min
> [INFO] Finished at: 2020-09-28T23:07:17Z
> [INFO] 
>  
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (AMBARI-25561) Python Test for zeppelin failing

2020-10-05 Thread Dmytro Grinenko (Jira)


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

Dmytro Grinenko updated AMBARI-25561:
-
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Python Test for zeppelin failing 
> -
>
> Key: AMBARI-25561
> URL: https://issues.apache.org/jira/browse/AMBARI-25561
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Dmytro Grinenko
>Assignee: Szilard Antal
>Priority: Major
> Fix For: 2.7.6
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> {code:java}
> FAIL: test_start_secured (test_zeppelin_070.TestZeppelin070)
> --
> Traceback (most recent call last):
>   File "/opt/ambari/ambari-common/src/test/python/mock/mock.py", line 1199, 
> in patched
> return func(*args, **keywargs)
>   File 
> "/opt/ambari/ambari-server/src/test/python/stacks/2.6/ZEPPELIN/test_zeppelin_070.py",
>  line 240, in test_start_secured
> dfs_type='',
>   File 
> "/opt/ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py", line 
> 345, in assertResourceCalled
> self.assertEquals(kwargs, resource.arguments)
> AssertionError: {'security_enabled': False, 'hadoop_conf_dir': 
> '/usr/hdp/2.5.0.0-1235/hadoop/con [truncated]... != {'security_enabled': 
> False, 'hadoop_bin_dir': '/usr/hdp/current/hadoop-client/bi [truncated]...
>   {'action': ['create_on_execute'],
>'default_fs': u'hdfs://c6401.ambari.apache.org:8020',
>'dfs_type': '',
> -  'hadoop_bin_dir': '/usr/hdp/2.5.0.0-1235/hadoop/bin',
> ?  +  'hadoop_bin_dir': 
> '/usr/hdp/current/hadoop-client/bin',
> ?  ^^^   +++-  'hadoop_conf_dir': 
> '/usr/hdp/2.5.0.0-1235/hadoop/conf',
> ?   +  'hadoop_conf_dir': 
> '/usr/hdp/current/hadoop-client/conf',
> ?   ^^^   +++   
> 'hdfs_resource_ignore_file': 
> '/var/lib/ambari-agent/data/.hdfs_resource_ignore',
>'hdfs_site': {u'a': u'b'},
> -  'keytab': UnknownConfigurationMock(),
> ?+  'keytab': UnknownConfiguration(),
>'kinit_path_local': '/usr/bin/kinit',
> -  'owner': 'zeppelin',
> +  'owner': u'zeppelin',
> ?   +-  'principal_name': UnknownConfigurationMock(),
> ?+  'principal_name': 
> UnknownConfiguration(),
>'recursive_chmod': True,
>'recursive_chown': True,
>'security_enabled': False,
>'type': 'directory',
> -  'user': 'hdfs'}
> +  'user': u'hdfs'}
> ?  +
>  {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (AMBARI-25398) Textareas in configuration page can be resized beyond its container border limit

2020-10-05 Thread Dmytro Grinenko (Jira)


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

Dmytro Grinenko reassigned AMBARI-25398:


Assignee: Dmytro Grinenko

> Textareas in configuration page can be resized beyond its container border 
> limit
> 
>
> Key: AMBARI-25398
> URL: https://issues.apache.org/jira/browse/AMBARI-25398
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server, ambari-web
>Affects Versions: 2.5.2, 2.7.2, 2.7.4
>Reporter: Yao Zhang
>Assignee: Dmytro Grinenko
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Annotation 2019-10-22 102253.png, Annotation 2019-10-22 
> 102349.png
>
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> The resizable textareas located in service configuration page (even in 
> installization wizard) can be resized to a improper size, with pictures shown 
> in the attachments. !Annotation 2019-10-22 102253.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (AMBARI-25398) Textareas in configuration page can be resized beyond its container border limit

2020-10-05 Thread Dmytro Grinenko (Jira)


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

Dmytro Grinenko updated AMBARI-25398:
-
Status: Patch Available  (was: In Progress)

> Textareas in configuration page can be resized beyond its container border 
> limit
> 
>
> Key: AMBARI-25398
> URL: https://issues.apache.org/jira/browse/AMBARI-25398
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server, ambari-web
>Affects Versions: 2.5.2, 2.7.2, 2.7.4
>Reporter: Yao Zhang
>Assignee: Dmytro Grinenko
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Annotation 2019-10-22 102253.png, Annotation 2019-10-22 
> 102349.png
>
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> The resizable textareas located in service configuration page (even in 
> installization wizard) can be resized to a improper size, with pictures shown 
> in the attachments. !Annotation 2019-10-22 102253.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (AMBARI-25398) Textareas in configuration page can be resized beyond its container border limit

2020-10-05 Thread Dmytro Grinenko (Jira)


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

Dmytro Grinenko updated AMBARI-25398:
-
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed, check passed on [new 
CI|https://ci-hadoop.apache.org/job/Ambari/job/Ambari-PreCommit-GitHub-PR/job/PR-3105/10/display/redirect]

> Textareas in configuration page can be resized beyond its container border 
> limit
> 
>
> Key: AMBARI-25398
> URL: https://issues.apache.org/jira/browse/AMBARI-25398
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server, ambari-web
>Affects Versions: 2.5.2, 2.7.2, 2.7.4
>Reporter: Yao Zhang
>Assignee: Dmytro Grinenko
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Annotation 2019-10-22 102253.png, Annotation 2019-10-22 
> 102349.png
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> The resizable textareas located in service configuration page (even in 
> installization wizard) can be resized to a improper size, with pictures shown 
> in the attachments. !Annotation 2019-10-22 102253.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (AMBARI-25563) Storm dashboards are not showing metrics

2020-10-05 Thread Tamas Payer (Jira)
Tamas Payer created AMBARI-25563:


 Summary: Storm dashboards are not showing metrics
 Key: AMBARI-25563
 URL: https://issues.apache.org/jira/browse/AMBARI-25563
 Project: Ambari
  Issue Type: Bug
  Components: ambari-metrics
Affects Versions: 2.7.5
Reporter: Tamas Payer
Assignee: Tamas Payer
 Fix For: 2.7.6


All the Storm dashboards are failing to show metric data.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (AMBARI-25564) Ambari UI for DRUID metastore config should have TEST CONNECTION facility

2020-10-05 Thread Abhay Dandekar (Jira)
Abhay Dandekar created AMBARI-25564:
---

 Summary: Ambari UI for DRUID metastore config should have TEST 
CONNECTION facility
 Key: AMBARI-25564
 URL: https://issues.apache.org/jira/browse/AMBARI-25564
 Project: Ambari
  Issue Type: Improvement
  Components: ambari-sever
Affects Versions: 2.7.3
Reporter: Abhay Dandekar
 Attachments: AmbariDruidMissingTestConnectionButton.png

On the Ambari screen for configuring Druid metastore, it should also have a 
test connection button. 

Similar functionality is available with "hive" and "oozie" UI for metastore 
configuration.

This issues is observed on HDP-3.1.4 from Hortonworks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)