shobin joseph created OOZIE-1154:
------------------------------------
Summary: Pig action throwing exception when inserting intio Hive
table through pig script
Key: OOZIE-1154
URL: https://issues.apache.org/jira/browse/OOZIE-1154
Project: Oozie
Issue Type: Bug
Components: action, workflow
Affects Versions: 3.2.0
Environment:
hadoop-2.0.0-mr1-cdh4.1.2,hbase-0.92.1-cdh4.1.2,pig-0.10.0-cdh4.1.2,oozie-3.2.0.
Reporter: shobin joseph
Fix For: 3.2.0
Pig scrit to load data from HDFS to Hbase table was sucessfully executed in
psuedo map-reduce mode(using pig -x mapreduce scriptname.pig), but when the
same script was executed through oozie workflow, exception is thrown even
though data is loaded into Hbase table. So this exception breaks the oozie
workflow.
Stderr log
---------------
Pig Stack Trace
---------------
ERROR 2043: Unexpected error during execution.
org.apache.pig.backend.executionengine.ExecException: ERROR 2043: Unexpected
error during execution.
at org.apache.pig.PigServer.launchPlan(PigServer.java:1325)
at
org.apache.pig.PigServer.executeCompiledLogicalPlan(PigServer.java:1299)
at org.apache.pig.PigServer.execute(PigServer.java:1289)
at org.apache.pig.PigServer.executeBatch(PigServer.java:360)
at
org.apache.pig.tools.grunt.GruntParser.executeBatch(GruntParser.java:131)
at
org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:192)
at
org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:164)
at org.apache.pig.tools.grunt.Grunt.exec(Grunt.java:84)
at org.apache.pig.Main.run(Main.java:435)
at org.apache.pig.PigRunner.run(PigRunner.java:49)
at org.apache.oozie.action.hadoop.PigMain.runPigJob(PigMain.java:259)
at org.apache.oozie.action.hadoop.PigMain.run(PigMain.java:206)
at org.apache.oozie.action.hadoop.LauncherMain.run(LauncherMain.java:26)
at org.apache.oozie.action.hadoop.PigMain.main(PigMain.java:61)
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
org.apache.oozie.action.hadoop.LauncherMapper.map(LauncherMapper.java:391)
at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:50)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:391)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:325)
at org.apache.hadoop.mapred.Child$4.run(Child.java:270)
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:1127)
at org.apache.hadoop.mapred.Child.main(Child.java:264)
Caused by: java.io.IOException: No FileSystem for scheme: hbase
at
org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1511)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:67)
at
org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:1548)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:1530)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:228)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:183)
at
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher.createSuccessFile(MapReduceLauncher.java:564)
at
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher.launchPig(MapReduceLauncher.java:377)
at org.apache.pig.PigServer.launchPlan(PigServer.java:1314)
... 26 more
================================================================================
Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.PigMain],
exit code [6]
-----------------------------------------------------------------------
syslog logs
=================
2013-01-03 13:05:09,049 INFO org.apache.hadoop.util.NativeCodeLoader: Loaded
the native-hadoop library
2013-01-03 13:05:09,230 INFO org.apache.hadoop.mapred.TaskRunner: Creating
symlink:
/tmp/hadoop-331142/mapred/local/taskTracker/distcache/1067216625029437020_-981011205_2136223756/localhost/user/331142/examples/apps/map-reduce/pigscriptAddressFinal.pig
<-
/tmp/hadoop-331142/mapred/local/taskTracker/331142/jobcache/job_201301031108_0012/attempt_201301031108_0012_m_000000_0/work/pigscriptAddressFinal.pig
2013-01-03 13:05:09,233 INFO org.apache.hadoop.mapred.TaskRunner: Creating
symlink:
/tmp/hadoop-331142/mapred/local/taskTracker/distcache/7508603106490214456_894882735_2136256397/localhost/user/331142/examples/apps/map-reduce/lib/hbase-site.xml
<-
/tmp/hadoop-331142/mapred/local/taskTracker/331142/jobcache/job_201301031108_0012/attempt_201301031108_0012_m_000000_0/work/hbase-site.xml
2013-01-03 13:05:09,277 INFO org.apache.hadoop.metrics.jvm.JvmMetrics:
Initializing JVM Metrics with processName=MAP, sessionId=
2013-01-03 13:05:09,580 WARN org.apache.hadoop.io.compress.snappy.LoadSnappy:
Snappy native library is available
2013-01-03 13:05:09,580 INFO org.apache.hadoop.io.compress.snappy.LoadSnappy:
Snappy native library loaded
2013-01-03 13:05:09,601 INFO org.apache.hadoop.mapred.MapTask: numReduceTasks: 0
2013-01-03 13:05:10,507 INFO org.apache.pig.Main: Logging error messages to:
/tmp/hadoop-331142/mapred/local/taskTracker/331142/jobcache/job_201301031108_0012/attempt_201301031108_0012_m_000000_0/work/pig-job_201301031108_0012.log
2013-01-03 13:05:10,734 INFO
org.apache.pig.backend.hadoop.executionengine.HExecutionEngine: Connecting to
hadoop file system at: hdfs://localhost:9000
2013-01-03 13:05:10,744 INFO
org.apache.pig.backend.hadoop.executionengine.HExecutionEngine: Connecting to
map-reduce job tracker at: localhost:9001
2013-01-03 13:05:12,968 INFO org.apache.pig.tools.pigstats.ScriptState: Pig
features used in the script: HASH_JOIN,GROUP_BY
2013-01-03 13:05:13,610 INFO org.apache.zookeeper.ZooKeeper: Client
environment:zookeeper.version=3.3.3-1073969, built on 02/23/2011 22:27 GMT
2013-01-03 13:05:13,610 INFO org.apache.zookeeper.ZooKeeper: Client
environment:host.name=01HW411522.nextgen.com
2013-01-03 13:05:13,610 INFO org.apache.zookeeper.ZooKeeper: Client
environment:java.version=1.6.0_26
2013-01-03 13:05:13,610 INFO org.apache.zookeeper.ZooKeeper: Client
environment:java.vendor=Sun Microsystems Inc.
2013-01-03 13:05:13,610 INFO org.apache.zookeeper.ZooKeeper: Client
environment:java.home=/usr/lib/jvm/java-6-sun-1.6.0.26/jre
2013-01-03 13:05:13,610 INFO org.apache.zookeeper.ZooKeeper: Client
environment:java.class.path=/home/331142/hadoop-0.20.2-cdh3u2/conf:/usr/lib/tools.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/..:/home/331142/hadoop-0.20.2-cdh3u2/bin/../hadoop-core-0.20.2-cdh3u2.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/ant-contrib-1.0b3.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/aspectjrt-1.6.5.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/aspectjtools-1.6.5.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/commons-cli-1.2.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/commons-codec-1.4.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/commons-daemon-1.0.1.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/commons-el-1.0.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/commons-httpclient-3.1.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/commons-logging-1.0.4.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/commons-logging-api-1.0.4.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/commons-net-1.4.1.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/core-3.1.1.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/hadoop-fairscheduler-0.20.2-cdh3u2.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/hsqldb-1.8.0.10.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/jackson-core-asl-1.5.2.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/jackson-mapper-asl-1.5.2.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/jasper-compiler-5.5.12.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/jasper-runtime-5.5.12.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/jets3t-0.6.1.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/jetty-6.1.26.cloudera.1.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/jetty-servlet-tester-6.1.26.cloudera.1.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/jetty-util-6.1.26.cloudera.1.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/jsch-0.1.42.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/json-simple-1.1.1.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/junit-4.5.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/kfs-0.2.2.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/log4j-1.2.15.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/mockito-all-1.8.2.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/oro-2.0.8.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/servlet-api-2.5-20081211.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/servlet-api-2.5-6.1.14.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/slf4j-api-1.4.3.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/slf4j-log4j12-1.4.3.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/xmlenc-0.52.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/jsp-2.1/jsp-2.1.jar:/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/jsp-2.1/jsp-api-2.1.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/3755139781136251264_-58147077_2136300690/localhost/user/331142/oozie-3311/0000000-130103130244307-oozie-3311-W/pig2--pig/pig-launcher.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/7568100463261372272_-1069256768_2136241628/localhost/user/331142/examples/apps/map-reduce/lib/Mongotest.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/5898439184620147185_-1743612902_2136243751/localhost/user/331142/examples/apps/map-reduce/lib/Pig31.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-3745185222242771421_48661052_2136242244/localhost/user/331142/examples/apps/map-reduce/lib/PigEval.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-5604274726726753714_863326219_2136255523/localhost/user/331142/examples/apps/map-reduce/lib/activation-1.1.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-951925151851437088_-2142925508_2136241511/localhost/user/331142/examples/apps/map-reduce/lib/ant-contrib-1.0b3.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-6440619919334563402_2109137646_2136242719/localhost/user/331142/examples/apps/map-reduce/lib/ant-eclipse-1.0-jvm1.2.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/5181336928604706458_2060146882_2136253741/localhost/user/331142/examples/apps/map-reduce/lib/asm-3.1.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/3900843625728466956_1754740854_2136243568/localhost/user/331142/examples/apps/map-reduce/lib/automaton.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/7036445689370398021_-316814939_2136254025/localhost/user/331142/examples/apps/map-reduce/lib/avro-1.5.4.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/1854019097992600184_1106517238_2136256580/localhost/user/331142/examples/apps/map-reduce/lib/avro-ipc-1.5.4.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/8491124829353942106_-184841243_2136255265/localhost/user/331142/examples/apps/map-reduce/lib/avro-mapred-1.5.4.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-1529974548361469980_509285475_2136241578/localhost/user/331142/examples/apps/map-reduce/lib/commons-cli-1.2.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/2306841512266875479_549250667_2136253683/localhost/user/331142/examples/apps/map-reduce/lib/commons-codec-1.4.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-5894654786463218304_305802646_2136242593/localhost/user/331142/examples/apps/map-reduce/lib/commons-el-1.0.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-3613837256427576259_-2033104185_2136241236/localhost/user/331142/examples/apps/map-reduce/lib/commons-httpclient-3.1.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/3733257804100397887_504398195_2136256156/localhost/user/331142/examples/apps/map-reduce/lib/commons-io-1.4.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/492254140081707537_833333801_2136253875/localhost/user/331142/examples/apps/map-reduce/lib/commons-lang-2.5.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/8527494243794260056_2064492546_2136254768/localhost/user/331142/examples/apps/map-reduce/lib/commons-logging-1.1.1.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-8241517264998249637_-761116511_2136254541/localhost/user/331142/examples/apps/map-reduce/lib/commons-net-1.4.1.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/5069383121173084101_617181693_2136253942/localhost/user/331142/examples/apps/map-reduce/lib/core-3.1.1.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/768758476654123945_485567047_2136242960/localhost/user/331142/examples/apps/map-reduce/lib/gson-2.2.2-javadoc.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/1090038498940050631_-782139995_2136253576/localhost/user/331142/examples/apps/map-reduce/lib/gson-2.2.2-sources.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-8583270663791515891_1701457840_2136241178/localhost/user/331142/examples/apps/map-reduce/lib/gson-2.2.2.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/8222245681453283168_476097853_2136239999/localhost/user/331142/examples/apps/map-reduce/lib/guava-r06.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-8171359795296547173_1171882294_2136242786/localhost/user/331142/examples/apps/map-reduce/lib/hadoop-core-0.20.2-cdh3u2.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-3854109903848763177_51090724_2136255315/localhost/user/331142/examples/apps/map-reduce/lib/hadoop-mrunit-0.20.2-CDH3b2-SNAPSHOT.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/434779666904274157_-1238139553_2136255373/localhost/user/331142/examples/apps/map-reduce/lib/hbase-0.90.4-cdh3u2.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/8785857576064846495_907680531_2136242535/localhost/user/331142/examples/apps/map-reduce/lib/jackson-core-asl-1.5.2.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/8498145503157561042_-618946448_2136240221/localhost/user/331142/examples/apps/map-reduce/lib/jackson-core-asl-1.7.3.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/7220607566503070418_-1435479476_2136255632/localhost/user/331142/examples/apps/map-reduce/lib/jackson-jaxrs-1.5.5.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/905132365894001847_-208370575_2136241319/localhost/user/331142/examples/apps/map-reduce/lib/jackson-mapper-asl-1.5.2.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/7907520570861291437_-1734997554_2136255573/localhost/user/331142/examples/apps/map-reduce/lib/jackson-mapper-asl-1.7.3.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-1597119988076888769_757078833_2136241403/localhost/user/331142/examples/apps/map-reduce/lib/jackson-xc-1.5.5.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-8677060746856225065_812465625_2136243293/localhost/user/331142/examples/apps/map-reduce/lib/jamon-runtime-2.3.1.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-7000639342369803387_1037057331_2136254599/localhost/user/331142/examples/apps/map-reduce/lib/jasper-compiler-5.5.23.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-5240456594293199361_-488973998_2136255867/localhost/user/331142/examples/apps/map-reduce/lib/jasper-runtime-5.5.23.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-3510621520958806296_82790802_2136242477/localhost/user/331142/examples/apps/map-reduce/lib/jaxb-api-2.1.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/5264702047412420437_536565997_2136256456/localhost/user/331142/examples/apps/map-reduce/lib/jaxb-impl-2.1.12.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/5188013974886438796_806695584_2136256081/localhost/user/331142/examples/apps/map-reduce/lib/jersey-core-1.4.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-2583915060232100338_-1494413193_2136241461/localhost/user/331142/examples/apps/map-reduce/lib/jersey-json-1.4.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/5235396469744237271_-1848720644_2136256264/localhost/user/331142/examples/apps/map-reduce/lib/jersey-server-1.4.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/7369071922185515747_-1502738659_2136256522/localhost/user/331142/examples/apps/map-reduce/lib/jettison-1.1.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/6437497761025974260_-1727468288_2136242652/localhost/user/331142/examples/apps/map-reduce/lib/jetty-6.1.26.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-2497088320401430382_1333095665_2136255465/localhost/user/331142/examples/apps/map-reduce/lib/jetty-util-6.1.26.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/7669750780769641555_714715462_2136252456/localhost/user/331142/examples/apps/map-reduce/lib/jopt-simple-3.2.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-5847416584075970468_1852920664_2136254225/localhost/user/331142/examples/apps/map-reduce/lib/jruby-complete-1.6.0.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-3872440720538388441_-1797817179_2136241003/localhost/user/331142/examples/apps/map-reduce/lib/json-simple-1.1.1.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-8203263718656078203_2108896466_2136240404/localhost/user/331142/examples/apps/map-reduce/lib/jsp-2.1-6.1.14.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-5688889186697383194_1300172959_2136254491/localhost/user/331142/examples/apps/map-reduce/lib/jsp-api-2.1-6.1.14.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/7794015344894013144_1527237482_2136253808/localhost/user/331142/examples/apps/map-reduce/lib/jsp-api-2.1.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-4504478541598738483_1795863335_2136241303/localhost/user/331142/examples/apps/map-reduce/lib/jsr311-api-1.1.1.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-7220610997192089312_-1431676136_2136240055/localhost/user/331142/examples/apps/map-reduce/lib/jython-2.5.0.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-2249475628896998822_1225380887_2136241111/localhost/user/331142/examples/apps/map-reduce/lib/log4j-1.2.16.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/4627821536930016688_202085023_2136240346/localhost/user/331142/examples/apps/map-reduce/lib/mongo-2.7.3.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/3958069104845648592_-372910904_2136254832/localhost/user/331142/examples/apps/map-reduce/lib/mysql-connector-java-5.0.7.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/2518294461896141276_-1612520532_2136254707/localhost/user/331142/examples/apps/map-reduce/lib/netty-3.2.4.Final.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-230310891513802058_-855663683_2136240537/localhost/user/331142/examples/apps/map-reduce/lib/oozie-examples-2.3.2-cdh3u3.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-502324540246240130_1725615989_2136240945/localhost/user/331142/examples/apps/map-reduce/lib/paranamer-2.3.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-354001400016484008_1215970118_2136242352/localhost/user/331142/examples/apps/map-reduce/lib/pig-0.9.2-withouthadoop.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-1143587918259076494_1144198502_2136254924/localhost/user/331142/examples/apps/map-reduce/lib/pig-0.9.2.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/4773780563354224709_-2068434154_2136254890/localhost/user/331142/examples/apps/map-reduce/lib/protobuf-java-2.3.0.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/1526923947284208410_-520739775_2136240887/localhost/user/331142/examples/apps/map-reduce/lib/restfb-1.6.9.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-5687948233236318257_1206506273_2136240687/localhost/user/331142/examples/apps/map-reduce/lib/servlet-api-2.5-6.1.14.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-4046771316858493734_-2105149656_2136240162/localhost/user/331142/examples/apps/map-reduce/lib/servlet-api-2.5.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/6080267273179204494_182381281_2136241061/localhost/user/331142/examples/apps/map-reduce/lib/slf4j-api-1.5.8.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-655805607173103203_-1759543744_2136242877/localhost/user/331142/examples/apps/map-reduce/lib/slf4j-log4j12-1.5.8.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-8637055910317545763_1788766843_2136254141/localhost/user/331142/examples/apps/map-reduce/lib/snappy-java-1.0.3.2.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/6022404737639447374_2051846894_2136242186/localhost/user/331142/examples/apps/map-reduce/lib/sqoop-1.3.0-cdh3u3.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/491943487310156123_-2030564326_2136240279/localhost/user/331142/examples/apps/map-reduce/lib/stax-api-1.0.1.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/159668563734282336_-99956906_2136241386/localhost/user/331142/examples/apps/map-reduce/lib/test.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-4473711488939951252_-651792570_2136255698/localhost/user/331142/examples/apps/map-reduce/lib/thrift-0.2.0.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/-8022221119656333241_-1934632480_2136240479/localhost/user/331142/examples/apps/map-reduce/lib/velocity-1.5.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/8279910849777652406_256282241_2136242086/localhost/user/331142/examples/apps/map-reduce/lib/xmlenc-0.52.jar:/tmp/hadoop-331142/mapred/local/taskTracker/distcache/2572013785857497085_-1350090066_2136256331/localhost/user/331142/examples/apps/map-reduce/lib/zookeeper-3.3.3-cdh3u2.jar:/tmp/hadoop-331142/mapred/local/taskTracker/331142/jobcache/job_201301031108_0012/attempt_201301031108_0012_m_000000_0/work
2013-01-03 13:05:13,611 INFO org.apache.zookeeper.ZooKeeper: Client
environment:java.library.path=/home/331142/hadoop-0.20.2-cdh3u2/bin/../lib/native/Linux-amd64-64:/tmp/hadoop-331142/mapred/local/taskTracker/331142/jobcache/job_201301031108_0012/attempt_201301031108_0012_m_000000_0/work
2013-01-03 13:05:13,611 INFO org.apache.zookeeper.ZooKeeper: Client
environment:java.io.tmpdir=/tmp/hadoop-331142/mapred/local/taskTracker/331142/jobcache/job_201301031108_0012/attempt_201301031108_0012_m_000000_0/work/tmp
2013-01-03 13:05:13,611 INFO org.apache.zookeeper.ZooKeeper: Client
environment:java.compiler=<NA>
2013-01-03 13:05:13,611 INFO org.apache.zookeeper.ZooKeeper: Client
environment:os.name=Linux
2013-01-03 13:05:13,611 INFO org.apache.zookeeper.ZooKeeper: Client
environment:os.arch=amd64
2013-01-03 13:05:13,611 INFO org.apache.zookeeper.ZooKeeper: Client
environment:os.version=2.6.32-33-generic
2013-01-03 13:05:13,611 INFO org.apache.zookeeper.ZooKeeper: Client
environment:user.name=331142
2013-01-03 13:05:13,611 INFO org.apache.zookeeper.ZooKeeper: Client
environment:user.home=/home/331142
2013-01-03 13:05:13,611 INFO org.apache.zookeeper.ZooKeeper: Client
environment:user.dir=/tmp/hadoop-331142/mapred/local/taskTracker/331142/jobcache/job_201301031108_0012/attempt_201301031108_0012_m_000000_0/work
2013-01-03 13:05:13,613 INFO org.apache.zookeeper.ZooKeeper: Initiating client
connection, connectString=localhost:2181 sessionTimeout=180000
watcher=hconnection
2013-01-03 13:05:13,645 INFO org.apache.zookeeper.ClientCnxn: Opening socket
connection to server localhost/0:0:0:0:0:0:0:1:2181
2013-01-03 13:05:13,656 INFO org.apache.zookeeper.ClientCnxn: Socket connection
established to localhost/0:0:0:0:0:0:0:1:2181, initiating session
2013-01-03 13:05:14,102 INFO org.apache.zookeeper.ClientCnxn: Session
establishment complete on server localhost/0:0:0:0:0:0:0:1:2181, sessionid =
0x13bfeeb059d001a, negotiated timeout = 40000
2013-01-03 13:05:14,312 INFO
org.apache.hadoop.hbase.mapreduce.TableOutputFormat: Created table instance for
newaddress
2013-01-03 13:05:14,370 INFO org.apache.zookeeper.ZooKeeper: Initiating client
connection, connectString=localhost:2181 sessionTimeout=180000
watcher=hconnection
2013-01-03 13:05:14,383 INFO org.apache.zookeeper.ClientCnxn: Opening socket
connection to server localhost/0:0:0:0:0:0:0:1:2181
2013-01-03 13:05:14,389 INFO org.apache.zookeeper.ClientCnxn: Socket connection
established to localhost/0:0:0:0:0:0:0:1:2181, initiating session
2013-01-03 13:05:14,413 INFO org.apache.zookeeper.ClientCnxn: Session
establishment complete on server localhost/0:0:0:0:0:0:0:1:2181, sessionid =
0x13bfeeb059d001b, negotiated timeout = 40000
2013-01-03 13:05:14,426 INFO
org.apache.hadoop.hbase.mapreduce.TableOutputFormat: Created table instance for
newaddress
2013-01-03 13:05:14,613 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MRCompiler: File
concatenation threshold: 100 optimistic? false
2013-01-03 13:05:14,653 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MRCompiler$LastInputStreamingOptimizer:
Rewrite: POPackage->POForEach to POJoinPackage
2013-01-03 13:05:14,664 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MultiQueryOptimizer:
MR plan size before optimization: 7
2013-01-03 13:05:14,665 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MultiQueryOptimizer:
Merged 1 map-only splittees.
2013-01-03 13:05:14,665 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MultiQueryOptimizer:
Merged 1 map-reduce splittees.
2013-01-03 13:05:14,665 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MultiQueryOptimizer:
Merged 2 out of total 4 MR operators.
2013-01-03 13:05:14,665 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MultiQueryOptimizer:
MR plan size after optimization: 5
2013-01-03 13:05:14,756 INFO org.apache.pig.tools.pigstats.ScriptState: Pig
script settings are added to the job
2013-01-03 13:05:14,780 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
mapred.job.reduce.markreset.buffer.percent is not set, set to default 0.3
2013-01-03 13:05:14,782 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
creating jar file Job9133343394116108482.jar
2013-01-03 13:05:18,191 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
jar file Job9133343394116108482.jar created
2013-01-03 13:05:18,203 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
Setting up multi store job
2013-01-03 13:05:18,230 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
BytesPerReducer=1000000000 maxReducers=999 totalInputFileSize=53838
2013-01-03 13:05:18,230 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
Neither PARALLEL nor default parallelism is set for this job. Setting number
of reducers to 1
2013-01-03 13:05:18,344 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
1 map-reduce job(s) waiting for submission.
2013-01-03 13:05:18,847 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
0% complete
2013-01-03 13:05:19,373 INFO
org.apache.hadoop.mapreduce.lib.input.FileInputFormat: Total input paths to
process : 1
2013-01-03 13:05:19,373 INFO
org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil: Total input
paths to process : 1
2013-01-03 13:05:19,379 INFO
org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil: Total input
paths (combined) to process : 1
2013-01-03 13:05:20,563 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
HadoopJobId: job_201301031108_0013
2013-01-03 13:05:20,563 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
More information at:
http://localhost:50030/jobdetails.jsp?jobid=job_201301031108_0013
2013-01-03 13:05:34,601 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
10% complete
2013-01-03 13:05:48,182 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
20% complete
2013-01-03 13:05:50,733 INFO org.apache.pig.tools.pigstats.ScriptState: Pig
script settings are added to the job
2013-01-03 13:05:50,734 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
mapred.job.reduce.markreset.buffer.percent is not set, set to default 0.3
2013-01-03 13:05:50,753 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
creating jar file Job5922768060442703663.jar
2013-01-03 13:05:54,538 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
jar file Job5922768060442703663.jar created
2013-01-03 13:05:54,543 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
Setting up single store job
2013-01-03 13:05:54,563 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
BytesPerReducer=1000000000 maxReducers=999 totalInputFileSize=333940
2013-01-03 13:05:54,563 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
Neither PARALLEL nor default parallelism is set for this job. Setting number
of reducers to 1
2013-01-03 13:05:54,607 INFO org.apache.pig.tools.pigstats.ScriptState: Pig
script settings are added to the job
2013-01-03 13:05:54,608 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
mapred.job.reduce.markreset.buffer.percent is not set, set to default 0.3
2013-01-03 13:05:54,609 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
creating jar file Job1327658307406670002.jar
2013-01-03 13:05:57,342 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
jar file Job1327658307406670002.jar created
2013-01-03 13:05:57,410 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
Setting up single store job
2013-01-03 13:05:57,427 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
2 map-reduce job(s) waiting for submission.
2013-01-03 13:05:57,927 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
20% complete
2013-01-03 13:05:58,011 INFO org.apache.zookeeper.ZooKeeper: Initiating client
connection, connectString=localhost:2181 sessionTimeout=180000
watcher=hconnection
2013-01-03 13:05:58,011 INFO org.apache.zookeeper.ClientCnxn: Opening socket
connection to server localhost/127.0.0.1:2181
2013-01-03 13:05:58,012 INFO org.apache.zookeeper.ClientCnxn: Socket connection
established to localhost/127.0.0.1:2181, initiating session
2013-01-03 13:05:58,100 INFO org.apache.zookeeper.ClientCnxn: Session
establishment complete on server localhost/127.0.0.1:2181, sessionid =
0x13bfeeb059d001c, negotiated timeout = 40000
2013-01-03 13:05:58,146 INFO
org.apache.hadoop.hbase.mapreduce.TableOutputFormat: Created table instance for
newaddress
2013-01-03 13:05:58,171 INFO
org.apache.hadoop.mapreduce.lib.input.FileInputFormat: Total input paths to
process : 1
2013-01-03 13:05:58,172 INFO
org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil: Total input
paths to process : 1
2013-01-03 13:05:58,172 INFO
org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil: Total input
paths (combined) to process : 1
2013-01-03 13:06:01,907 INFO
org.apache.hadoop.mapreduce.lib.input.FileInputFormat: Total input paths to
process : 1
2013-01-03 13:06:01,907 INFO
org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil: Total input
paths to process : 1
2013-01-03 13:06:01,916 INFO
org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil: Total input
paths (combined) to process : 1
2013-01-03 13:06:01,918 INFO
org.apache.hadoop.mapreduce.lib.input.FileInputFormat: Total input paths to
process : 1
2013-01-03 13:06:01,918 INFO
org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil: Total input
paths to process : 1
2013-01-03 13:06:01,919 INFO
org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil: Total input
paths (combined) to process : 1
2013-01-03 13:06:02,751 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
HadoopJobId: job_201301031108_0014
2013-01-03 13:06:02,751 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
More information at:
http://localhost:50030/jobdetails.jsp?jobid=job_201301031108_0014
2013-01-03 13:06:02,751 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
HadoopJobId: job_201301031108_0015
2013-01-03 13:06:02,751 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
More information at:
http://localhost:50030/jobdetails.jsp?jobid=job_201301031108_0015
2013-01-03 13:06:13,004 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
30% complete
2013-01-03 13:06:15,511 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
40% complete
2013-01-03 13:06:17,519 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
45% complete
2013-01-03 13:06:23,044 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
50% complete
2013-01-03 13:06:31,566 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
60% complete
2013-01-03 13:06:37,598 INFO org.apache.pig.tools.pigstats.ScriptState: Pig
script settings are added to the job
2013-01-03 13:06:37,599 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
mapred.job.reduce.markreset.buffer.percent is not set, set to default 0.3
2013-01-03 13:06:37,610 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
creating jar file Job5943428372753069957.jar
2013-01-03 13:06:40,728 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
jar file Job5943428372753069957.jar created
2013-01-03 13:06:40,734 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
Setting up single store job
2013-01-03 13:06:40,736 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
BytesPerReducer=1000000000 maxReducers=999 totalInputFileSize=324997
2013-01-03 13:06:40,736 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
Neither PARALLEL nor default parallelism is set for this job. Setting number
of reducers to 1
2013-01-03 13:06:40,746 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
1 map-reduce job(s) waiting for submission.
2013-01-03 13:06:41,566 INFO
org.apache.hadoop.mapreduce.lib.input.FileInputFormat: Total input paths to
process : 1
2013-01-03 13:06:41,566 INFO
org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil: Total input
paths to process : 1
2013-01-03 13:06:41,567 INFO
org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil: Total input
paths (combined) to process : 1
2013-01-03 13:06:42,418 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
HadoopJobId: job_201301031108_0016
2013-01-03 13:06:42,418 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
More information at:
http://localhost:50030/jobdetails.jsp?jobid=job_201301031108_0016
2013-01-03 13:06:45,425 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
70% complete
2013-01-03 13:06:54,442 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
80% complete
2013-01-03 13:06:56,952 INFO org.apache.pig.tools.pigstats.ScriptState: Pig
script settings are added to the job
2013-01-03 13:06:56,953 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
mapred.job.reduce.markreset.buffer.percent is not set, set to default 0.3
2013-01-03 13:06:56,954 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
creating jar file Job2639291748184449799.jar
2013-01-03 13:06:59,614 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
jar file Job2639291748184449799.jar created
2013-01-03 13:06:59,702 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler:
Setting up single store job
2013-01-03 13:06:59,745 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
1 map-reduce job(s) waiting for submission.
2013-01-03 13:07:00,539 INFO org.apache.zookeeper.ZooKeeper: Initiating client
connection, connectString=localhost:2181 sessionTimeout=180000
watcher=hconnection
2013-01-03 13:07:00,540 INFO org.apache.zookeeper.ClientCnxn: Opening socket
connection to server localhost/0:0:0:0:0:0:0:1:2181
2013-01-03 13:07:00,540 INFO org.apache.zookeeper.ClientCnxn: Socket connection
established to localhost/0:0:0:0:0:0:0:1:2181, initiating session
2013-01-03 13:07:00,582 INFO org.apache.zookeeper.ClientCnxn: Session
establishment complete on server localhost/0:0:0:0:0:0:0:1:2181, sessionid =
0x13bfeeb059d0020, negotiated timeout = 40000
2013-01-03 13:07:00,592 INFO
org.apache.hadoop.hbase.mapreduce.TableOutputFormat: Created table instance for
newaddress
2013-01-03 13:07:00,602 INFO
org.apache.hadoop.mapreduce.lib.input.FileInputFormat: Total input paths to
process : 1
2013-01-03 13:07:00,602 INFO
org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil: Total input
paths to process : 1
2013-01-03 13:07:00,603 INFO
org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil: Total input
paths (combined) to process : 1
2013-01-03 13:07:01,290 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
HadoopJobId: job_201301031108_0017
2013-01-03 13:07:01,290 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
More information at:
http://localhost:50030/jobdetails.jsp?jobid=job_201301031108_0017
2013-01-03 13:07:06,300 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
90% complete
2013-01-03 13:07:10,815 INFO
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher:
100% complete
2013-01-03 13:07:10,818 INFO org.apache.pig.tools.pigstats.SimplePigStats:
Script Statistics:
HadoopVersion PigVersion UserId StartedAt FinishedAt Features
0.20.2-cdh3u2 0.9.2 331142 2013-01-03 13:05:14 2013-01-03 13:07:10
HASH_JOIN,GROUP_BY
Success!
Job Stats (time in seconds):
JobId Maps Reduces MaxMapTime MinMapTIme AvgMapTime
MaxReduceTime MinReduceTime AvgReduceTime Alias Feature Outputs
job_201301031108_0013 1 1 7 7 7 13 13
13 filtered_info,grouped_address,records MULTI_QUERY
/user/331142/examples/output-data/360path_info,
job_201301031108_0014 1 0 7 7 7 0 0
0 hbase_path_info MAP_ONLY hbase://newaddress,
job_201301031108_0015 2 1 5 2 3 13 13
13 filtered_records,joined_records HASH_JOIN
job_201301031108_0016 1 1 1 1 1 8 8
8 eval_output,grouped_records GROUP_BY
/user/331142/examples/output-data/360path_relations,
job_201301031108_0017 1 0 2 2 2 0 0
0 hbase_path_records MAP_ONLY hbase://newaddress,
Input(s):
Successfully read 20 records (2196 bytes) from: "/user/331142/OutputFinal"
Successfully read 20 records (784 bytes) from:
"/user/331142/examples/output-data/360path_info"
Successfully read 20 records (869 bytes) from:
"/user/331142/examples/output-data/360path_relations"
Output(s):
Successfully stored 20 records (384 bytes) in:
"/user/331142/examples/output-data/360path_info"
Successfully stored 20 records in: "hbase://newaddress"
Successfully stored 20 records (465 bytes) in:
"/user/331142/examples/output-data/360path_relations"
Successfully stored 20 records in: "hbase://newaddress"
Counters:
Total records written : 80
Total bytes written : 849
Spillable Memory Manager spill count : 0
Total bags proactively spilled: 0
Total records proactively spilled: 0
Job DAG:
job_201301031108_0013 -> job_201301031108_0014,job_201301031108_0015,
job_201301031108_0014
job_201301031108_0015 -> job_201301031108_0016,
job_201301031108_0016 -> job_201301031108_0017,
job_201301031108_0017
2013-01-03 13:07:10,836 ERROR org.apache.pig.tools.grunt.Grunt: ERROR 2043:
Unexpected error during execution.
2013-01-03 13:07:11,065 INFO org.apache.hadoop.mapred.Task:
Task:attempt_201301031108_0012_m_000000_0 is done. And is in the process of
commiting
2013-01-03 13:07:12,091 INFO org.apache.hadoop.mapred.Task: Task
attempt_201301031108_0012_m_000000_0 is allowed to commit now
2013-01-03 13:07:12,123 INFO org.apache.hadoop.mapred.FileOutputCommitter:
Saved output of task 'attempt_201301031108_0012_m_000000_0' to
hdfs://localhost:9000/user/331142/oozie-3311/0000000-130103130244307-oozie-3311-W/pig2--pig/output
2013-01-03 13:07:12,125 INFO org.apache.hadoop.mapred.Task: Task
'attempt_201301031108_0012_m_000000_0' done.
2013-01-03 13:07:12,129 INFO org.apache.hadoop.mapred.TaskLogsTruncater:
Initializing logs' truncater with mapRetainSize=-1 and reduceRetainSize=-1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira