Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DEF90200C14 for ; Tue, 7 Feb 2017 10:44:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DD790160B4B; Tue, 7 Feb 2017 09:44:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0DB27160B3E for ; Tue, 7 Feb 2017 10:44:51 +0100 (CET) Received: (qmail 57755 invoked by uid 500); 7 Feb 2017 09:44:51 -0000 Mailing-List: contact issues-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 issues@ambari.apache.org Received: (qmail 57746 invoked by uid 99); 7 Feb 2017 09:44:51 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2017 09:44:51 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id D24C7C0ABA for ; Tue, 7 Feb 2017 09:44:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id CcGXofOrAn4Q for ; Tue, 7 Feb 2017 09:44:49 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id D269E5F473 for ; Tue, 7 Feb 2017 09:44:48 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B6C49E05E9 for ; Tue, 7 Feb 2017 09:44:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0C1B325298 for ; Tue, 7 Feb 2017 09:44:42 +0000 (UTC) Date: Tue, 7 Feb 2017 09:44:42 +0000 (UTC) From: "Hudson (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-19872) HiveView2.0 : Upload CSV,JSON, XML to create table feature is missing in the new view MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 07 Feb 2017 09:44:53 -0000 [ https://issues.apache.org/jira/browse/AMBARI-19872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15855655#comment-15855655 ] Hudson commented on AMBARI-19872: --------------------------------- FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #6658 (See [https://builds.apache.org/job/Ambari-trunk-Commit/6658/]) AMBARI-19872 : HiveView2.0 : added Upload CSV,JSON, XML to create table (nitiraj.rathore: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=536192bb601a426c473845dc10776946f456f220]) * (add) contrib/views/hive20/src/main/resources/ui/app/components/upload-table.js * (edit) contrib/views/hive20/src/main/resources/ui/app/routes/databases/database/tables/new.js * (edit) contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/uploads/CSVParams.java * (add) contrib/views/hive20/src/main/resources/ui/app/components/validated-text-field.js * (edit) contrib/views/hive20/src/test/java/org/apache/ambari/view/hive20/resources/upload/DataParserCSVTest.java * (edit) contrib/views/hive20/src/test/java/org/apache/ambari/view/hive20/resources/upload/DataParserJSONTest.java * (edit) contrib/views/hive20/src/main/resources/ui/app/services/jobs.js * (edit) contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/uploads/query/InsertFromQueryInput.java * (delete) contrib/views/hive20/src/test/java/org/apache/ambari/view/hive20/resources/upload/QueryGeneratorTest.java * (edit) contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/uploads/UploadService.java * (add) contrib/views/hive20/src/main/resources/ui/app/components/csv-format-params.js * (edit) contrib/views/hive20/src/main/resources/ui/config/environment.js * (delete) contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/uploads/query/TableInfo.java * (add) contrib/views/hive20/src/main/resources/ui/app/templates/databases/database/tables/upload-table.hbs * (add) contrib/views/hive20/src/main/resources/ui/app/utils/constants.js * (edit) contrib/views/hive20/src/test/java/org/apache/ambari/view/hive20/resources/upload/DataParserXMLTest.java * (delete) contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/uploads/query/QueryGenerator.java * (add) contrib/views/hive20/src/main/resources/ui/app/routes/databases/database/tables/upload-table.js * (add) contrib/views/hive20/src/main/resources/ui/app/templates/components/upload-table.hbs * (edit) contrib/views/hive20/src/test/java/org/apache/ambari/view/hive20/resources/upload/TableDataReaderTest.java * (add) contrib/views/hive20/src/main/resources/ui/app/templates/components/validated-text-field.hbs * (edit) contrib/views/hive20/src/main/resources/ui/app/templates/databases/database/tables/new.hbs * (edit) contrib/views/hive20/src/main/resources/ui/package.json * (add) contrib/views/hive20/src/main/resources/ui/app/templates/components/upload-table-source.hbs * (edit) contrib/views/hive20/src/main/resources/ui/app/models/column.js * (edit) contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/uploads/TableDataReader.java * (add) contrib/views/hive20/src/main/resources/ui/app/templates/components/simple-table.hbs * (edit) contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/uploads/UploadFromHdfsInput.java * (add) contrib/views/hive20/src/main/resources/ui/app/adapters/file-uploader.js * (edit) contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/uploads/parsers/Parser.java * (add) contrib/views/hive20/src/main/resources/ui/app/templates/components/radio-button.hbs * (edit) contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/jobs/JobService.java * (delete) contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/uploads/TableInput.java * (add) contrib/views/hive20/src/main/resources/ui/app/components/radio-button.js * (edit) contrib/views/hive20/src/main/resources/ui/app/router.js * (edit) contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/internal/dto/ColumnInfo.java * (add) contrib/views/hive20/src/main/resources/ui/app/locales/en/translations.js * (add) contrib/views/hive20/src/main/resources/ui/app/components/simple-table.js * (edit) contrib/views/hive20/src/main/resources/ui/app/configs/helpers.js * (edit) contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/uploads/parsers/PreviewData.java * (delete) contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/uploads/query/RowFormat.java * (edit) contrib/views/hive20/src/main/resources/ui/bower.json * (add) contrib/views/hive20/src/main/resources/ui/app/components/upload-table-source.js * (add) contrib/views/hive20/src/main/resources/ui/app/templates/components/csv-format-params.hbs * (add) contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/internal/query/generators/InsertFromQueryGenerator.java * (add) contrib/views/hive20/src/main/resources/ui/app/adapters/upload-table.js * (edit) contrib/views/hive20/src/main/resources/ui/app/services/table-operations.js > HiveView2.0 : Upload CSV,JSON, XML to create table feature is missing in the new view > ------------------------------------------------------------------------------------- > > Key: AMBARI-19872 > URL: https://issues.apache.org/jira/browse/AMBARI-19872 > Project: Ambari > Issue Type: Bug > Components: ambari-views > Affects Versions: 2.5.0 > Reporter: Nitiraj Singh Rathore > Assignee: Nitiraj Singh Rathore > Fix For: 2.5.0 > > Attachments: AMBARI-19872_branch-2.5.patch > > -- This message was sent by Atlassian JIRA (v6.3.15#6346)