Re: REg - Hive

2012-10-21 Thread sudha sadhasivam
to say select * from table where anycolumn like/equal newyork ? and then see the column definition/name where it occurs ? On Fri, Oct 19, 2012 at 3:43 PM, sudha sadhasivam sudhasadhasi...@yahoo.com wrote: Sir In our system, we need hive query to  retrieve the field name where a particular data

REg - Hive

2012-10-19 Thread sudha sadhasivam
Sir In our system, we need hive query to  retrieve the field name where a particular data item belongs For example, if we have a table having location information, when queried for New York, the query should retuen the field names where New York occurs like City, Administrative division etc.

Re: Hadoop and CUDA

2012-10-16 Thread sudha sadhasivam
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

Re: Hadoop and CUDA

2012-10-16 Thread sudha sadhasivam
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 sudhasadhasi...@yahoo.com wrote: Hello When we create a jar file for hadoop programs from command

Re: doubts reg Hive

2012-10-01 Thread sudha sadhasivam
: Monday, October 1, 2012, 11:13 AM Sudha, On Mon, Oct 1, 2012 at 9:31 AM, sudha sadhasivam sudhasadhasi...@yahoo.com wrote: We are doing a project in Hive.             Given a field / value  is it possible to find the corresponding headers (meta data).              For example if we have a table

Re: Hadoop and Cuda , JCuda (CPU+GPU architecture)

2012-09-30 Thread sudha sadhasivam
--- On Mon, 10/1/12, Lance Norskog goks...@gmail.com wrote: From: Lance Norskog goks...@gmail.com Subject: Re: Hadoop and Cuda , JCuda (CPU+GPU architecture) To: common-user@hadoop.apache.org Date: Monday, October 1, 2012, 3:37 AM | Sir | We tried to integrate hadoop and JCUDA. | We tried

Re: Hadoop and Cuda , JCuda (CPU+GPU architecture)

2012-09-29 Thread sudha sadhasivam
, residence_place etc. Kindly intimate whether  it is possible. If so what is the command for the same? Thanking you Sudha --- On Tue, 9/25/12, Chen He airb...@gmail.com wrote: From: Chen He airb...@gmail.com Subject: Re: Hadoop and Cuda , JCuda (CPU+GPU architecture) To: sudha sadhasivam sudhasadhasi

Re: Hadoop and Cuda , JCuda (CPU+GPU architecture)

2012-09-26 Thread sudha sadhasivam
--- On Tue, 9/25/12, Chen He airb...@gmail.com wrote: From: Chen He airb...@gmail.com Subject: Re: Hadoop and Cuda , JCuda (CPU+GPU architecture) To: sudha sadhasivam sudhasadhasi...@yahoo.com Cc: common-user@hadoop.apache.org Date: Tuesday, September 25, 2012, 9:01 PM Hi Sudha Good question. First

Re: Hadoop and Cuda , JCuda (CPU+GPU architecture)

2012-09-24 Thread sudha sadhasivam
Sir We tried to integrate hadoop and JCUDA. We tried a code from http://code.google.com/p/mrcl/source/browse/trunk/hama-mrcl/src/mrcl/mrcl/?r=76 We re able to compile. We are not able to execute. It does not recognise JCUBLAS.jar. We tried setting the classpath We are herewith attaching the

Re: FW: Doubts Reg

2012-09-11 Thread sudha sadhasivam
(Nokia-LC/Bangalore) Subject: FW: Doubts Reg   Hi Shoban,   Can someone please provide a solution to this error if possible   Thanks Regards, Sowmya Samuel   From: ext sudha sadhasivam [mailto:sudhasadhasi...@yahoo.com] Sent: Saturday, September 08, 2012 2:23 PM To: B Sowmya.1 (Nokia

Re: Need Info

2009-10-21 Thread sudha sadhasivam
Is it a modification for hadoop or an application?   If it is an application, write the basic algorithm. See which portions can be parallelised. Then put the parallelisable code into the map portion. For this try out sample examples on wordcount, grep, sort, etc in hadoop. Then you can

Re::!

2009-10-21 Thread sudha sadhasivam
The cluster can be  set up in fully distributed mode. The slave and master conf files have to be changed appropriately G Sudha Sadasivam --- On Tue, 10/20/09, Sugandha Naolekar sugandha@gmail.com wrote: From: Sugandha Naolekar sugandha@gmail.com Subject: Re::! To:

Re: Project ideas !

2009-10-17 Thread sudha sadhasivam
that time... could be a nice piece of research since everybody loves maps. yes tim that sounds interesting ... do u ave any link of urs detailing the work ? would be happy to go through it ! Cheers, Tim On Wed, Oct 14, 2009 at 1:20 PM, sudha sadhasivam sudhasadhasi...@yahoo.com wrote: Some

Re: Need Info

2009-10-15 Thread sudha sadhasivam
Dear Shwitzu   The steps are listed below:   Kindly go through wordcount and multifile word count for you project.   Modify the program to list the files containing the keywords along with fine names. Use file names as keys.   Store the files in 4 different input directories – one for each file

Re: Project ideas !

2009-10-14 Thread sudha sadhasivam
Some of the projects include: 1) Categorise URLS based on domains 2) Content based searching 3) P2P information retrieval 4) Performance enhancements in map-reduce. 5) Sort and shuffle optimisations in MR framework. 6) Enhancements of scheduling strategies in hadoop 7) Document classification 8)

Re: Hardware performance from HADOOP cluster

2009-10-14 Thread sudha sadhasivam
Can use terrabyte sort to check up performance G Sudha Sadasivam --- On Wed, 10/14/09, tim robertson timrobertson...@gmail.com wrote: From: tim robertson timrobertson...@gmail.com Subject: Re: Hardware performance from HADOOP cluster To: common-user@hadoop.apache.org Date: Wednesday, October

Re: DataNode is shutting down

2009-10-14 Thread sudha sadhasivam
May be master / slave file in conf directory is over written with new data nodes address. Instead it should be appended. G Sudha Sadasivam --- On Wed, 10/14/09, yibo820217 yibo0...@gmail.com wrote: From: yibo820217 yibo0...@gmail.com Subject: DataNode is shutting down To:

Hadoop + Biojava - error

2008-07-31 Thread sudha sadhasivam
Respected Sir We are ME students working on Hadoop for bioinformatics. We have installed Hadoop on Linux and it is working well. We have installed biojava (an extension of java for bioinformatics) for DNA sequence searching.   To install biojava, we have to copy the jar files biojava-live.jar,