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 2110E200BB2 for ; Sat, 15 Oct 2016 00:05:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1FE01160AFA; Fri, 14 Oct 2016 22:05:22 +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 944D9160AF4 for ; Sat, 15 Oct 2016 00:05:21 +0200 (CEST) Received: (qmail 1097 invoked by uid 500); 14 Oct 2016 22:05:20 -0000 Mailing-List: contact dev-help@sqoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sqoop.apache.org Delivered-To: mailing list dev@sqoop.apache.org Received: (qmail 845 invoked by uid 99); 14 Oct 2016 22:05:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2016 22:05:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 817EA2C4C74 for ; Fri, 14 Oct 2016 22:05:20 +0000 (UTC) Date: Fri, 14 Oct 2016 22:05:20 +0000 (UTC) From: "Ruslan Dautkhanov (JIRA)" To: dev@sqoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SQOOP-3024) add reference to oraoop.drop.table in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 14 Oct 2016 22:05:22 -0000 Ruslan Dautkhanov created SQOOP-3024: ---------------------------------------- Summary: add reference to oraoop.drop.table in documentation Key: SQOOP-3024 URL: https://issues.apache.org/jira/browse/SQOOP-3024 Project: Sqoop Issue Type: Improvement Components: docs Affects Versions: 1.4.6 Reporter: Ruslan Dautkhanov Priority: Minor oraoop.drop.table is an awesome feature. We always to the same target table (in a staging Oracle schema), so we have to truncate it anyway. And with OraOOP being able to create target table using template table, oraoop.drop.table becomes really valuable. https://github.com/apache/sqoop/blob/7c1754270ff21f533088b946c873321f890da791/src/java/org/apache/sqoop/manager/oracle/OraOopConstants.java#L217 and https://github.com/apache/sqoop/blob/7c1754270ff21f533088b946c873321f890da791/src/java/org/apache/sqoop/manager/oracle/OraOopManagerFactory.java#L939 shows this option is available. Thanks! -- This message was sent by Atlassian JIRA (v6.3.4#6332)