Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
pregelix
/
546b581800adc65dfa2328a639a0a2d5f20b9bf1
/
pregelix-core
/
src
e5918db
support heterogenous cluster
by Yingyi Bu
· 12 years ago
abaace5
add support for Hadoop Counters via job.setCounterAggregatorClass
by Jake Biesinger
· 12 years ago
3d13b34
add an "iteration complete" hook for aggregation/reporting across iterations
by Jake Biesinger
· 12 years ago
6582965
add APT for retrieving slave counters
by buyingyi
· 12 years ago
b1464b5
add the dyanmic optimization skeleton
by buyingyi
· 12 years ago
45c1455
fix driver logging
by buyingyi
· 12 years ago
a138a75
let pregelix driver print perf. counter
by Yingyi Bu
· 12 years ago
322fe68
fix jobgen
by buyingyi
· 12 years ago
6648e2b
1. add deployment retry 2. support plan switch
by buyingyi
· 12 years ago
d653b2e
support multiple user-defined global aggregators
by buyingyi
· 12 years ago
04a48a2
fix file write race condition
by buyingyi
· 12 years ago
2afcd23
fix the duplicate jobid issue
by buyingyi
· 12 years ago
25fa61f
support multiple concurrent jobs
by buyingyi
· 12 years ago
a5702c8
fix in-place update
by buyingyi
· 12 years ago
158610b
fix the issue found by Genomix P4 algorithm
by buyingyi
· 12 years ago
5130f97
Merge branch 'master' into yingyi/fullstack_fix
by buyingyi
· 12 years ago
eb32b69
Allowed user to specify the merging policy
by salsubaiee
· 12 years ago
a9a0253
fix raw binary comparator
by buyingyi
· 12 years ago
696f31b
fix raw normalized key computer
by buyingyi
· 12 years ago
7cab340
use raw binary comparator internally for pregelix
by buyingyi
· 12 years ago
5559e6a
support both quick sort and merge sort as in-memory sort algorithms, but merge sort is the default one
by buyingyi
· 12 years ago
46bb2de
fix the cache miss problem in the sort merge reader
by buyingyi
· 12 years ago
0608d01
lower the hearbeat setting for tests
by buyingyi
· 12 years ago
a90e8c2
make failure-recovery work in multi-JVM test
by buyingyi
· 12 years ago
dbcbcb7
fix fault-tolerance and error reporting to handle disk failures
by buyingyi
· 12 years ago
db89e5e
notifyHeartbeat in some non-heartbeat events
by buyingyi
· 12 years ago
80e1453
1. simply activity cluster planner for all-producers-to-all-consumers kind of connectors; 2. lower the NC task threads' priority
by buyingyi
· 12 years ago
61647d2
1. fix the node failure scenario in job scheduler; 2. add fault-tolerance support and tests in pregelix
by buyingyi
· 12 years ago
8990d45
fix the checkpoint writing for vertex checkpointing and message checkpointing
by buyingyi
· 12 years ago
536f660
support large-size global aggreate values
by buyingyi
· 12 years ago
93c2f1b
pregelix-core uses appassembler for entry points
by Jake Biesinger
· 12 years ago
bd2732c
clean up the checkpointing control
by buyingyi
· 12 years ago
973f5f1
fix test jobs
by buyingyi
· 12 years ago
465548b
print the full stack trace when failures propagate to pregelix driver
by buyingyi
· 12 years ago
d1c3b07
Merge branch 'yingyi/fullstack_fix' of https://code.google.com/p/hyracks into yingyi/fullstack_fix
by buyingyi
· 12 years ago
74bf810
implemented checkpoint read
by buyingyi
· 12 years ago
c4cc404
avoid hidden error message
by sigmod
· 12 years ago
d85821e
add vertex checkpointing support
by buyingyi
· 12 years ago
8b13819
avoid btree update code path when the target entry has sufficient space
by buyingyi
· 12 years ago
32dd021
add job concatenation support
by buyingyi
· 12 years ago
45ed166
verify duplicate keys in bulkload
by buyingyi
· 12 years ago
f5dfc4f
use hadoop's vlong and fix driver's re-attempt to be 1
by buyingyi
· 12 years ago
dbedd59
let parititon constraint to be deterministic
by buyingyi
· 12 years ago
42ed68b
making test cases smaller
by buyingyi
· 12 years ago
f587b83
add message overflow support
by buyingyi
· 12 years ago
c9e0b40
fix parameters
by buyingyi
· 12 years ago
a287478
for sattam to debug
by buyingyi
· 12 years ago
1a9921e
fix the BF key fields
by buyingyi
· 12 years ago
632233a
check in lsm support and test for sattam to debug
by buyingyi
· 12 years ago
39bbdd8
merge master
by buyingyi
· 12 years ago
9d1c45a
add LSM support in pregelix
by buyingyi
· 12 years ago
a707bbe
refactoring dataflow operators to be more general--suport both b-tree and lsm b-tree
by buyingyi
· 12 years ago
e96d464
Pass a boolean argument to the bulkload to decides if checking for an empty index is needed.
by salsubaiee
· 12 years ago
55277bd
add the support for customized partitioner
by buyingyi
· 12 years ago
2027c2d
add/update license headers
by Till Westmann
· 12 years ago
09d6b4c
Fix for issue 450.
by salsubaiee
· 12 years ago
c21b5dd
reduce unnecessary B-Tree (non-inplace) update
by buyingyi
· 12 years ago
0357bb6
add normalized key computer support in Pregelix
by buyingyi
· 12 years ago
f7e5ef6
support variable frame size in btree loading
by buyingyi
· 12 years ago
a1f0021
address Madhu's review comments
by buyingyi
· 12 years ago
2659628
reintegrate fullstack_dynamic_deployment
by buyingyi
· 12 years ago
ad62f97
merged fullstack_asterix_stabilization -r3171:3236 --> fullstack_lsm_staging
by zheilbron
· 12 years ago
8ef5502
merge -r3173:3188 https://hyracks.googlecode.com/svn/branches/fullstack_release_candidate@3234; merge -r 3209:3233 from trunk
by buyingyi
· 12 years ago
cf71f5d
fix the pregelix script to add CDH hadoop conf path into the classpath
by buyingyi
· 12 years ago
ea61777
fix code and scripts for rack-awareness
by buyingyi
· 12 years ago
d08911a
fix pregelix driver for the case hadoop_home is not set
by buyingyi
· 12 years ago
2a53d9c
merged from fullstack_asterix_stabilization to fullstack_lsm_staging -r3100:3171
by kisskys
· 12 years ago
b29b99d
Merged fullstack_asterix_stabilization -r 3157:3163
by vinayakb
· 12 years ago
d025b17
Merged fullstack_asterix_stabilization -r 2933:3157
by vinayakb
· 12 years ago
1fd427e
1. update script to add result-distribution paramteres; 2. fix rack-aware scheduler for boundary cases
by buyingyi
· 12 years ago
0318b39
Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution.
by madhusudancs@gmail.com
· 12 years ago
48ccc3e
merge r3038:3100 fullstack_asterix_stabilization -> fullstack_lsm_staging
by zheilbron
· 12 years ago
29e45fd
fix addVertex in the inner join plan
by buyingyi
· 12 years ago
ef9ecbb
update scripts
by buyingyi
· 12 years ago
715f745
Add the additional datasetIPAddress parameter required for the NCConfig in all the tests and implement the basic infrastructure required to run hyracks integration tests using ResultWriterOperatorDescriptor.
by madhusudancs@gmail.com
· 12 years ago
f0145ae
merged hyracks_lsm_tree and fullstack_asterix_stabilization
by zheilbron
· 12 years ago
df60629
Merged fullstack_asterix_stabilization -r 2813:2933
by vinayakb
· 12 years ago
607cc11
Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution.
by madhusudancs@gmail.com
· 12 years ago
3bead19
fix a potential resource leak: still destroy applications when there are exceptions during job executions
by buyingyi
· 12 years ago
ebaaa8c
Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution branch.
by madhusudancs@gmail.com
· 12 years ago
0972869
remove patched hadoop code for pregelix
by buyingyi
· 12 years ago
f8b46bd
1. let hyracks-hdfs support hadoop new API\n 2. let Pregelix use hyracks-hdfs functionality;\n 3. increase degree-of-parallelism in tests
by buyingyi
· 12 years ago
5433f39
Merged fullstack_staging -r 2426:2786
by vinayakb
· 12 years ago
05853ef
add insert/delete vertex support
by buyingyi
· 13 years ago
e7de283
make example job outputs concise
by buyingyi
· 13 years ago
cdf45da
support job specific frame size in Pregelix
by buyingyi
· 13 years ago
92d63c9
Fixed pregelix tests to use INCApplicationEntryPoint. Fixed BTree example to use INCApplicationEntryPoint. Fixed POMs to have versions for all plugins
by vinayakb
· 13 years ago
f8d8e4a
fix the language problem in the getip script
by buyingyi
· 13 years ago
491888b
update startDebugNc.sh script
by buyingyi
· 13 years ago
0a36839
update getip script for macos
by buyingyi
· 13 years ago
a550bb0
update scripts
by buyingyi
· 13 years ago
31c13bc
update scripts
by buyingyi
· 13 years ago
24349f0
update scripts
by buyingyi
· 13 years ago
edebb53
update stopnc script
by buyingyi
· 13 years ago
82e1247
fix getting ip address in complex scenarios
by buyingyi
· 13 years ago
cbec023
make detailed timing output
by buyingyi
· 13 years ago
8b03929
lower the example cc xmx configuration.
by buyingyi
· 13 years ago
5a7e9f5
support default plan paramter
by buyingyi
· 13 years ago
c2d266f
fix the pregelix script to imporve the app deployment time
by buyingyi
· 13 years ago
dd66cbc
add start debug nc scripts, accroding to Hongzhi's feedback
by buyingyi
· 13 years ago
Next »