You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by Abraham Fine <ab...@cloudera.com> on 2015/12/03 06:13:59 UTC

Review Request 40895: SQOOP-2720

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

Review request for Sqoop.


Bugs: SQOOP-2720
    https://issues.apache.org/jira/browse/SQOOP-2720


Repository: sqoop-sqoop2


Description
-------

Sqoop2: Allow the integration tests to be run against a real cluster


Diffs
-----

  pom.xml 91721ce 
  test/src/main/java/org/apache/sqoop/test/minicluster/RealSqoopCluster.java 325a6a9 
  test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java aa062fb 
  test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromRDBMSToKafkaTest.java 6e78a13 
  test/src/test/java/org/apache/sqoop/integration/connectorloading/BlacklistedConnectorTest.java 6228b0d 
  test/src/test/java/org/apache/sqoop/integration/connectorloading/ClasspathTest.java 4a2e7a4 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_3UpgradeTest.java 8d02e24 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_4UpgradeTest.java b88940a 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_5UpgradeTest.java 1f3563d 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_6UpgradeTest.java a57a420 

Diff: https://reviews.apache.org/r/40895/diff/


Testing
-------

yes


Thanks,

Abraham Fine


Re: Review Request 40895: SQOOP-2720

Posted by Abraham Fine <ab...@cloudera.com>.

> On Dec. 5, 2015, 2:28 p.m., Jarek Cecho wrote:
> > test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java, line 26
> > <https://reviews.apache.org/r/40895/diff/4/?file=1153632#file1153632line26>
> >
> >     Why not run this test on real cluster with real Kafka instance?

that is something that we can definitely do, but i figured that it was beyond the scope of this jira and something we should tackle at a later date.


> On Dec. 5, 2015, 2:28 p.m., Jarek Cecho wrote:
> > test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromRDBMSToKafkaTest.java, line 28
> > <https://reviews.apache.org/r/40895/diff/4/?file=1153633#file1153633line28>
> >
> >     Why not run this test on real cluster with real Kafka instance?

see other comment on kafka test


> On Dec. 5, 2015, 2:28 p.m., Jarek Cecho wrote:
> > test/src/main/java/org/apache/sqoop/test/minicluster/RealSqoopCluster.java, lines 50-68
> > <https://reviews.apache.org/r/40895/diff/4/?file=1153629#file1153629line50>
> >
> >     Can we create a util class that for given SqoopClient will drop all jobs/links?
> >     
> >     It seems that we're having this code sniplet a lot, so it would be great to reuse the code - happy to review this as part of separate JIRA if needed.

whoops, forgot to clean that up :)


> On Dec. 5, 2015, 2:28 p.m., Jarek Cecho wrote:
> > pom.xml, lines 233-259
> > <https://reviews.apache.org/r/40895/diff/4/?file=1153628#file1153628line233>
> >
> >     I'm not a big fan of the current approach of using maven profiles for all the various groups we have - it's hard to mantain and get oriented in. Would it make sense to simply document how to specify the given groups on command line or is that too hard to do?

i am sure that is something that maven supports. it just seemed to me that this seemed like a perfect use case for a profile. i think we only have two groups at the moment so i can not really see this getting out of hand any time soon.


> On Dec. 5, 2015, 2:28 p.m., Jarek Cecho wrote:
> > test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java, lines 107-111
> > <https://reviews.apache.org/r/40895/diff/4/?file=1153630#file1153630line107>
> >
> >     Let's keep the "setMethodName" and create new BeforeMethod call to drop the getMapreduceDirectory()?

my concern here is that getMapreduceDirectory is dependent on having the name set. so, considering these two methods seem to always be called together, i would rather not create the opportunity to have a bug in beforemethod order.


> On Dec. 5, 2015, 2:28 p.m., Jarek Cecho wrote:
> > test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java, lines 166-168
> > <https://reviews.apache.org/r/40895/diff/4/?file=1153630#file1153630line166>
> >
> >     I'm generally +1 on migrating to the MiniClusterFactory to be honest, but let's make that as standalone patch - very likely a subtask of SQOOP-2329.

