Github user hegdean commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/546#discussion_r68079756
--- Diff: core/sqf/sql/scripts/sqstart ---
@@ -220,6 +220,31 @@ function SQCheckOrphanProcesses {
}
+function checkKerberos {
+
+ # Check to see if kerberos is enabled in Hadoop
+ cat /etc/hadoop/conf/core-site.xml | while read a; do
--- End diff --
Can you use HADOOP_CNF_DIR environment variable instead of specifying the
fully qualified directory
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---