Return-Path: X-Original-To: apmail-sqoop-dev-archive@www.apache.org Delivered-To: apmail-sqoop-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 874C711139 for ; Wed, 21 May 2014 03:21:39 +0000 (UTC) Received: (qmail 1555 invoked by uid 500); 21 May 2014 03:21:38 -0000 Delivered-To: apmail-sqoop-dev-archive@sqoop.apache.org Received: (qmail 1325 invoked by uid 500); 21 May 2014 03:21:38 -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 1315 invoked by uid 99); 21 May 2014 03:21:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2014 03:21:38 +0000 Date: Wed, 21 May 2014 03:21:38 +0000 (UTC) From: "Hudson (JIRA)" To: dev@sqoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SQOOP-1321) Add ability to serialize SqoopOption into JobConf 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/SQOOP-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004282#comment-14004282 ] Hudson commented on SQOOP-1321: ------------------------------- SUCCESS: Integrated in Sqoop-ant-jdk-1.6-hadoop23 #1087 (See [https://builds.apache.org/job/Sqoop-ant-jdk-1.6-hadoop23/1087/]) SQOOP-1321: Add ability to serialize SqoopOption into JobConf (venkat: https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=18f5b2a77e95e412e806cabf4080a991f79aca92) * conf/sqoop-site-template.xml * src/java/org/apache/sqoop/mapreduce/JobBase.java * src/java/org/apache/sqoop/mapreduce/MergeJob.java * src/java/org/apache/sqoop/mapreduce/ExportJobBase.java * src/java/org/apache/sqoop/mapreduce/ImportJobBase.java > Add ability to serialize SqoopOption into JobConf > ------------------------------------------------- > > Key: SQOOP-1321 > URL: https://issues.apache.org/jira/browse/SQOOP-1321 > Project: Sqoop > Issue Type: Improvement > Affects Versions: 1.4.4 > Reporter: Jarek Jarcec Cecho > Assignee: Jarek Jarcec Cecho > Fix For: 1.4.5 > > Attachments: SQOOP-1321.patch, SQOOP-1321.patch > > > While working on various user issues, I've several times came into need to see what exact parameters were used when starting Sqoop. This seems relatively easy, but can get complicated when users are using some scripts on top of Sqoop binary or are directly integrating with the unsupported Java API. > Hence I would like to propose to add option to simply dump entire {{SqoopOptions}} class into created {{Job}} object and make the used parameters available and persisted in the {{job.xml}}. > This will also enable audit tools that are inspecting {{job.xml}} for various information. -- This message was sent by Atlassian JIRA (v6.2#6252)