so we already use the SqoopMiniClusterFactory in the SqoopInfrastructureProvider. I really do not see an easy way to run the JettyTestCase tests on a real cluster without it. is this change really worthy of its own jira?


- Abraham


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


On Dec. 4, 2015, 7:46 a.m., Abraham Fine wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/40895/
> -----------------------------------------------------------
> 
> (Updated Dec. 4, 2015, 7:46 a.m.)
> 
> 
> Review request for Sqoop.
> 
> 
> Bugs: SQOOP-2720
>     https://issues.apache.org/jira/browse/SQOOP-2720
> 
> 
> Repository: sqoop-sqoop2
> 
> 
> Description
> -------
> 
> Sqoop2: Allow the integration tests to be run against a real cluster
> 
> 
> Diffs
> -----
> 
>   pom.xml 91721ce 
>   test/src/main/java/org/apache/sqoop/test/minicluster/RealSqoopCluster.java 325a6a9 
>   test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java bd4ba6a 
>   test/src/test/java/org/apache/sqoop/integration/connector/hive/FromRDBMSToKiteHiveTest.java 0e46bf3 
>   test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java aa062fb 
>   test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromRDBMSToKafkaTest.java 6e78a13 
>   test/src/test/java/org/apache/sqoop/integration/connectorloading/BlacklistedConnectorTest.java 6228b0d 
>   test/src/test/java/org/apache/sqoop/integration/connectorloading/ClasspathTest.java 4a2e7a4 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_3UpgradeTest.java 8d02e24 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_4UpgradeTest.java b88940a 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_5UpgradeTest.java 1f3563d 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_6UpgradeTest.java a57a420 
>   test/src/test/java/org/apache/sqoop/integration/server/ShowJobInOrderTest.java cbf1e90 
> 
> Diff: https://reviews.apache.org/r/40895/diff/
> 
> 
> Testing
> -------
> 
> yes
> 
> 
> Thanks,
> 
> Abraham Fine
> 
>


Re: Review Request 40895: SQOOP-2720

Posted by Jarek Cecho <ja...@apache.org>.

> On Dec. 5, 2015, 2:28 p.m., Jarek Cecho wrote:
> > test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java, lines 166-168
> > <https://reviews.apache.org/r/40895/diff/4/?file=1153630#file1153630line166>
> >
> >     I'm generally +1 on migrating to the MiniClusterFactory to be honest, but let's make that as standalone patch - very likely a subtask of SQOOP-2329.
> 
> Abraham Fine wrote:
>     so we already use the SqoopMiniClusterFactory in the SqoopInfrastructureProvider. I really do not see an easy way to run the JettyTestCase tests on a real cluster without it. is this change really worthy of its own jira?

My apologies, I've confused this with one the SqoopTestCase inheritence changes that we're making as part of SQOOP-2329. We're just using the factory here, so not a concern.


> On Dec. 5, 2015, 2:28 p.m., Jarek Cecho wrote:
> > pom.xml, lines 233-259
> > <https://reviews.apache.org/r/40895/diff/4/?file=1153628#file1153628line233>
> >
> >     I'm not a big fan of the current approach of using maven profiles for all the various groups we have - it's hard to mantain and get oriented in. Would it make sense to simply document how to specify the given groups on command line or is that too hard to do?
> 
> Abraham Fine wrote:
>     i am sure that is something that maven supports. it just seemed to me that this seemed like a perfect use case for a profile. i think we only have two groups at the moment so i can not really see this getting out of hand any time soon.

Yup we have only two because I've cleaned them up in the past :) Let's add the new profile now and we'll clean it up if it gets out of hand again.


- Jarek


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


