[
https://issues.apache.org/jira/browse/SQOOP-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199346#comment-13199346
]
[email protected] commented on SQOOP-433:
-----------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3736/#review4783
-----------------------------------------------------------
Thanks for the patch, Jarcec. Just one nit below.
/build.xml
<https://reviews.apache.org/r/3736/#comment10515>
It would be nice if you could make the comment a bit clearer, something
like, "Set to an empty string below due to MAPREDUCE-3736"
- Bilung
On 2012-02-02 17:44:27, Jarek Cecho wrote:
bq.
bq. -----------------------------------------------------------
bq. This is an automatically generated e-mail. To reply, visit:
bq. https://reviews.apache.org/r/3736/
bq. -----------------------------------------------------------
bq.
bq. (Updated 2012-02-02 17:44:27)
bq.
bq.
bq. Review request for Sqoop, Arvind Prabhakar and Bilung Lee.
bq.
bq.
bq. Summary
bq. -------
bq.
bq. I've tried most simple change to get it working, however I'm not sure how
dirty this solution is or whether it's even acceptable.
bq.
bq.
bq. This addresses bug SQOOP-433.
bq. https://issues.apache.org/jira/browse/SQOOP-433
bq.
bq.
bq. Diffs
bq. -----
bq.
bq. /build.xml 1239338
bq.
bq. Diff: https://reviews.apache.org/r/3736/diff
bq.
bq.
bq. Testing
bq. -------
bq.
bq. All supported versions went fine:
bq.
bq. ant -Dhadoopversion=20 test
bq. ant -Dhadoopversion=23 test
bq. ant -Dhadoopversion=100 test
bq.
bq.
bq. Thanks,
bq.
bq. Jarek
bq.
bq.
> Tests are failing on current 0.23 version
> -----------------------------------------
>
> Key: SQOOP-433
> URL: https://issues.apache.org/jira/browse/SQOOP-433
> Project: Sqoop
> Issue Type: Bug
> Affects Versions: 1.4.1-incubating
> Reporter: Jarek Jarcec Cecho
> Assignee: Jarek Jarcec Cecho
> Priority: Blocker
> Attachments: SQOOP-433.path
>
>
> We're currently failing most of out test cases on hadoop version 0.23 on
> following Exception:
> java.lang.IllegalStateException: Variable substitution depth too large: 20
> ${fs.default.name}
> at
> org.apache.hadoop.conf.Configuration.substituteVars(Configuration.java:561)
> at org.apache.hadoop.conf.Configuration.get(Configuration.java:579)
> at
> org.apache.hadoop.conf.Configuration.getStrings(Configuration.java:1057)
> at
> org.apache.hadoop.mapreduce.JobSubmitter.populateTokenCache(JobSubmitter.java:564)
> at
> org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:353)
> at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1221)
> at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1218)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:396)
> at
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1177)
> at org.apache.hadoop.mapreduce.Job.submit(Job.java:1218)
> at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1239)
> at
> org.apache.sqoop.mapreduce.ImportJobBase.runJob(ImportJobBase.java:141)
> at
> org.apache.sqoop.mapreduce.ImportJobBase.runImport(ImportJobBase.java:201)
> at org.apache.sqoop.manager.SqlManager.importTable(SqlManager.java:413)
> at org.apache.sqoop.tool.ImportTool.importTable(ImportTool.java:380)
> at
> org.apache.sqoop.tool.ImportAllTablesTool.run(ImportAllTablesTool.java:64)
> at org.apache.sqoop.Sqoop.run(Sqoop.java:145)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:69)
> at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:181)
> at com.cloudera.sqoop.Sqoop.runSqoop(Sqoop.java:45)
> at
> com.cloudera.sqoop.testutil.ImportJobTestCase.runImport(ImportJobTestCase.java:215)
> at
> com.cloudera.sqoop.TestAllTables.testMultiTableImport(TestAllTables.java:109)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at junit.framework.TestCase.runTest(TestCase.java:168)
> at junit.framework.TestCase.runBare(TestCase.java:134)
> at junit.framework.TestResult$1.protect(TestResult.java:110)
> at junit.framework.TestResult.runProtected(TestResult.java:128)
> at junit.framework.TestResult.run(TestResult.java:113)
> at junit.framework.TestCase.run(TestCase.java:124)
> at junit.framework.TestSuite.runTest(TestSuite.java:243)
> at junit.framework.TestSuite.run(TestSuite.java:238)
> at
> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
> at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
> at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:422)
> at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:931)
> at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:785)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira