| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
41 (0.355s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Calling C inside MR - Hadoop - [mail # user]
|
|
...Thank you so much Bertrand for the quick response. One quick question, would it affect the MR performance?? I mean, if I write a MR to do something and write another MR for the same ta...
|
|
|
Author: Mohammad Tariq,
2012-12-03, 13:03
|
|
|
Calling C inside MR - Hadoop - [mail # user]
|
|
...Hello list, I have a tool (written in C) that performs some different types of operations and can be used as a command line utility. I had to write a...
|
|
|
Author: Mohammad Tariq,
2012-12-03, 12:05
|
|
|
Re: hadoop multinode with 2 nodes error starting datanode on slave - Hadoop - [mail # user]
|
|
...Hello Kshitij, What exactly is the error. It's quite difficult to say anything without having any idea about the actual error. There could be n reasons for that. Regards, ...
|
|
|
Author: Mohammad Tariq,
2012-11-26, 19:02
|
|
|
Re: hbase hive integration - "FAILED: Error in metadata: javax.jdo.JDOFatalInternalException: Error creating transactional connection factory" - Hadoop - [mail # user]
|
|
...Do you have the derby-*jar in your $HIVE_HOME/lib directory?If not, download it put it there. BTW, which version are you using? Regards, Mohammad Tariq On Mo...
|
|
|
Author: Mohammad Tariq,
2012-11-26, 13:29
|
|
|
Re: hbase hive integration - "FAILED: Error in metadata: javax.jdo.JDOFatalInternalException: Error creating transactional connection factory" - Hadoop - [mail # user]
|
|
...Hello Barak, Are you using the default metadata store(derby) or tying to use something else like MySQL?If latter is the case, make sure you have the necessary connector ...
|
|
|
Author: Mohammad Tariq,
2012-11-26, 12:53
|
|
|
Re: Hadoop on Tomcat issue ?? - Hadoop - [mail # user]
|
|
...Hello Praveenesh, Just make sure that everything is OK with your 'manifest' file?Does it have all the required bundles?I am not 100% sure about this, but it could be a r...
|
|
|
Author: Mohammad Tariq,
2012-11-23, 11:08
|
|
|
Re: fundamental doubt - Hadoop - [mail # user]
|
|
...Hello Jamal, For efficient processing all the values associated with the same key get sorted and go to same reducer. As a result the reducer gets a key and a list of val...
|
|
|
Author: Mohammad Tariq,
2012-11-21, 19:58
|
|
|
Re: guessing number of reducers. - Hadoop - [mail # user]
|
|
...Hello Jamal, I use a different approach based on the no of cores. If you have, say a 4 cores machine then you can have (0.75*no cores)no. of MR slots. For example, if you...
|
|
|
Author: Mohammad Tariq,
2012-11-21, 18:04
|
|
|
Re: Reading multiple lines from a microsoft doc in hadoop - Hadoop - [mail # user]
|
|
...Sorry I forgot the link : http://hadoopchicago.com/tips-tricks/custom-xmlreader-boris-lublinsky-micha el-segel/ Regards, Mohammad Tariq On Fri, Aug 24, 2012 ...
|
|
|
Author: Mohammad Tariq,
2012-08-24, 07:41
|
|
|
Re: Reading multiple lines from a microsoft doc in hadoop - Hadoop - [mail # user]
|
|
...Hello Siddharth, You can tweak the "NLineInputFormat" as per your requirement and use it. It allows us to read a specified no of lines unlike "TextInputFormat". H...
|
|
|
Author: Mohammad Tariq,
2012-08-24, 07:40
|
|
|
|