[
https://issues.apache.org/jira/browse/HADOOP-11315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220751#comment-14220751
]
Anand Murali commented on HADOOP-11315:
---------------------------------------
Dear Steve:
Many thanks for your response. This is deeply appreciated. Assuming, I use
Eclipse, Kepler to do write code and compile, I still need to configure Hadoop
to talk to Keepler. I am having problems just starting the daemons, how do I
get help to fix this and also configure Kepler to Hadoop-2.2.0. I have done
google search on these issues without much use. Your advise is deeply
appreciated.
Thanks,
Regards,
Anand Murali 11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004,
IndiaPh: (044)- 28474593/ 43526162 (voicemail)
On Friday, November 21, 2014 3:35 PM, Steve Loughran (JIRA)
<[email protected]> wrote:
[
https://issues.apache.org/jira/browse/HADOOP-11315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran resolved HADOOP-11315.
-------------------------------------
Resolution: Invalid
Anand, please look at the [Invalid JIRA
Issue|http://wiki.apache.org/hadoop/InvalidJiraIssues] wiki page and recognise
that these and the other JIRAs you are filing are not considered problems in
the Hadoop codebase.
# Nobody is going to help you via the JIRAs, it is not a support site.
# The users mailing list is the probably the only place that is going to help
you. Subscribe at [http://hadoop.apache.org/mailing_lists.html#User]
# Your issue here isn't even a hadoop problem, its a "Java classpath for
compiling code" problem. Nobody tries to compile java code on the command line
like this, precisely because it is impossible to get the classpath right.
Either download an IDE and set it up, or download a build tool like [Apache
Maven|http://maven.apache.org/] and set up a command line build that works.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
> Cannot compile Hadoop Code
> --------------------------
>
> Key: HADOOP-11315
> URL: https://issues.apache.org/jira/browse/HADOOP-11315
> Project: Hadoop Common
> Issue Type: Bug
> Components: bin
> Affects Versions: 2.2.0
> Environment: Suse desktop 11.0 on i7 chipset, running jdk1.7.0_71 and
> Hadoop2.2.0
> Reporter: Anand Murali
> Priority: Critical
>
> Following customizations made to hadoop-env.sh to get Hadoop started
> export JAVA_HOME=/home/anand_vihar/jdk1.7.0_71/
> export HADOOP_INSTALL=/home/anand_vihar/hadoop-2.2.0/*
> export HADOOP_HOME=:$HADOOP_INSTALL
> export
> PATH=:$PATH:$HADOOP_INSTALL/bin:$HADOOP_INSTALL/sbin:$HADOOP_HOME/share:$JAVA_HOME:$JAVA_HOME/bin
> Next at linux prompt typed
> $javac MaxTemperatureMapper.java
> compile fails with class not found errors. Tried giving direct classpath to
> share as above and still errors out. However, on typing "hadoop version". it
> runs and picks up the required jars in share.. Have raised this issue a
> coupld of times in the last 1 week and it is closed as not replicable. But
> issue persists. Checked on user forums, but no help. Request assistance
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)