[jira] [Commented] (SQOOP-3393) TestNetezzaExternalTableExportMapper hangs

2018-12-03 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/SQOOP-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16707074#comment-16707074
 ] 

Hudson commented on SQOOP-3393:
---

SUCCESS: Integrated in Jenkins build Sqoop-hadoop200 #1244 (See 
[https://builds.apache.org/job/Sqoop-hadoop200/1244/])
SQOOP-3393: TestNetezzaExternalTableExportMapper hangs (vasas: 
[https://git-wip-us.apache.org/repos/asf?p=sqoop.git=commit=3c1fb870e20bf2d0316a7eb0aa524e437499ab05])
* (edit) 
src/test/org/apache/sqoop/mapreduce/db/netezza/TestNetezzaExternalTableExportMapper.java


> TestNetezzaExternalTableExportMapper hangs
> --
>
> Key: SQOOP-3393
> URL: https://issues.apache.org/jira/browse/SQOOP-3393
> Project: Sqoop
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0, 3.0.0
>Reporter: Daniel Voros
>Assignee: Daniel Voros
>Priority: Major
> Fix For: 1.5.0, 3.0.0
>
>
> Introduced in SQOOP-3378, spotted by [~vasas].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SQOOP-3393) TestNetezzaExternalTableExportMapper hangs

2018-12-03 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/SQOOP-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16706985#comment-16706985
 ] 

ASF GitHub Bot commented on SQOOP-3393:
---

Github user asfgit closed the pull request at:

https://github.com/apache/sqoop/pull/63


> TestNetezzaExternalTableExportMapper hangs
> --
>
> Key: SQOOP-3393
> URL: https://issues.apache.org/jira/browse/SQOOP-3393
> Project: Sqoop
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0, 3.0.0
>Reporter: Daniel Voros
>Assignee: Daniel Voros
>Priority: Major
> Fix For: 1.5.0, 3.0.0
>
>
> Introduced in SQOOP-3378, spotted by [~vasas].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SQOOP-3393) TestNetezzaExternalTableExportMapper hangs

2018-12-03 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/SQOOP-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16706984#comment-16706984
 ] 

ASF subversion and git services commented on SQOOP-3393:


Commit 3c1fb870e20bf2d0316a7eb0aa524e437499ab05 in sqoop's branch 
refs/heads/trunk from [~vasas]
[ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=3c1fb87 ]

SQOOP-3393: TestNetezzaExternalTableExportMapper hangs

(Daniel Voros via Szabolcs Vasas)

This closes #63


> TestNetezzaExternalTableExportMapper hangs
> --
>
> Key: SQOOP-3393
> URL: https://issues.apache.org/jira/browse/SQOOP-3393
> Project: Sqoop
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0, 3.0.0
>Reporter: Daniel Voros
>Assignee: Daniel Voros
>Priority: Major
> Fix For: 1.5.0, 3.0.0
>
>
> Introduced in SQOOP-3378, spotted by [~vasas].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SQOOP-3393) TestNetezzaExternalTableExportMapper hangs

2018-12-01 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/SQOOP-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16705753#comment-16705753
 ] 

ASF GitHub Bot commented on SQOOP-3393:
---

GitHub user dvoros reopened a pull request:

https://github.com/apache/sqoop/pull/63

SQOOP-3393 TestNetezzaExternalTableExportMapper hangs

Looks like this test only fails when run with all other uniTests. From the 
logs I've found, that there's already a task_attempt directory (which we're 
falling back to in absence of a `mapreduce.task.id`), and we're hanging because 
of that. Most probably another test is creating that too.

The proposed solution is to simulate a unique `mapreduce.task.id` during 
the tests.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dvoros/sqoop sqoop-3393

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/sqoop/pull/63.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 #63


commit 8c79b678f3a634562638408e68fb0845cbb7ca9b
Author: Daniel Voros 
Date:   2018-11-29T19:56:57Z

reenable test to see what it does in travis

Change-Id: Ia62e1a5d85eafa900ecf260ee7167d6603c5dcfe

