Advertisement
Guest User

Untitled

a guest
Jun 5th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. 1) test1(TestCalcKeywords)
  2. org.apache.pig.impl.logicalLayer.FrontendException: ERROR 1000: Error during parsing. Could not resolve EscapedPigStorage using imports: [, org.apache.pig.builtin., org.apache.pig.impl.builtin.]
  3. at org.apache.pig.PigServer$Graph.parseQuery(PigServer.java:1597)
  4. at org.apache.pig.PigServer$Graph.registerQuery(PigServer.java:1540)
  5. at org.apache.pig.PigServer.registerQuery(PigServer.java:540)
  6. at org.apache.pig.tools.grunt.GruntParser.processPig(GruntParser.java:970)
  7. at org.apache.pig.pigunit.pig.GruntParser.processPig(GruntParser.java:61)
  8. at org.apache.pig.tools.pigscript.parser.PigScriptParser.parse(PigScriptParser.java:386)
  9. at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:189)
  10. at org.apache.pig.pigunit.pig.PigServer.registerScript(PigServer.java:53)
  11. at org.apache.pig.pigunit.PigTest.registerScript(PigTest.java:160)
  12. at org.apache.pig.pigunit.PigTest.assertOutput(PigTest.java:237)
  13. at TestCalcKeywords.test1(TestCalcKeywords.java:75)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  17. at java.lang.reflect.Method.invoke(Method.java:597)
  18. at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
  19. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
  20. at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
  21. at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
  22. at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
  23. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
  24. at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
  25. at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
  26. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
  27. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
  28. at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
  29. at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
  30. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
  31. at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
  32. at org.junit.runners.Suite.runChild(Suite.java:115)
  33. at org.junit.runners.Suite.runChild(Suite.java:23)
  34. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
  35. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
  36. at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
  37. at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
  38. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
  39. at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
  40. at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
  41. at org.junit.runner.JUnitCore.run(JUnitCore.java:116)
  42. at org.junit.runner.JUnitCore.run(JUnitCore.java:107)
  43. at org.junit.runner.JUnitCore.runMain(JUnitCore.java:88)
  44. at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:54)
  45. at org.junit.runner.JUnitCore.main(JUnitCore.java:46)
  46. Caused by: Failed to parse: Cannot instantiate: EscapedPigStorage
  47. at org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:185)
  48. at org.apache.pig.PigServer$Graph.parseQuery(PigServer.java:1589)
  49. ... 42 more
  50. Caused by: java.lang.RuntimeException: Cannot instantiate: EscapedPigStorage
  51. at org.apache.pig.impl.PigContext.instantiateFuncFromSpec(PigContext.java:510)
  52. at org.apache.pig.parser.LogicalPlanBuilder.validateFuncSpec(LogicalPlanBuilder.java:791)
  53. at org.apache.pig.parser.LogicalPlanBuilder.buildFuncSpec(LogicalPlanBuilder.java:780)
  54. at org.apache.pig.parser.LogicalPlanGenerator.func_clause(LogicalPlanGenerator.java:4583)
  55. at org.apache.pig.parser.LogicalPlanGenerator.load_clause(LogicalPlanGenerator.java:3115)
  56. at org.apache.pig.parser.LogicalPlanGenerator.op_clause(LogicalPlanGenerator.java:1291)
  57. at org.apache.pig.parser.LogicalPlanGenerator.general_statement(LogicalPlanGenerator.java:789)
  58. at org.apache.pig.parser.LogicalPlanGenerator.statement(LogicalPlanGenerator.java:507)
  59. at org.apache.pig.parser.LogicalPlanGenerator.query(LogicalPlanGenerator.java:382)
  60. at org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:176)
  61. ... 43 more
  62. Caused by: org.apache.pig.backend.executionengine.ExecException: ERROR 1070: Could not resolve EscapedPigStorage using imports: [, org.apache.pig.builtin., org.apache.pig.impl.builtin.]
  63. at org.apache.pig.impl.PigContext.resolveClassName(PigContext.java:495)
  64. at org.apache.pig.impl.PigContext.instantiateFuncFromSpec(PigContext.java:507)
  65. ... 52 more
  66.  
  67. FAILURES!!!
  68. Tests run: 1, Failures: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement