[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18045335#comment-18045335
 ] 

ASF GitHub Bot commented on MAPREDUCE-7251:
-------------------------------------------

github-actions[bot] commented on PR #1751:
URL: https://github.com/apache/hadoop/pull/1751#issuecomment-3658149639

   We're closing this stale PR because it has been open for 100 days with no 
activity. This isn't a judgement on the merit of the PR in any way. It's just a 
way of keeping the PR queue manageable.
   If you feel like this was a mistake, or you would like to continue working 
on it, please feel free to re-open it and ask for a committer to remove the 
stale tag and review again.
   Thanks all for your contribution.




> Present friendlier error for non-static main
> --------------------------------------------
>
>                 Key: MAPREDUCE-7251
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7251
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>    Affects Versions: 2.9.2
>            Reporter: Connor Taffe
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> When running a jar with hadoop jar, e.g. when submitting using gcloud 
> dataproc jobs submit hadoop, a JAR with a non-static main gives a cryptic 
> error message that could be clearer. The current error message in Hadoop 
> 2.9.2 looks like:
> {code:java}
> Exception in thread "main" java.lang.NullPointerException
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at org.apache.hadoop.util.RunJar.run(RunJar.java:244)
>   at org.apache.hadoop.util.RunJar.main(RunJar.java:158)
>   at 
> com.google.cloud.hadoop.services.agent.job.shim.HadoopRunJarShim.main(HadoopRunJarShim.java:12)
> {code}
> Instead, it would be more helpful to show an error message like "Method main 
> must be static: foo.bar.BazMR".



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to