CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 16 Aug 2025 16:26:18 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100107070730
location: https://web.archive.org/web/20100107070730/https://github.com/nathanmarz/cascading-batch-query
server-timing: captures_list;dur=0.668529, exclusion.robots;dur=0.026425, exclusion.robots.policy;dur=0.011558, esindex;dur=0.011241, cdx.remote;dur=23.465188, LoadShardBlock;dur=231.944619, PetaboxLoader3.datanode;dur=52.823950, PetaboxLoader3.resolve;dur=96.774355
x-app-server: wwwb-app220
x-ts: 302
x-tr: 282
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app220; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 16 Aug 2025 16:26:18 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 07 Jan 2010 07:07:30 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "f4d09fc7dcac02356a555cf25d30fb82"
x-archive-orig-x-runtime: 93ms
x-archive-orig-content-length: 21845
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 07 Jan 2010 07:07:30 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 30 Sep 2009 10:14:55 GMT", ; rel="prev memento"; datetime="Wed, 02 Dec 2009 08:23:55 GMT", ; rel="memento"; datetime="Thu, 07 Jan 2010 07:07:30 GMT", ; rel="next memento"; datetime="Tue, 23 Nov 2010 23:47:08 GMT", ; rel="last memento"; datetime="Tue, 01 Dec 2020 21:05:58 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20100107024011_crawl102-c/51_13_20100107070640_crawl101.arc.gz
server-timing: captures_list;dur=0.675667, exclusion.robots;dur=0.024687, exclusion.robots.policy;dur=0.011712, esindex;dur=0.013983, cdx.remote;dur=10.053715, LoadShardBlock;dur=228.415657, PetaboxLoader3.datanode;dur=169.075137, PetaboxLoader3.resolve;dur=100.734754, load_resource;dur=130.231099
x-app-server: wwwb-app220
x-ts: 200
x-tr: 434
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
nathanmarz's cascading-batch-query at master - GitHub
nathanmarz / cascading-batch-query
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Branches (1)
- master ✓
- Tags (0)
commit b1458b49a8648f14abba0eb945919b42ee5620d4
tree e7a9ee6edc008828b6f643c5489d4b1f1f220d64
parent b2e3a9b4efeb5b4057a8f01d8ea53ca620777039
tree e7a9ee6edc008828b6f643c5489d4b1f1f220d64
parent b2e3a9b4efeb5b4057a8f01d8ea53ca620777039
name | age | message | |
---|---|---|---|
![]() |
LICENSE | Fri Sep 25 15:24:03 -0700 2009 | releasing cascading-batch-query [nathanmarz] |
![]() |
NOTICE | Fri Sep 25 15:24:03 -0700 2009 | releasing cascading-batch-query [nathanmarz] |
![]() |
README | Fri Sep 25 15:37:35 -0700 2009 | explanation of test mode [nathanmarz] |
![]() |
build.xml | Fri Sep 25 15:24:03 -0700 2009 | releasing cascading-batch-query [nathanmarz] |
![]() |
src/ | Fri Sep 25 15:24:03 -0700 2009 | releasing cascading-batch-query [nathanmarz] |
![]() |
test/ | Fri Sep 25 15:24:03 -0700 2009 | releasing cascading-batch-query [nathanmarz] |
README
Compiling: You need to have HADOOP_HOME set to the root directory of Hadoop on your computer. CASACADING_HOME must point to a directory containing the cascading jar and cascading jar dependencies. This source code is adapted from Rapleaf's production code. Rapleaf's version uses particular datastores and that dependency has been removed for this release. Testing batch queries: Distributed cache does not work in local mode in Hadoop. For this reason, the Relevance class has an alternate code path for the purposes of writing unit tests that utilize batch queries. In order to activate "test mode", add this code to your test: Relevance.TEST_MODE = true; Any questions or feedback can be directed to nathan.marz@gmail.com
This feature is coming soon. Sit tight!