On Dec. 4, 2015, 7:46 a.m., Abraham Fine wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/40895/
> -----------------------------------------------------------
> 
> (Updated Dec. 4, 2015, 7:46 a.m.)
> 
> 
> Review request for Sqoop.
> 
> 
> Bugs: SQOOP-2720
>     https://issues.apache.org/jira/browse/SQOOP-2720
> 
> 
> Repository: sqoop-sqoop2
> 
> 
> Description
> -------
> 
> Sqoop2: Allow the integration tests to be run against a real cluster
> 
> 
> Diffs
> -----
> 
>   pom.xml 91721ce 
>   test/src/main/java/org/apache/sqoop/test/minicluster/RealSqoopCluster.java 325a6a9 
>   test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java bd4ba6a 
>   test/src/test/java/org/apache/sqoop/integration/connector/hive/FromRDBMSToKiteHiveTest.java 0e46bf3 
>   test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java aa062fb 
>   test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromRDBMSToKafkaTest.java 6e78a13 
>   test/src/test/java/org/apache/sqoop/integration/connectorloading/BlacklistedConnectorTest.java 6228b0d 
>   test/src/test/java/org/apache/sqoop/integration/connectorloading/ClasspathTest.java 4a2e7a4 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_3UpgradeTest.java 8d02e24 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_4UpgradeTest.java b88940a 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_5UpgradeTest.java 1f3563d 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_6UpgradeTest.java a57a420 
>   test/src/test/java/org/apache/sqoop/integration/server/ShowJobInOrderTest.java cbf1e90 
> 
> Diff: https://reviews.apache.org/r/40895/diff/
> 
> 
> Testing
> -------
> 
> yes
> 
> 
> Thanks,
> 
> Abraham Fine
> 
>


Re: Review Request 40895: SQOOP-2720

Posted by Abraham Fine <ab...@cloudera.com>.

> On Dec. 5, 2015, 2:28 p.m., Jarek Cecho wrote:
> > test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java, lines 107-111
> > <https://reviews.apache.org/r/40895/diff/4/?file=1153630#file1153630line107>
> >
> >     Let's keep the "setMethodName" and create new BeforeMethod call to drop the getMapreduceDirectory()?
> 
> Abraham Fine wrote:
>     my concern here is that getMapreduceDirectory is dependent on having the name set. so, considering these two methods seem to always be called together, i would rather not create the opportunity to have a bug in beforemethod order.

discussed with jarcec offline, we agreed that ordering beforemethod calls would be overkill here.


- Abraham


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


On Dec. 7, 2015, 10:57 p.m., Abraham Fine wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/40895/
> -----------------------------------------------------------
> 
> (Updated Dec. 7, 2015, 10:57 p.m.)
> 
> 
> Review request for Sqoop.
> 
> 
> Bugs: SQOOP-2720
>     https://issues.apache.org/jira/browse/SQOOP-2720
> 
> 
> Repository: sqoop-sqoop2
> 
> 
> Description
> -------
> 
> Sqoop2: Allow the integration tests to be run against a real cluster
> 
> 
> Diffs
> -----
> 
>   client/src/main/java/org/apache/sqoop/client/SqoopClient.java 9b9359b 
>   pom.xml 91721ce 
>   test/src/main/java/org/apache/sqoop/test/minicluster/RealSqoopCluster.java 325a6a9 
>   test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java e78adc0 
>   test/src/test/java/org/apache/sqoop/integration/connector/hive/FromRDBMSToKiteHiveTest.java 0e46bf3 
>   test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java aa062fb 
>   test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromRDBMSToKafkaTest.java 6e78a13 
>   test/src/test/java/org/apache/sqoop/integration/connectorloading/BlacklistedConnectorTest.java 6228b0d 
>   test/src/test/java/org/apache/sqoop/integration/connectorloading/ClasspathTest.java 4a2e7a4 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_3UpgradeTest.java 8d02e24 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_4UpgradeTest.java b88940a 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_5UpgradeTest.java 1f3563d 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_6UpgradeTest.java a57a420 
> 
> Diff: https://reviews.apache.org/r/40895/diff/
> 
> 
> Testing
> -------
> 
> yes
> 
> 
> Thanks,
> 
> Abraham Fine
> 
>


Re: Review Request 40895: SQOOP-2720

Posted by Jarek Cecho <ja...@apache.org>.

