|
|
sudha sadhasivam 2012-10-16, 06:08
Hello
When we create a jar file for hadoop programs from command prompt it runs faster. When we create a jar file from netbeans it runs slower. We could not understand the problem.
This is important as we are trying to work with hadoop and CUDA (jcuda).We could create a jar file only using netbeans IDE. The performance seemed to be very poor. Especially, we feel that it reads part by part for every few KBs
Kindly let us know about the problem Thanking you G Sudha
Manoj Babu 2012-10-16, 06:19
Hi,
If it is a runnable jar you are creating from netbeans Check only the necessary dependencies are added. Cheers! Manoj.
On Tue, Oct 16, 2012 at 11:38 AM, sudha sadhasivam < [EMAIL PROTECTED]> wrote:
> Hello > > When we create a jar file for hadoop programs from command prompt it runs > faster. When we create a jar file from netbeans it runs slower. We could > not understand the problem. > > This is important as we are trying to work with hadoop and CUDA (jcuda).We > could create a jar file only using netbeans IDE. The performance seemed to > be very poor. Especially, we feel that it reads part by part for every few > KBs > > Kindly let us know about the problem > Thanking you > G Sudha >
sudha sadhasivam 2012-10-16, 06:34
The code executes, but time taken for execution is high Does not show any advantages in two levels of parallelism G Sudha
--- On Tue, 10/16/12, Manoj Babu <[EMAIL PROTECTED]> wrote:
From: Manoj Babu <[EMAIL PROTECTED]> Subject: Re: Hadoop and CUDA To: [EMAIL PROTECTED] Date: Tuesday, October 16, 2012, 11:49 AM
Hi, If it is a runnable jar you are creating from netbeans Check only the necessary dependencies are added.
Cheers!Manoj.
On Tue, Oct 16, 2012 at 11:38 AM, sudha sadhasivam <[EMAIL PROTECTED]> wrote: Hello
When we create a jar file for hadoop programs from command prompt it runs faster. When we create a jar file from netbeans it runs slower. We could not understand the problem.
This is important as we are trying to work with hadoop and CUDA (jcuda).We could create a jar file only using netbeans IDE. The performance seemed to be very poor. Especially, we feel that it reads part by part for every few KBs
Kindly let us know about the problem Thanking you G Sudha
sudha sadhasivam 2012-10-18, 10:06
Sir
We are trying to combine Hadoop and CUDA. When we create a jar file for hadoop programs from command prompt it runs faster. When we create a jar file from netbeans it runs slower. We could not understand the problem.
This is important as we are trying to work with hadoop and CUDA (jcuda).We could create a jar file only using netbeans IDE. The performance seemed to be very poor. Especially, we feel that it reads part by part for every few KBs
The code executes, but time taken for execution is high Does not show any advantages in two levels of parallelism
Kindly let us know about the problem Thanking you G Sudha
Michael Segel 2012-10-18, 12:21
When you create your jar using netbeans, do you include the Hadoop libraries in the jar you create? This would increase the size of the jar and in this case, size does matter.
On Oct 18, 2012, at 5:06 AM, sudha sadhasivam <[EMAIL PROTECTED]> wrote:
> > > Sir > > We are trying to combine Hadoop and CUDA. When we create a jar file for hadoop programs from command prompt it runs faster. When we create a jar file from netbeans it runs slower. We could not understand the problem. > > This is important as we are trying to work with hadoop and CUDA (jcuda).We could create a jar file only using netbeans IDE. The performance seemed to be very poor. Especially, we feel that it reads part by part for every few KBs > > The code executes, but time taken for execution is high > Does not show any advantages in two levels of parallelism > > Kindly let us know about the problem > Thanking you > G Sudha >
|
|