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 48968172A1 for ; Tue, 24 Feb 2015 19:44:05 +0000 (UTC) Received: (qmail 91142 invoked by uid 500); 24 Feb 2015 19:44:05 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 91107 invoked by uid 500); 24 Feb 2015 19:44:05 -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 91095 invoked by uid 99); 24 Feb 2015 19:44:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2015 19:44:05 +0000 Date: Tue, 24 Feb 2015 19:44:04 +0000 (UTC) From: "Hadoop QA (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-9779) Jobs view doesn't show newly created jobs 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-9779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14335308#comment-14335308 ] Hadoop QA commented on AMBARI-9779: ----------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12700552/AMBARI-9779.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {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 contrib/views/jobs. Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/1801//testReport/ Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/1801//console This message is automatically generated. > Jobs view doesn't show newly created jobs > ----------------------------------------- > > Key: AMBARI-9779 > URL: https://issues.apache.org/jira/browse/AMBARI-9779 > Project: Ambari > Issue Type: Bug > Components: ambari-web > Affects Versions: 2.0.0 > Reporter: Antonenko Alexander > Assignee: Antonenko Alexander > Priority: Critical > Fix For: 2.0.0 > > Attachments: AMBARI-9779.patch > > > *STR* > # Create Jobs view. > # Create Jobs based on Tez engine. > {code} > 16:57:18.655 190971 INFO util.cluster_managers.CommandExecutor.executeCommandSequence(CommandExecutor.java:122) - Sending commands to host [c6401.ambari.apache.org]: > 16:57:18.657 190973 INFO util.cluster_managers.CommandExecutor.executeCommandSequence(CommandExecutor.java:124) - Sending command [echo 't1 15 > t2 21 > t3 30 > '>/tmp/data.csv] > 16:57:18.663 190979 INFO util.cluster_managers.CommandExecutor.executeCommandSequence(CommandExecutor.java:124) - Sending command [sudo -u ambari-qa /usr/hdp/current/hadoop-hdfs-client/bin/hdfs dfs -put /tmp/data.csv /tmp/data.csv] > 16:57:18.672 190988 INFO util.cluster_managers.CommandExecutor.executeCommandSequence(CommandExecutor.java:124) - Sending command [sudo -u ambari-qa /usr/hdp/current/hadoop-hdfs-client/bin/hdfs dfs -chmod 777 /tmp/data.csv] > 16:57:18.677 190993 INFO util.cluster_managers.CommandExecutor.executeCommandSequence(CommandExecutor.java:124) - Sending command [echo 'drop table default.tmptable; > CREATE TABLE `default.tmptable` > ( > `name` string , > `age` int ) > ROW FORMAT DELIMITED > FIELDS TERMINATED BY "\t"; > LOAD DATA INPATH "/tmp/data.csv" INTO TABLE `default.tmptable`; > select t1.name, t2.age from tmptable t1 join tmptable t2 on t1.name=t2.name where t2.age > 20; > drop table default.tmptable; > '>/tmp/query.sql] > 16:57:18.686 191002 INFO util.cluster_managers.CommandExecutor.executeCommandSequence(CommandExecutor.java:124) - Sending command [sudo -u ambari-qa hive -f /tmp/query.sql] > 16:57:18.792 191108 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - Pseudo-terminal will not be allocated because stdin is not a terminal. > 16:57:33.200 205516 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - > Logging initialized using configuration in file:/etc/hive/conf/hive-log4j.properties > 16:57:33.504 205820 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - SLF4J: Class path contains multiple SLF4J bindings. > SLF4J: Found binding in [jar:file:/usr/hdp/2.2.2.0-2454/hadoop/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in [jar:file:/usr/hdp/2.2.2.0-2454/hive/lib/hive-jdbc-0.14.0.2.2.2.0-2454-standalone.jar!/org/ > 16:57:33.507 205823 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - slf4j/impl/StaticLoggerBinder.class] > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. > SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] > 16:57:44.392 216708 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - OK > 16:57:44.494 216810 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - Time taken: 0.99 seconds > 16:57:44.899 217215 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - OK > Time taken: 0.447 seconds > 16:57:44.902 217218 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - Loading data to table default.tmptable > 16:57:45.406 217722 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - Table default.tmptable stats: [numFiles=1, totalSize=19] > OK > Time taken: 0.481 seconds > 16:57:47.720 220036 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - Query ID = ambari-qa_20150223145555_53ffdf89-3d70-4d0d-b634-ba131b766a8c > Total jobs = 1 > 16:57:47.822 220138 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - Launching Job 1 out of 1 > 16:57:50.040 222356 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - > 16:57:50.254 222570 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - Status: Running (Executing on YARN cluster with App id application_1424700576543_0005) > Map 1: -/- Map 2: -/- > 16:57:50.458 222774 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - Map 1: 0/1 Map 2: 0/1 > 16:57:53.686 226002 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - Map 1: 0/1 Map 2: 0/1 > 16:57:54.291 226607 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - Map 1: 0(+1)/1 Map 2: 0(+1)/1 > 16:57:57.406 229722 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - Map 1: 0(+1)/1 Map 2: 0(+1)/1 > 16:57:58.216 230532 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - Map 1: 1/1 Map 2: 0(+1)/1 > 16:58:00.434 232750 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - Map 1: 1/1 Map 2: 1/1 > 16:58:00.636 232952 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - OK > 16:58:00.939 233255 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - Time taken: 15.283 seconds, Fetched: 2 row(s) > 16:58:01.142 233458 INFO util.cluster_managers.ProcessData.buildOutputAndErrorStreamData(ProcessData.java:195) - OK > Time taken: 0.292 seconds > 16:58:01.646 233962 INFO util.cluster_managers.CommandExecutor.executeCommandSequence(CommandExecutor.java:139) - [OUTPUT STREAM] > t2 21 > t3 30 > {code} > # Navigate to http://c6401.ambari.apache.org:8080/#/main/views/JOBS/1.0.0/Jobs > *AR*. The newly created jobs are not shown. Nothing happened after trying to reload -- This message was sent by Atlassian JIRA (v6.3.4#6332)