Recent activity
Subscribe to this feed
Yasser replied on March 14, 2009 17:13 to the question "Firefox Extension Question" in LUCI:
Yasser replied on March 14, 2009 01:42 to the question "Missing keyword in the Wikipedia-Top500000.txt file" in LUCI:
Yasser replied on March 13, 2009 23:24 to the question "Making the Binary File" in LUCI:
Yasser replied on March 13, 2009 19:58 to the question "50,000 occurance and/or 10% of documents +code submission question" in LUCI:
Yasser replied on March 13, 2009 05:55 to the question "Demos on Monday" in LUCI:
Yasser replied on March 13, 2009 04:34 to the question "calculating magnitude" in LUCI:
Yasser replied on March 13, 2009 04:27 to the question "calculating magnitude" in LUCI:
Yasser replied on March 11, 2009 21:58 to the question "Loading the Terms.Offset" in LUCI:
Yasser replied on March 11, 2009 03:54 to the question "url file" in LUCI:
I have a copy of it here: http://www.ics.uci.edu/~yganjisa/TA/A...
Yasser replied on March 10, 2009 05:36 to the question "RandomAccessFile Question" in LUCI:
Yasser replied on March 10, 2009 05:22 to the question "RandomAccessFile Question" in LUCI:
Yasser replied on March 04, 2009 07:49 to the question "Tail: Did you guys get crap too?" in LUCI:
Yasser replied on March 03, 2009 02:03 to the question "URLs/Doc ids" in LUCI:
Yasser replied on March 02, 2009 20:52 to the question "job tracker down?" in LUCI:
Yasser replied on March 02, 2009 20:39 to the question "Why does it get to 100% MAP and 100% REDUCE and then fail?" in LUCI:
Yasser shared an idea in LUCI on March 02, 2009 20:34:
Check for page being nullIf your program is running fine on small inputs and it cannot handle larger inputs, with a high probability you are not checking the "page" variable being null. In case of any error in fetching page, the downloader would return null. Your code should be like this:
Downloader downloader = new Downloader();
Page page = downloader.download(URL, docid);
if (page != null) {
// Map code here
}
Yasser replied on March 02, 2009 20:27 to the question "job tracker down?" in LUCI:
No, it's up: http://palantir.ics.uci.edu:1755/jobt...
Yasser replied on March 02, 2009 15:48 to the question "Not working on a larger scale?" in LUCI:
Yasser replied on March 02, 2009 08:14 to the question "Few problems" in LUCI:
This is not the right way of doing this. Your job is being executed on the distributed file system and you cannot dump your outputs to the local file system. Use this process instead:
1) Crawl the pages.
2) Create the posting lists.
3) In the generated posting lists find the line which is associated with term which is your name and report the list of the docids in that line.
Yasser replied on March 02, 2009 08:12 to the question "Question for URLs" in LUCI:
| next » « previous |
Loading Profile...