> On Dec. 5, 2015, 2:28 p.m., Jarek Cecho wrote:
> > test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java, lines 107-111
> > <https://reviews.apache.org/r/40895/diff/4/?file=1153630#file1153630line107>
> >
> >     Let's keep the "setMethodName" and create new BeforeMethod call to drop the getMapreduceDirectory()?
> 
> Abraham Fine wrote:
>     my concern here is that getMapreduceDirectory is dependent on having the name set. so, considering these two methods seem to always be called together, i would rather not create the opportunity to have a bug in beforemethod order.
> 
> Abraham Fine wrote:
>     discussed with jarcec offline, we agreed that ordering beforemethod calls would be overkill here.

Yup, in this simple case, I'm fine with this single callback.


- Jarek


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


On Dec. 7, 2015, 10:57 p.m., Abraham Fine wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/40895/
> -----------------------------------------------------------
> 
> (Updated Dec. 7, 2015, 10:57 p.m.)
> 
> 
> Review request for Sqoop.
> 
> 
> Bugs: SQOOP-2720
>     https://issues.apache.org/jira/browse/SQOOP-2720
> 
> 
> Repository: sqoop-sqoop2
> 
> 
> Description
> -------
> 
> Sqoop2: Allow the integration tests to be run against a real cluster
> 
> 
> Diffs
> -----
> 
>   client/src/main/java/org/apache/sqoop/client/SqoopClient.java 9b9359b 
>   pom.xml 91721ce 
>   test/src/main/java/org/apache/sqoop/test/minicluster/RealSqoopCluster.java 325a6a9 
>   test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java e78adc0 
>   test/src/test/java/org/apache/sqoop/integration/connector/hive/FromRDBMSToKiteHiveTest.java 0e46bf3 
>   test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java aa062fb 
>   test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromRDBMSToKafkaTest.java 6e78a13 
>   test/src/test/java/org/apache/sqoop/integration/connectorloading/BlacklistedConnectorTest.java 6228b0d 
>   test/src/test/java/org/apache/sqoop/integration/connectorloading/ClasspathTest.java 4a2e7a4 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_3UpgradeTest.java 8d02e24 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_4UpgradeTest.java b88940a 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_5UpgradeTest.java 1f3563d 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_6UpgradeTest.java a57a420 
> 
> Diff: https://reviews.apache.org/r/40895/diff/
> 
> 
> Testing
> -------
> 
> yes
> 
> 
> Thanks,
> 
> Abraham Fine
> 
>


Re: Review Request 40895: SQOOP-2720

Posted by Jarek Cecho <ja...@apache.org>.

> On Dec. 5, 2015, 2:28 p.m., Jarek Cecho wrote:
> > test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java, line 26
> > <https://reviews.apache.org/r/40895/diff/4/?file=1153632#file1153632line26>
> >
> >     Why not run this test on real cluster with real Kafka instance?
> 
> Abraham Fine wrote:
>     that is something that we can definitely do, but i figured that it was beyond the scope of this jira and something we should tackle at a later date.

Seems reasonable to me - please create JIRA for that.


- Jarek


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


On Dec. 4, 2015, 7:46 a.m., Abraham Fine wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/40895/
> -----------------------------------------------------------
> 
> (Updated Dec. 4, 2015, 7:46 a.m.)
> 
> 
> Review request for Sqoop.
> 
> 
> Bugs: SQOOP-2720
>     https://issues.apache.org/jira/browse/SQOOP-2720
> 
> 
> Repository: sqoop-sqoop2
> 
> 
> Description
> -------
> 
> Sqoop2: Allow the integration tests to be run against a real cluster
> 
> 
> Diffs
> -----
> 
>   pom.xml 91721ce 
>   test/src/main/java/org/apache/sqoop/test/minicluster/RealSqoopCluster.java 325a6a9 
>   test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java bd4ba6a 
>   test/src/test/java/org/apache/sqoop/integration/connector/hive/FromRDBMSToKiteHiveTest.java 0e46bf3 
>   test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java aa062fb 
>   test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromRDBMSToKafkaTest.java 6e78a13 
>   test/src/test/java/org/apache/sqoop/integration/connectorloading/BlacklistedConnectorTest.java 6228b0d 
>   test/src/test/java/org/apache/sqoop/integration/connectorloading/ClasspathTest.java 4a2e7a4 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_3UpgradeTest.java 8d02e24 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_4UpgradeTest.java b88940a 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_5UpgradeTest.java 1f3563d 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_6UpgradeTest.java a57a420 
>   test/src/test/java/org/apache/sqoop/integration/server/ShowJobInOrderTest.java cbf1e90 
> 
> Diff: https://reviews.apache.org/r/40895/diff/
> 
> 
> Testing
> -------
> 
> yes
> 
> 
> Thanks,
> 
> Abraham Fine
> 
>


