Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3BA7810500 for ; Mon, 21 Dec 2015 10:26:47 +0000 (UTC) Received: (qmail 48613 invoked by uid 500); 21 Dec 2015 10:26:47 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 48565 invoked by uid 500); 21 Dec 2015 10:26:47 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 48306 invoked by uid 99); 21 Dec 2015 10:26:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2015 10:26:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A200F2C1F5C for ; Mon, 21 Dec 2015 10:26:46 +0000 (UTC) Date: Mon, 21 Dec 2015 10:26:46 +0000 (UTC) From: "Hadoop QA (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-14389) tez view disappeared after upgrading from ambari 2.1.2 to 2.2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-14389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15066291#comment-15066291 ] Hadoop QA commented on AMBARI-14389: ------------------------------------ {color:green}+1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12778790/AMBARI-14389_trunk.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 1 new or modified test files. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in ambari-server. Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/4664//testReport/ Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/4664//console This message is automatically generated. > tez view disappeared after upgrading from ambari 2.1.2 to 2.2.2.0 > ----------------------------------------------------------------- > > Key: AMBARI-14389 > URL: https://issues.apache.org/jira/browse/AMBARI-14389 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.2.0 > Reporter: Alejandro Fernandez > Assignee: DIPAYAN BHOWMICK > Fix For: 2.2.1 > > Attachments: AMBARI-14389_trunk.patch > > > STR: > * Install ambari 2.1.2 with tez view installed. > * Upgrade Ambari to 2.2.0.0 > Tez view is no longer present, all of the other views are present. > Tez is failing to come up due to a missing property, > {code:java} > 10 Dec 2015 00:37:09,789 ERROR [qtp-ambari-client-8651] ProxyHelper:68 - Cannot access the url: http://pre-prod-poc-10.novalocal:8188/ws/v1/timeline/TEZ_VERTEX_ID?limit=9007199254740991&primaryFilter=TEZ_DAG_ID:dag_1449704814067_0017_1&_=1449707810538& > java.net.SocketTimeoutException: Read timed out > at java.net.SocketInputStream.socketRead0(Native Method) > at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) > at java.net.SocketInputStream.read(SocketInputStream.java:170) > at java.net.SocketInputStream.read(SocketInputStream.java:141) > at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) > at java.io.BufferedInputStream.read1(BufferedInputStream.java:286) > at java.io.BufferedInputStream.read(BufferedInputStream.java:345) > at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:704) > at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647) > at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1535) > at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) > at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) > at org.apache.ambari.server.controller.internal.URLStreamProvider.processURL(URLStreamProvider.java:209) > at org.apache.ambari.server.view.ViewURLStreamProvider.getHttpURLConnection(ViewURLStreamProvider.java:239) > at org.apache.ambari.server.view.ViewURLStreamProvider.getConnection(ViewURLStreamProvider.java:146) > at org.apache.ambari.server.view.ViewURLStreamProvider.getConnectionAs(ViewURLStreamProvider.java:163) > at org.apache.ambari.server.view.ViewURLStreamProvider.getConnectionAsCurrent(ViewURLStreamProvider.java:180) > at org.apache.ambari.view.tez.utils.ProxyHelper.getResponse(ProxyHelper.java:55) > at org.apache.ambari.view.tez.rest.BaseProxyResource.getData(BaseProxyResource.java:55) > at sun.reflect.GeneratedMethodAccessor1465.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:497) > {code} > The manual upgrade catalogs (2.1->2.3, and 2.2->2.3), had this, > {code} > "tez.tez-ui.history-url.base": { > "value": "{TEZ_HISTORY_URL_BASE}", > "template": "yes" > }, > {code} > That property was introduced in HDP 2.2, so any EU/RUs at that version or higher are ok. > The default value in tez-site.xml is empty since stack advisor is the one to populate a value, hence why EU from 2.1->2.3 isn't giving it a value. > *This will require changes to the config pack.* -- This message was sent by Atlassian JIRA (v6.3.4#6332)