| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
68 (0.11s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Multiple Aggregate functions in map reduce program - MapReduce - [mail # user]
|
|
...I guess one important question is what do you mean by 'it takes time'. And what goal do you want to reach. It may be that your current implementation is naive and can be improved (which begs...
|
|
|
Author: Bertrand Dechoux,
2012-10-05, 08:13
|
|
|
Re: Cumulative value using mapreduce - MapReduce - [mail # user]
|
|
...Hi, The provided example records are perfect. With that I doubt there will be any confusion about what kind of data is available and it should be manipulated. However, "the output is n...
|
|
|
Author: Bertrand Dechoux,
2012-10-05, 06:38
|
|
|
Re: Cumulative value using mapreduce - MapReduce - [mail # user]
|
|
...I indeed didn't catch the cumulative sum part. Then I guess it begs for what-is-often-called-a-secondary-sort, if you want to compute different cumulative sums during the same job. It can be...
|
|
|
Author: Bertrand Dechoux,
2012-10-04, 21:21
|
|
|
Re: Cumulative value using mapreduce - MapReduce - [mail # user]
|
|
...Hi, It sounds like a 1) group information by account 2) compute sum per account If that not the case, you should precise a bit more about your context. This computing looks...
|
|
|
Author: Bertrand Dechoux,
2012-10-04, 16:20
|
|
|
Re: What's the basic idea of pseudo-distributed Hadoop ? - MapReduce - [mail # user]
|
|
...The only difference between pseudo-distributed and fully distributed would be scale. You could say that code that runs fine on the former, runs fine too on the latter. But it does not necess...
|
|
|
Author: Bertrand Dechoux,
2012-09-14, 07:31
|
|
|
Re: Configuration of hadoop.job.history.user.location on a user basis - MapReduce - [mail # user]
|
|
...Hi Hemanth, I thought of that but I didn't test it because I need the same for the job id. Of course, I could generate my own id but I don't like that solution. I will look at hadoop.t...
|
|
|
Author: Bertrand Dechoux,
2012-09-14, 05:38
|
|
|
Configuration of hadoop.job.history.user.location on a user basis - MapReduce - [mail # user]
|
|
...Hi, I would like to be able to fully isolate the quota of each user. That is, I would like to put everything related to a user into her/his home directory /user/. Among other poi...
|
|
|
Author: Bertrand Dechoux,
2012-09-13, 12:16
|
|
|
Expected behavior of nested UserGroupInformation - MapReduce - [mail # user]
|
|
...Hi, I am using UserGroupInformation.doAs(...) in order to launch a job programmatically from a remote application. I was wondering : what is the expected behavior of nested UserGroupIn...
|
|
|
Author: Bertrand Dechoux,
2012-09-12, 10:28
|
|
|
Re: How get information messages when a JobControl is used ? - MapReduce - [mail # user]
|
|
...But as far as I know there is no way to have a snapshot of the JobControl state. https://issues.apache.org/jira/browse/MAPREDUCE-3562 I was trying only to get the state of all jobs and...
|
|
|
Author: Bertrand Dechoux,
2012-09-12, 10:21
|
|
|
Re: New Learner for Haddop and Hive - MapReduce - [mail # user]
|
|
...1) First do not post across multiple mailing list. I am replying to all in order to share my answer but you should then reply only on the mailing list which is concerned with your issue. 2) ...
|
|
|
Author: Bertrand Dechoux,
2012-09-05, 09:37
|
|
|
|