[ https://issues.apache.org/jira/browse/SQOOP-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15967249#comment-15967249 ]
ASF GitHub Bot commented on SQOOP-3172: --------------------------------------- GitHub user shetaksroc opened a pull request: https://github.com/apache/sqoop/pull/35 SQOOP-3172:checking whether the object is stale or not You can merge this pull request into a Git repository by running: $ git pull https://github.com/shetaksroc/sqoop fix_state_connection Alternatively you can review and apply these changes as the patch at: https://github.com/apache/sqoop/pull/35.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #35 ---- commit b26615cc69885e96fd100e7451e0f5657cd5616b Author: akshayshet <aks...@boomerangcommerce.com> Date: 2017-04-13T07:43:09Z SQOOP-3172:checking whether the object is stale or not ---- > SQOOP - Broken Pipe Error in the Sqoop export > --------------------------------------------- > > Key: SQOOP-3172 > URL: https://issues.apache.org/jira/browse/SQOOP-3172 > Project: Sqoop > Issue Type: Bug > Reporter: Akshay > Labels: sqoop, testing > > Error: java.io.IOException: Broken pipe > at java.io.FileOutputStream.writeBytes(Native Method) > at java.io.FileOutputStream.write(FileOutputStream.java:326) > at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) > at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) > at java.io.FilterOutputStream.close(FilterOutputStream.java:158) > at > org.apache.sqoop.mapreduce.MySQLExportMapper.closeExportHandles(MySQLExportMapper.java:259) > at > org.apache.sqoop.mapreduce.MySQLExportMapper.run(MySQLExportMapper.java:250) > at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:796) > at org.apache.hadoop.mapred.MapTask.run(MapTask.java:342) > at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:164) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:422) > at > org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657) > at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:158) -- This message was sent by Atlassian JIRA (v6.3.15#6346)