[jira] [Created] (SQOOP-1045) Be able to store *nz logs in HDFS instead of on local filesystem on a node.

2013-05-14 Thread Udai Kiran Potluri (JIRA)
Udai Kiran Potluri created SQOOP-1045:
-

 Summary: Be able to store *nz logs in HDFS instead of on local 
filesystem on a node.
 Key: SQOOP-1045
 URL: https://issues.apache.org/jira/browse/SQOOP-1045
 Project: Sqoop
  Issue Type: New Feature
  Components: connectors
Affects Versions: 1.99.1
Reporter: Udai Kiran Potluri


Currently Logs (*nzbad, *nzlog) are being written in to the local file system 
of the datanodes. Add functionality to store these log files in HDFS instead of 
on the local filesystem of the Data Node.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (SQOOP-1045) Be able to store *nz logs in HDFS instead of on local filesystem on a node.

2013-05-14 Thread Kathleen Ting (JIRA)

 [ 
https://issues.apache.org/jira/browse/SQOOP-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kathleen Ting updated SQOOP-1045:
-

Affects Version/s: (was: 1.99.1)
   1.4.3

 Be able to store *nz logs in HDFS instead of on local filesystem on a node.
 ---

 Key: SQOOP-1045
 URL: https://issues.apache.org/jira/browse/SQOOP-1045
 Project: Sqoop
  Issue Type: New Feature
  Components: connectors
Affects Versions: 1.4.3
Reporter: Udai Kiran Potluri

 Currently Logs (*nzbad, *nzlog) are being written in to the local file system 
 of the datanodes. Add functionality to store these log files in HDFS instead 
 of on the local filesystem of the Data Node.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (SQOOP-1046) Sqoop2: Importing single row using decimal splitter will not import anything

2013-05-14 Thread Jarek Jarcec Cecho (JIRA)

 [ 
https://issues.apache.org/jira/browse/SQOOP-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jarek Jarcec Cecho updated SQOOP-1046:
--

Attachment: bugSQOOP-1046.patch

 Sqoop2: Importing single row using decimal splitter will not import anything
 

 Key: SQOOP-1046
 URL: https://issues.apache.org/jira/browse/SQOOP-1046
 Project: Sqoop
  Issue Type: Bug
Affects Versions: 1.99.2
Reporter: Jarek Jarcec Cecho
Assignee: Jarek Jarcec Cecho
 Fix For: 1.99.3

 Attachments: bugSQOOP-1046.patch


 Consider table that have decimal column and we're using this column as a 
 split by column. In case that the table have only one single column, 
 nothing will be imported as the code will create zero partitions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Review Request: SQOOP-1046 Sqoop2: Importing single row using decimal splitter will not import anything

2013-05-14 Thread Kathleen Ting

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11171/#review20558
---

Ship it!


Ship It!

- Kathleen Ting


On May 15, 2013, 4:17 a.m., Jarek Cecho wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/11171/
 ---
 
 (Updated May 15, 2013, 4:17 a.m.)
 
 
 Review request for Sqoop.
 
 
 Description
 ---
 
 I've added condition that is checking for this edge case and is creating 
 single split.
 
 
 This addresses bug SQOOP-1046.
 https://issues.apache.org/jira/browse/SQOOP-1046
 
 
 Diffs
 -
 
   
 connector/connector-generic-jdbc/src/main/java/org/apache/sqoop/connector/jdbc/GenericJdbcImportPartitioner.java
  6d1a9fd71c9dac587d8bc99d7ffc64e4a57672e7 
   
 connector/connector-generic-jdbc/src/test/java/org/apache/sqoop/connector/jdbc/TestImportPartitioner.java
  3150e7ce0490e16cba985361bd1365043aed04cc 
 
 Diff: https://reviews.apache.org/r/11171/diff/
 
 
 Testing
 ---
 
 I've added new unit tests, testing this edge case. Both unit and integration 
 tests seems to be passing.
 
 
 Thanks,
 
 Jarek Cecho