commit 9aefe2246618e5acb6a79eb62586e45c3cba30ee
Author: Daniel Voros 
Date:   2018-11-29T22:50:09Z

unique task attempt dir during tests

Change-Id: Ica91a4578495ff5b9e0f23490411084403a03db1




> TestNetezzaExternalTableExportMapper hangs
> --
>
> Key: SQOOP-3393
> URL: https://issues.apache.org/jira/browse/SQOOP-3393
> Project: Sqoop
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0, 3.0.0
>Reporter: Daniel Voros
>Assignee: Daniel Voros
>Priority: Major
> Fix For: 1.5.0, 3.0.0
>
>
> Introduced in SQOOP-3378, spotted by [~vasas].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SQOOP-3393) TestNetezzaExternalTableExportMapper hangs

2018-12-01 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/SQOOP-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16705757#comment-16705757
 ] 

ASF GitHub Bot commented on SQOOP-3393:
---

Github user dvoros commented on the issue:

https://github.com/apache/sqoop/pull/63
  
Thanks for the review @szvasas and for the reopening tip, just did that. 爛 


> TestNetezzaExternalTableExportMapper hangs
> --
>
> Key: SQOOP-3393
> URL: https://issues.apache.org/jira/browse/SQOOP-3393
> Project: Sqoop
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0, 3.0.0
>Reporter: Daniel Voros
>Assignee: Daniel Voros
>Priority: Major
> Fix For: 1.5.0, 3.0.0
>
>
> Introduced in SQOOP-3378, spotted by [~vasas].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SQOOP-3393) TestNetezzaExternalTableExportMapper hangs

2018-12-01 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/SQOOP-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16705752#comment-16705752
 ] 

ASF GitHub Bot commented on SQOOP-3393:
---

Github user dvoros closed the pull request at:

https://github.com/apache/sqoop/pull/63


> TestNetezzaExternalTableExportMapper hangs
> --
>
> Key: SQOOP-3393
> URL: https://issues.apache.org/jira/browse/SQOOP-3393
> Project: Sqoop
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0, 3.0.0
>Reporter: Daniel Voros
>Assignee: Daniel Voros
>Priority: Major
> Fix For: 1.5.0, 3.0.0
>
>
> Introduced in SQOOP-3378, spotted by [~vasas].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SQOOP-3393) TestNetezzaExternalTableExportMapper hangs

2018-11-29 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/SQOOP-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16704377#comment-16704377
 ] 

ASF GitHub Bot commented on SQOOP-3393:
---

GitHub user dvoros opened a pull request:

https://github.com/apache/sqoop/pull/63

SQOOP-3393 TestNetezzaExternalTableExportMapper hangs

Looks like this test only fails when run with all other uniTests. From the 
logs I've found, that there's already a task_attempt directory (which we're 
falling back to in absence of a `mapreduce.task.id`), and we're hanging because 
of that. Most probably another test is creating that too.

The proposed solution is to simulate a unique `mapreduce.task.id` during 
the tests.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dvoros/sqoop sqoop-3393

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/sqoop/pull/63.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 #63


commit 8c79b678f3a634562638408e68fb0845cbb7ca9b
Author: Daniel Voros 
Date:   2018-11-29T19:56:57Z

reenable test to see what it does in travis

Change-Id: Ia62e1a5d85eafa900ecf260ee7167d6603c5dcfe

commit 9aefe2246618e5acb6a79eb62586e45c3cba30ee
Author: Daniel Voros 
Date:   2018-11-29T22:50:09Z

unique task attempt dir during tests

Change-Id: Ica91a4578495ff5b9e0f23490411084403a03db1




> TestNetezzaExternalTableExportMapper hangs
> --
>
> Key: SQOOP-3393
> URL: https://issues.apache.org/jira/browse/SQOOP-3393
> Project: Sqoop
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0, 3.0.0
>Reporter: Daniel Voros
>Assignee: Daniel Voros
>Priority: Major
> Fix For: 1.5.0, 3.0.0
>
>
> Introduced in SQOOP-3378, spotted by [~vasas].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)