-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42013/
-----------------------------------------------------------
Review request for Ambari, Alexander Denissov, Alejandro Fernandez, jun aoki,
Jayush Luniya, Lav Jain, Newton Alex, and Oleksandr Diachenko.
Repository: ambari
Description
-------
When HAWQ is added to a cluster which has Kerberos enabled, the following three
configs have to be added:
```
{
name: 'hadoop.security.authentication',
value: 'kerberos',
},
{
name: 'enable_secure_filesystem',
value: 'ON'
},
{
name: 'krb_server_keyfile',
value: '/etc/security/keytabs/hawq.service.keytab'
}
```
Diffs
-----
ambari-web/app/controllers/wizard/step7_controller.js 5da2d73
ambari-web/test/controllers/wizard/step7_test.js f0da07a
Diff: https://reviews.apache.org/r/42013/diff/
Testing
-------
Manually Tested.
Unit test added.
Tests passed:
22941 tests complete (15 seconds)
163 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] 1268 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: 1268 licence.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 59.485 s
[INFO] Finished at: 2016-01-06T18:28:37-08:00
[INFO] Final Memory: 12M/311M
[INFO] ------------------------------------------------------------------------
Thanks,
Matt