Re: Review Request 40895: SQOOP-2720

Posted by Jarek Cecho <ja...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40895/#review109085
-----------------------------------------------------------


Thanks for uploading the patch Abe!

Few notes below:


pom.xml (lines 233 - 259)
<https://reviews.apache.org/r/40895/#comment168509>

    I'm not a big fan of the current approach of using maven profiles for all the various groups we have - it's hard to mantain and get oriented in. Would it make sense to simply document how to specify the given groups on command line or is that too hard to do?



test/src/main/java/org/apache/sqoop/test/minicluster/RealSqoopCluster.java (lines 50 - 68)
<https://reviews.apache.org/r/40895/#comment168510>

    Can we create a util class that for given SqoopClient will drop all jobs/links?
    
    It seems that we're having this code sniplet a lot, so it would be great to reuse the code - happy to review this as part of separate JIRA if needed.



test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java (lines 102 - 106)
<https://reviews.apache.org/r/40895/#comment168511>

    Let's keep the "setMethodName" and create new BeforeMethod call to drop the getMapreduceDirectory()?



test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java (lines 161 - 163)
<https://reviews.apache.org/r/40895/#comment168512>

    I'm generally +1 on migrating to the MiniClusterFactory to be honest, but let's make that as standalone patch - very likely a subtask of SQOOP-2329.



test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java (line 26)
<https://reviews.apache.org/r/40895/#comment168513>

    Why not run this test on real cluster with real Kafka instance?



test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromRDBMSToKafkaTest.java (line 28)
<https://reviews.apache.org/r/40895/#comment168514>

    Why not run this test on real cluster with real Kafka instance?



test/src/test/java/org/apache/sqoop/integration/server/ShowJobInOrderTest.java (lines 101 - 104)
<https://reviews.apache.org/r/40895/#comment168515>

    I've just committed SQOOP-2715 that cleans up failures of this test, so let's clean up this change.


Jarcec

- Jarek Cecho


On Dec. 4, 2015, 7:46 a.m., Abraham Fine wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/40895/
> -----------------------------------------------------------
> 
> (Updated Dec. 4, 2015, 7:46 a.m.)
> 
> 
> Review request for Sqoop.
> 
> 
> Bugs: SQOOP-2720
>     https://issues.apache.org/jira/browse/SQOOP-2720
> 
> 
> Repository: sqoop-sqoop2
> 
> 
> Description
> -------
> 
> Sqoop2: Allow the integration tests to be run against a real cluster
> 
> 
> Diffs
> -----
> 
>   pom.xml 91721ce 
>   test/src/main/java/org/apache/sqoop/test/minicluster/RealSqoopCluster.java 325a6a9 
>   test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java bd4ba6a 
>   test/src/test/java/org/apache/sqoop/integration/connector/hive/FromRDBMSToKiteHiveTest.java 0e46bf3 
>   test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java aa062fb 
>   test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromRDBMSToKafkaTest.java 6e78a13 
>   test/src/test/java/org/apache/sqoop/integration/connectorloading/BlacklistedConnectorTest.java 6228b0d 
>   test/src/test/java/org/apache/sqoop/integration/connectorloading/ClasspathTest.java 4a2e7a4 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_3UpgradeTest.java 8d02e24 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_4UpgradeTest.java b88940a 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_5UpgradeTest.java 1f3563d 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_6UpgradeTest.java a57a420 
>   test/src/test/java/org/apache/sqoop/integration/server/ShowJobInOrderTest.java cbf1e90 
> 
> Diff: https://reviews.apache.org/r/40895/diff/
> 
> 
> Testing
> -------
> 
> yes
> 
> 
> Thanks,
> 
> Abraham Fine
> 
>


