|
|
-
compile hadoop failed, src/test/lib does not exist?
Nan Zhu 2012-10-13, 15:36
Hi, all
I'm modifying the source code of hadoop, specifically, source code of FairScheduler
In last weeks, no problem during my development, but last night, when i add some code on PoolSchedulable.java, I cannot build Hadoop source code, ant tells that
/Users/zhunan/codes/hadoop/build.xml:474: /Users/zhunan/codes/hadoop/src/test/lib does not exist.
the version in my side is 1.0.3
Can anyone help me to get out from this issue? Best,
-- Nan Zhu School of Computer Science, McGill University
+
Nan Zhu 2012-10-13, 15:36
-
回复: compile hadoop failed, src/test/lib does not exist?
Nan Zhu 2012-10-13, 15:49
I added that directory manually, but failed when compiling compile-hdfs-classes:
build.xml:556: java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory
the jetty library missing? how to add?
Best, -- Nan Zhu School of Computer Science, McGill University
在 2012年10月13日星期六���上午11:36,Nan Zhu 写道:
> Hi, all > > I'm modifying the source code of hadoop, specifically, source code of FairScheduler > > In last weeks, no problem during my development, but last night, when i add some code on PoolSchedulable.java, I cannot build Hadoop source code, ant tells that > > /Users/zhunan/codes/hadoop/build.xml:474: /Users/zhunan/codes/hadoop/src/test/lib does not exist. > > the version in my side is 1.0.3 > > Can anyone help me to get out from this issue? > > > Best, > > -- > Nan Zhu > School of Computer Science, > McGill University > >
+
Nan Zhu 2012-10-13, 15:49
-
Re: 回复: compile hadoop failed, src/test/lib does not exist?
Chen He 2012-10-13, 16:15
Hi Nan
you can uncheck the test package and have a try.
Chen
On Sat, Oct 13, 2012 at 10:49 AM, Nan Zhu <[EMAIL PROTECTED]> wrote:
> I added that directory manually, but failed when > compiling compile-hdfs-classes: > > build.xml:556: java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory > > the jetty library missing? how to add? > > Best, > > > -- > Nan Zhu > School of Computer Science, > McGill University > > > 在 2012年10月13日星期六,上午11:36,Nan Zhu 写道�� > > Hi, all > > I'm modifying the source code of hadoop, specifically, source code of > FairScheduler > > In last weeks, no problem during my development, but last night, when i > add some code on PoolSchedulable.java, I cannot build Hadoop source code, > ant tells that > > /Users/zhunan/codes/hadoop/build.xml:474: > /Users/zhunan/codes/hadoop/src/test/lib does not exist. > > the version in my side is 1.0.3 > > Can anyone help me to get out from this issue? > > > Best, > > -- > Nan Zhu > School of Computer Science, > McGill University > > > >
+
Chen He 2012-10-13, 16:15
-
Re: 回复: compile hadoop failed, src/test/lib does not exist?
Chen He 2012-10-13, 16:17
addition, the web module package also. Probably your modification affect the interaction between fair-sharing scheduler and the web interface if you did not make mistake on losing library.
On Sat, Oct 13, 2012 at 11:15 AM, Chen He <[EMAIL PROTECTED]> wrote:
> Hi Nan > > you can uncheck the test package and have a try. > > Chen > > On Sat, Oct 13, 2012 at 10:49 AM, Nan Zhu <[EMAIL PROTECTED]> wrote: > >> I added that directory manually, but failed when >> compiling compile-hdfs-classes: >> >> build.xml:556: java.lang.NoClassDefFoundError: >> javax/servlet/jsp/JspFactory >> >> the jetty library missing? how to add? >> >> Best, >> >> >> -- >> Nan Zhu >> School of Computer Science, >> McGill University >> >> >> 在 2012年10月13日星期六,上午11:36,Nan Zhu 写道�� >> >> Hi, all >> >> I'm modifying the source code of hadoop, specifically, source code of >> FairScheduler >> >> In last weeks, no problem during my development, but last night, when i >> add some code on PoolSchedulable.java, I cannot build Hadoop source code, >> ant tells that >> >> /Users/zhunan/codes/hadoop/build.xml:474: >> /Users/zhunan/codes/hadoop/src/test/lib does not exist. >> >> the version in my side is 1.0.3 >> >> Can anyone help me to get out from this issue? >> >> >> Best, >> >> -- >> Nan Zhu >> School of Computer Science, >> McGill University >> >> >> >> >
+
Chen He 2012-10-13, 16:17
-
回复: compile hadoop failed, src/test/lib does not exist?
Nan Zhu 2012-10-13, 16:28
I just checked jar option
the only related part to web interface I modified is fairschedulerservlet, but in the passed days, I modified it for many times, no problem happened,
really weird...
Best,
-- Nan Zhu School of Computer Science, McGill University
在 2012年10月13日星期六���下午12:17,Chen He 写道:
> addition, the web module package also. Probably your modification affect the interaction between fair-sharing scheduler and the web interface if you did not make mistake on losing library. > > On Sat, Oct 13, 2012 at 11:15 AM, Chen He <[EMAIL PROTECTED] (mailto:[EMAIL PROTECTED])> wrote: > > Hi Nan > > > > you can uncheck the test package and have a try. > > > > Chen > > > > On Sat, Oct 13, 2012 at 10:49 AM, Nan Zhu <[EMAIL PROTECTED] (mailto:[EMAIL PROTECTED])> wrote: > > > I added that directory manually, but failed when compiling compile-hdfs-classes: > > > > > > build.xml:556: java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory > > > > > > the jetty library missing? how to add? > > > > > > Best, > > > > > > > > > -- > > > Nan Zhu > > > School of Computer Science, > > > McGill University > > > > > > > > > > > > 在 2012年10月13日星期��,上午11:36,Nan Zhu 写道��� > > > > > > > Hi, all > > > > > > > > I'm modifying the source code of hadoop, specifically, source code of FairScheduler > > > > > > > > In last weeks, no problem during my development, but last night, when i add some code on PoolSchedulable.java, I cannot build Hadoop source code, ant tells that > > > > > > > > /Users/zhunan/codes/hadoop/build.xml:474: /Users/zhunan/codes/hadoop/src/test/lib does not exist. > > > > > > > > the version in my side is 1.0.3 > > > > > > > > Can anyone help me to get out from this issue? > > > > > > > > > > > > Best, > > > > > > > > -- > > > > Nan Zhu > > > > School of Computer Science, > > > > McGill University > > > > > > > > > > > > > >
+
Nan Zhu 2012-10-13, 16:28
-
Re: 回复: compile hadoop failed, src/test/lib does not exist?
Chen He 2012-10-13, 16:34
hmmm... Interesting, I used to modify the fair-sharing scheduler in hadoop 0.21, there was no problem. Which version you are working on?
Chen
On Sat, Oct 13, 2012 at 11:28 AM, Nan Zhu <[EMAIL PROTECTED]> wrote:
> I just checked jar option > > the only related part to web interface I modified is fairschedulerservlet, > but in the passed days, I modified it for many times, no problem happened, > > really weird... > > Best, > > -- > Nan Zhu > School of Computer Science, > McGill University > > > 在 2012年10月13日星期六,下午12:17,Chen He 写道�� > > addition, the web module package also. Probably your modification affect > the interaction between fair-sharing scheduler and the web interface if you > did not make mistake on losing library. > > On Sat, Oct 13, 2012 at 11:15 AM, Chen He <[EMAIL PROTECTED]> wrote: > > Hi Nan > > you can uncheck the test package and have a try. > > Chen > > On Sat, Oct 13, 2012 at 10:49 AM, Nan Zhu <[EMAIL PROTECTED]> wrote: > > I added that directory manually, but failed when > compiling compile-hdfs-classes: > > build.xml:556: java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory > > the jetty library missing? how to add? > > Best, > > > -- > Nan Zhu > School of Computer Science, > McGill University > > > 在 2012年10月13日星期六,上午11:36,Nan Zhu 写道�� > > Hi, all > > I'm modifying the source code of hadoop, specifically, source code of > FairScheduler > > In last weeks, no problem during my development, but last night, when i > add some code on PoolSchedulable.java, I cannot build Hadoop source code, > ant tells that > > /Users/zhunan/codes/hadoop/build.xml:474: > /Users/zhunan/codes/hadoop/src/test/lib does not exist. > > the version in my side is 1.0.3 > > Can anyone help me to get out from this issue? > > > Best, > > -- > Nan Zhu > School of Computer Science, > McGill University > > > > > > >
+
Chen He 2012-10-13, 16:34
-
回复: compile hadoop failed, src/test/lib does not exist?
Nan Zhu 2012-10-13, 16:35
1.0.3 stable release
-- Nan Zhu School of Computer Science, McGill University
在 2012年10月13日星期六���下午12:34,Chen He 写道:
> hmmm... Interesting, I used to modify the fair-sharing scheduler in hadoop 0.21, there was no problem. Which version you are working on? > > Chen > On Sat, Oct 13, 2012 at 11:28 AM, Nan Zhu <[EMAIL PROTECTED] (mailto:[EMAIL PROTECTED])> wrote: > > I just checked jar option > > > > the only related part to web interface I modified is fairschedulerservlet, but in the passed days, I modified it for many times, no problem happened, > > > > really weird... > > > > Best, > > > > -- > > Nan Zhu > > School of Computer Science, > > McGill University > > > > > > > > 在 2012年10月13日星期��,下午12:17,Chen He 写道��� > > > > > addition, the web module package also. Probably your modification affect the interaction between fair-sharing scheduler and the web interface if you did not make mistake on losing library. > > > > > > On Sat, Oct 13, 2012 at 11:15 AM, Chen He <[EMAIL PROTECTED] (mailto:[EMAIL PROTECTED])> wrote: > > > > Hi Nan > > > > > > > > you can uncheck the test package and have a try. > > > > > > > > Chen > > > > > > > > On Sat, Oct 13, 2012 at 10:49 AM, Nan Zhu <[EMAIL PROTECTED] (mailto:[EMAIL PROTECTED])> wrote: > > > > > I added that directory manually, but failed when compiling compile-hdfs-classes: > > > > > > > > > > build.xml:556: java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory > > > > > > > > > > the jetty library missing? how to add? > > > > > > > > > > Best, > > > > > > > > > > > > > > > -- > > > > > Nan Zhu > > > > > School of Computer Science, > > > > > McGill University > > > > > > > > > > > > > > > > > > > > 在 2012年10月13日星期六,上午11:36,Nan Zhu 写��: > > > > > > > > > > > Hi, all > > > > > > > > > > > > I'm modifying the source code of hadoop, specifically, source code of FairScheduler > > > > > > > > > > > > In last weeks, no problem during my development, but last night, when i add some code on PoolSchedulable.java, I cannot build Hadoop source code, ant tells that > > > > > > > > > > > > /Users/zhunan/codes/hadoop/build.xml:474: /Users/zhunan/codes/hadoop/src/test/lib does not exist. > > > > > > > > > > > > the version in my side is 1.0.3 > > > > > > > > > > > > Can anyone help me to get out from this issue? > > > > > > > > > > > > > > > > > > Best, > > > > > > > > > > > > -- > > > > > > Nan Zhu > > > > > > School of Computer Science, > > > > > > McGill University > > > > > > > > > > > > > > > > > > > > > > > > > > >
+
Nan Zhu 2012-10-13, 16:35
-
回复: compile hadoop failed, src/test/lib does not exist?
Nan Zhu 2012-10-13, 16:16
I build hadoop.jar
-- Nan Zhu School of Computer Science, McGill University
在 2012年10月13日星期六���下午12:15,Chen He 写道:
> Hi Nan > > you can uncheck the test package and have a try. > > Chen > On Sat, Oct 13, 2012 at 10:49 AM, Nan Zhu <[EMAIL PROTECTED] (mailto:[EMAIL PROTECTED])> wrote: > > I added that directory manually, but failed when compiling compile-hdfs-classes: > > > > build.xml:556: java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory > > > > the jetty library missing? how to add? > > > > Best, > > > > > > -- > > Nan Zhu > > School of Computer Science, > > McGill University > > > > > > > > 在 2012年10月13日星期��,上午11:36,Nan Zhu 写道��� > > > > > Hi, all > > > > > > I'm modifying the source code of hadoop, specifically, source code of FairScheduler > > > > > > In last weeks, no problem during my development, but last night, when i add some code on PoolSchedulable.java, I cannot build Hadoop source code, ant tells that > > > > > > /Users/zhunan/codes/hadoop/build.xml:474: /Users/zhunan/codes/hadoop/src/test/lib does not exist. > > > > > > the version in my side is 1.0.3 > > > > > > Can anyone help me to get out from this issue? > > > > > > > > > Best, > > > > > > -- > > > Nan Zhu > > > School of Computer Science, > > > McGill University > > > > > > > > >
+
Nan Zhu 2012-10-13, 16:16
|
|