You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2015/05/13 19:35:00 UTC

[jira] [Created] (SQOOP-2358) Add buffer to SqoopOutputFormat

Gwen Shapira created SQOOP-2358:
-----------------------------------

             Summary: Add buffer to SqoopOutputFormat
                 Key: SQOOP-2358
                 URL: https://issues.apache.org/jira/browse/SQOOP-2358
             Project: Sqoop
          Issue Type: Improvement
            Reporter: Gwen Shapira


Currently Sqoop output format is synchronizing with very simple 2-lock system, ensuring a write-read-write-read order.

I think we can simplify the logic and perhaps improve throughput by replacing this with synchronized queue. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)