Re: Review Request 40895: SQOOP-2720

Posted by Jarek Cecho <ja...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40895/#review109291
-----------------------------------------------------------

Ship it!


Ship It!

- Jarek Cecho


On Dec. 7, 2015, 10:57 p.m., Abraham Fine wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/40895/
> -----------------------------------------------------------
> 
> (Updated Dec. 7, 2015, 10:57 p.m.)
> 
> 
> Review request for Sqoop.
> 
> 
> Bugs: SQOOP-2720
>     https://issues.apache.org/jira/browse/SQOOP-2720
> 
> 
> Repository: sqoop-sqoop2
> 
> 
> Description
> -------
> 
> Sqoop2: Allow the integration tests to be run against a real cluster
> 
> 
> Diffs
> -----
> 
>   client/src/main/java/org/apache/sqoop/client/SqoopClient.java 9b9359b 
>   pom.xml 91721ce 
>   test/src/main/java/org/apache/sqoop/test/minicluster/RealSqoopCluster.java 325a6a9 
>   test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java e78adc0 
>   test/src/test/java/org/apache/sqoop/integration/connector/hive/FromRDBMSToKiteHiveTest.java 0e46bf3 
>   test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java aa062fb 
>   test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromRDBMSToKafkaTest.java 6e78a13 
>   test/src/test/java/org/apache/sqoop/integration/connectorloading/BlacklistedConnectorTest.java 6228b0d 
>   test/src/test/java/org/apache/sqoop/integration/connectorloading/ClasspathTest.java 4a2e7a4 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_3UpgradeTest.java 8d02e24 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_4UpgradeTest.java b88940a 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_5UpgradeTest.java 1f3563d 
>   test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_6UpgradeTest.java a57a420 
> 
> Diff: https://reviews.apache.org/r/40895/diff/
> 
> 
> Testing
> -------
> 
> yes
> 
> 
> Thanks,
> 
> Abraham Fine
> 
>


Re: Review Request 40895: SQOOP-2720

Posted by Abraham Fine <ab...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40895/
-----------------------------------------------------------

(Updated Dec. 7, 2015, 10:57 p.m.)


Review request for Sqoop.


Bugs: SQOOP-2720
    https://issues.apache.org/jira/browse/SQOOP-2720


Repository: sqoop-sqoop2


Description
-------

Sqoop2: Allow the integration tests to be run against a real cluster


Diffs (updated)
-----

  client/src/main/java/org/apache/sqoop/client/SqoopClient.java 9b9359b 
  pom.xml 91721ce 
  test/src/main/java/org/apache/sqoop/test/minicluster/RealSqoopCluster.java 325a6a9 
  test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java e78adc0 
  test/src/test/java/org/apache/sqoop/integration/connector/hive/FromRDBMSToKiteHiveTest.java 0e46bf3 
  test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java aa062fb 
  test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromRDBMSToKafkaTest.java 6e78a13 
  test/src/test/java/org/apache/sqoop/integration/connectorloading/BlacklistedConnectorTest.java 6228b0d 
  test/src/test/java/org/apache/sqoop/integration/connectorloading/ClasspathTest.java 4a2e7a4 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_3UpgradeTest.java 8d02e24 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_4UpgradeTest.java b88940a 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_5UpgradeTest.java 1f3563d 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_6UpgradeTest.java a57a420 

Diff: https://reviews.apache.org/r/40895/diff/


Testing
-------

yes


Thanks,

Abraham Fine


Re: Review Request 40895: SQOOP-2720

Posted by Abraham Fine <ab...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40895/
-----------------------------------------------------------

(Updated Dec. 4, 2015, 7:46 a.m.)


Review request for Sqoop.


Bugs: SQOOP-2720
    https://issues.apache.org/jira/browse/SQOOP-2720


Repository: sqoop-sqoop2


Description
-------

Sqoop2: Allow the integration tests to be run against a real cluster


Diffs (updated)
-----

  pom.xml 91721ce 
  test/src/main/java/org/apache/sqoop/test/minicluster/RealSqoopCluster.java 325a6a9 
  test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java bd4ba6a 
  test/src/test/java/org/apache/sqoop/integration/connector/hive/FromRDBMSToKiteHiveTest.java 0e46bf3 
  test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java aa062fb 
  test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromRDBMSToKafkaTest.java 6e78a13 
  test/src/test/java/org/apache/sqoop/integration/connectorloading/BlacklistedConnectorTest.java 6228b0d 
  test/src/test/java/org/apache/sqoop/integration/connectorloading/ClasspathTest.java 4a2e7a4 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_3UpgradeTest.java 8d02e24 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_4UpgradeTest.java b88940a 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_5UpgradeTest.java 1f3563d 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_6UpgradeTest.java a57a420 
  test/src/test/java/org/apache/sqoop/integration/server/ShowJobInOrderTest.java cbf1e90 

Diff: https://reviews.apache.org/r/40895/diff/


Testing
-------

yes


Thanks,

Abraham Fine


Re: Review Request 40895: SQOOP-2720

Posted by Abraham Fine <ab...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40895/
-----------------------------------------------------------

(Updated Dec. 3, 2015, 5:32 a.m.)


Review request for Sqoop.


Bugs: SQOOP-2720
    https://issues.apache.org/jira/browse/SQOOP-2720


Repository: sqoop-sqoop2


Description
-------

Sqoop2: Allow the integration tests to be run against a real cluster


Diffs (updated)
-----

  pom.xml 91721ce 
  test/src/main/java/org/apache/sqoop/test/minicluster/RealSqoopCluster.java 325a6a9 
  test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java bd4ba6a 
  test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java aa062fb 
  test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromRDBMSToKafkaTest.java 6e78a13 
  test/src/test/java/org/apache/sqoop/integration/connectorloading/BlacklistedConnectorTest.java 6228b0d 
  test/src/test/java/org/apache/sqoop/integration/connectorloading/ClasspathTest.java 4a2e7a4 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_3UpgradeTest.java 8d02e24 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_4UpgradeTest.java b88940a 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_5UpgradeTest.java 1f3563d 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_6UpgradeTest.java a57a420 
  test/src/test/java/org/apache/sqoop/integration/server/ShowJobInOrderTest.java cbf1e90 

Diff: https://reviews.apache.org/r/40895/diff/


Testing
-------

yes


Thanks,

Abraham Fine


Re: Review Request 40895: SQOOP-2720

Posted by Abraham Fine <ab...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40895/
-----------------------------------------------------------

(Updated Dec. 3, 2015, 5:29 a.m.)


Review request for Sqoop.


Changes
-------

forgot a file


Bugs: SQOOP-2720
    https://issues.apache.org/jira/browse/SQOOP-2720


Repository: sqoop-sqoop2


Description
-------

Sqoop2: Allow the integration tests to be run against a real cluster


Diffs (updated)
-----

  pom.xml 91721ce 
  test/src/main/java/org/apache/sqoop/test/minicluster/RealSqoopCluster.java 325a6a9 
  test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java bd4ba6a 
  test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromHDFSToKafkaTest.java aa062fb 
  test/src/test/java/org/apache/sqoop/integration/connector/kafka/FromRDBMSToKafkaTest.java 6e78a13 
  test/src/test/java/org/apache/sqoop/integration/connectorloading/BlacklistedConnectorTest.java 6228b0d 
  test/src/test/java/org/apache/sqoop/integration/connectorloading/ClasspathTest.java 4a2e7a4 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_3UpgradeTest.java 8d02e24 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_4UpgradeTest.java b88940a 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_5UpgradeTest.java 1f3563d 
  test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/Derby1_99_6UpgradeTest.java a57a420 

Diff: https://reviews.apache.org/r/40895/diff/


Testing
-------

yes


Thanks,

Abraham Fine