[ 
https://issues.apache.org/jira/browse/TEZ-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267044#comment-14267044
 ] 

Hitesh Shah commented on TEZ-1910:
----------------------------------

[~sseth] Couple of issues were seen:
  - Something changed in Configuration which ended up causing fs.default.name 
to return a null ( when fs.defaultFS was set ) - this test fails with 2.2 but 
works with 2.4+
  - The other issue was the check for https which [~jeagles] pointed out. 

[~jeagles] I considered replicating the https check from hadoop-2.2 ( code 
below ) :

{code}
-    boolean sslEnabled = conf.getBoolean(
-            CommonConfigurationKeysPublic.HADOOP_SSL_ENABLED_KEY,
-            CommonConfigurationKeysPublic.HADOOP_SSL_ENABLED_DEFAULT);
-  }
{code}

But I did not want to introduce deprecated code which will likely not be used 
as Timeline does not even exist in 2.2.0. If someone configures the timeline 
client with hadoop-2.2.0, firstly this would be a user error and furthermore, 
there will be other failures which may happen before the https check is 
triggered. Comments? 

> Build fails against hadoop-2.2.0
> --------------------------------
>
>                 Key: TEZ-1910
>                 URL: https://issues.apache.org/jira/browse/TEZ-1910
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Blocker
>         Attachments: TEZ-1910.1.patch
>
>
> https://builds.apache.org/job/Tez-Build-Hadoop-2.2/2/console



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to