[
https://issues.apache.org/jira/browse/AMBARI-13156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14951228#comment-14951228
]
Newton Alex commented on AMBARI-13156:
--------------------------------------
Updated new patch to fix the unit test errors.
Tested it locally, the mvn test under ambari-web works fine for trunk:
---------------
9199 tests complete (15 seconds)
95 tests pending
[INFO]
[INFO] --- apache-rat-plugin:0.11:check (default) @ ambari-web ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: .idea/**
[INFO] Exclude: package.json
[INFO] Exclude: public/**
[INFO] Exclude: public-static/**
[INFO] Exclude: app/assets/**
[INFO] Exclude: vendor/**
[INFO] Exclude: node_modules/**
[INFO] Exclude: node/**
[INFO] Exclude: npm-debug.log
[INFO] 1208 resources included (use -debug for more details)
Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not
recognized.
Compiler warnings:
WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning: org.apache.xerces.parsers.SAXParser: Feature
'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning: org.apache.xerces.parsers.SAXParser: Property
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning: org.apache.xerces.parsers.SAXParser: Property
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not
recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0
approved: 1208 licence.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32.017s
[INFO] Finished at: Fri Oct 09 14:20:11 PDT 2015
[INFO] Final Memory: 10M/308M
[INFO] ------------------------------------------------------------------------
root@Newton-Mac:/Users/nalex/Git/hortonworks/ambari-peacock/ambari-web# git
status
On branch trunk
Your branch is up-to-date with 'origin/trunk'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: app/data/HDP2.3/site_properties.js
modified: app/models/stack_service.js
modified: app/utils/configs/config_property_helper.js
----------------
> Show custom section for HAWQ parameters
> ---------------------------------------
>
> Key: AMBARI-13156
> URL: https://issues.apache.org/jira/browse/AMBARI-13156
> Project: Ambari
> Issue Type: Story
> Components: ambari-web
> Affects Versions: 2.1.1
> Reporter: Newton Alex
> Assignee: Newton Alex
> Fix For: 2.1.3
>
> Attachments: AMBARI-13156.patch.2, AMBARI-13156.patch.3,
> AMBARI-13156.patch.4, AMBARI-13156_branch-2.1.2.patch
>
>
> Provide a custom section called "General" in HAWQ Config page to display the
> most common parameters of HAWQ.
> HAWQ is an Apache incubator product
> (https://cwiki.apache.org/confluence/display/HAWQ/Apache+HAWQ+Home)
> The default plugin infrastructure doesn't have the ability to provision
> custom sections. Hence, we will need a UI patch to implement this
> functionality
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)