[
https://issues.apache.org/jira/browse/PIG-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611266#action_12611266
]
Olga Natkovich commented on PIG-286:
------------------------------------
I think you will see it if you run any end-to-end test in the local mode.
I ran the following:
a = load 'studenttab10k' as (name, age, gpa);
store a into 'bar';
and see the following error with the latest code:
2008-07-07 11:25:35,893 [main] INFO org.apache.hadoop.metrics.jvm.JvmMetrics -
Initializing JVM Metrics with processName=JobTracker, sessionId=
2008-07-07 11:25:37,242 [main] INFO org.apache.hadoop.metrics.jvm.JvmMetrics -
Cannot initialize JVM Metrics with processName=JobTracker, sessionId= - already
initialized
2008-07-07 11:25:37,747 [main] INFO
org.apache.pig.impl.mapReduceLayer.Launcher - 0.0% complete
2008-07-07 11:25:37,747 [main] INFO
org.apache.pig.impl.mapReduceLayer.Launcher - Unsuccessful attempt. Completed
0.0% of the job
> local mode is broken
> --------------------
>
> Key: PIG-286
> URL: https://issues.apache.org/jira/browse/PIG-286
> Project: Pig
> Issue Type: Bug
> Affects Versions: types_branch
> Reporter: Olga Natkovich
> Assignee: Shravan Matthur Narayanamurthy
>
> Any query I ran in the local mode fails with the following error(s):
> 2008-07-02 13:37:52,780 [main] INFO org.apache.hadoop.metrics.jvm.JvmMetrics
> - Initializing JVM Metrics with processName=JobTracker, sessionId=
> 2008-07-02 13:37:54,119 [main] INFO org.apache.hadoop.metrics.jvm.JvmMetrics
> - Cannot initialize JVM Metrics with processName=JobTracker, sessionId= -
> already initialized
> 2008-07-02 13:37:54,625 [main] INFO
> org.apache.pig.impl.mapReduceLayer.Launcher - 0.0% complete
> 2008-07-02 13:37:54,637 [main] INFO
> org.apache.pig.impl.mapReduceLayer.Launcher - Unsuccessful attempt. Completed
> 0.0% of the job
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.