Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
hyracks
/
d1582522be7f14946ea7e5b7612bb840db5af0af
/
hyracks
b5668d2
Merge branch 'master' into genomix/fullstack_genomix
by JavierJia
· 12 years ago
534471c
Read results for each result set id.
by Madhusudan.C.S
· 12 years ago
25b8e9c
Add null guards to avoid NPE when there is no result distribution enabled.
by Madhusudan.C.S
· 12 years ago
1e8df9f
Merge branch 'fullstack_lsm_staging' into madhusudancs/parallelize_result_distribution.
by Madhusudan.C.S
· 12 years ago
422aaee
added log messages for LSM index flushes and merges
by zheilbron
· 12 years ago
e640fe2
Fix the job result status to use the job level status enum type.
by Madhusudan.C.S
· 12 years ago
3480d5f
Clear buffer after each new write.
by Madhusudan.C.S
· 12 years ago
f13540d
Don't use memory manager when no buffer space is given.
by Madhusudan.C.S
· 12 years ago
45ab611
Lock conservatively for writes and don't lock result state at all for references.
by Madhusudan.C.S
· 12 years ago
456c946
When the job fails, give up fetching result locations.
by Madhusudan.C.S
· 12 years ago
f995c51
Made the fix for issue 100 clearer
by zheilbron
· 12 years ago
5e87ed9
instrumented LSM RTree with modification operation callbacks
by Zachary Heilbron
· 12 years ago
092f4ba
merge version-bumped fullstack_lsm_staging
by buyingyi
· 12 years ago
8b021a5
merge fullstack_pregelix_fix
by buyingyi
· 12 years ago
ccfbf41
[maven-release-plugin] prepare for next development iteration
by Vinayak Borkar
· 12 years ago
bdd3648
[maven-release-plugin] prepare release fullstack-0.2.5
by Vinayak Borkar
· 12 years ago
fullstack-0.2.5
4a99667
Check the record status only if it is not null.
by Madhusudan.C.S
· 12 years ago
80bb3cc
reintegrate fullstack_dynamic_deployment
by buyingyi
· 12 years ago
89b7da1
Implement read aborting in all the nodes when a job fails.
by Madhusudan.C.S
· 12 years ago
b80fbdf
FileReference deletion should not be attempted when it is not defined.
by Madhusudan.C.S
· 12 years ago
41317b2
When the job state does not exist in the Map, i.e. when it has been cleaned up no status reporting needs to be done, so guard the null value.
by Madhusudan.C.S
· 12 years ago
68cbd7f
Propagate the exception that is thrown while trying to read the result location, the job might have failed.
by Madhusudan.C.S
· 12 years ago
a4b2d15
Testing the complete call of the search call back.
by salsubaiee
· 12 years ago
150932c
Add support for maintaining tailPage pointers.
by Madhusudan.C.S
· 12 years ago
dbe06fb
More refactoring, don't open file handles until necessary.
by Madhusudan.C.S
· 12 years ago
c4e5cca
More refactoring.
by Madhusudan.C.S
· 12 years ago
87b41b6
Additional refactoring to open the file only when necessary.
by Madhusudan.C.S
· 12 years ago
76036e4
Refactor result caching mechanism.
by Madhusudan.C.S
· 12 years ago
acb73e9
Whitespace style fixes.
by Madhusudan.C.S
· 12 years ago
f4658c9
LinkedHashMap should be synchronized on external monitors, not the same object.
by Madhusudan.C.S
· 12 years ago
379c91f
Write debug information for each operation in the Dataset Partition Manager.
by Madhusudan.C.S
· 12 years ago
a2ce3ae
De-init the state only if the state for a partition was initialized at all on this node controller.
by Madhusudan.C.S
· 12 years ago
fe6754b
Create pages for result distribution on-demand.
by Madhusudan.C.S
· 12 years ago
a6ef604
Modified the search for the lsm-btree to do properly use instant locks.
by salsubaiee
· 12 years ago
3e9c53e
make genomix-hyracks test compilable
by JavierJia
· 12 years ago
6dbd752
merge fullstack_dynamic_deployment
by buyingyi
· 12 years ago
08b132e
merge fullstack_lsm_staging
by buyingyi
· 12 years ago
f3e6123
merge fullstack_dynamic_deployment--batch 4
by buyingyi
· 12 years ago
427b06b
merge fullstack_dynamic_deployment
by buyingyi
· 12 years ago
2f81a34
fix a serializer/deserializer race condition in pregelix hash computer
by buyingyi
· 12 years ago
d245783
change pregelix refection code to use the proper classloader
by buyingyi
· 12 years ago
0ead748
adapt pregelix to the ioc changes
by madhusudancs@gmail.com
· 12 years ago
0c43004
add undeployment
by madhusudancs@gmail.com
· 12 years ago
3575129
changes for dynamic jar deployment
by madhusudancs@gmail.com
· 12 years ago
8867a1a
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 12 years ago
vault/fullstack_lsm_staging@3347
4fa2343
[maven-release-plugin] prepare release fullstack-0.2.4
by vinayakb
· 12 years ago
fullstack-0.2.4@3341
4df3110
Merged fullstack_lsm_staging upto r3336
by vinayakb
· 12 years ago
57f300b
changes for dynamic deployment according to Vinayak's suggestions
by buyingyi
· 12 years ago
07ebeaf
revised skeleton for dynamic deployment
by buyingyi
· 12 years ago
d3df8ce
add deploy binary into hyracks connection api
by buyingyi
· 12 years ago
887e82c
add the skeleton for dynmaic deployment
by buyingyi
· 12 years ago
3688c7b
Implement job cleaner using the history property.
by madhusudancs@gmail.com
· 12 years ago
97cfb16
Use LinkedHashMap to remove the state of old entries.
by madhusudancs@gmail.com
· 12 years ago
ed8b8eb
svn merge -r3112:3163 https://hyracks.googlecode.com/svn/branches/fullstack_asterix_stabilization svn merge -r3173:3188 https://hyracks.googlecode.com/svn/branches/fullstack_release_candidate@3234 svn merge -r3209:3233 https://hyracks.googlecode.com/svn/trunk/fullstack
by anbangx
· 12 years ago
a7ee757
merge -r3173:3188 https://hyracks.googlecode.com/svn/branches/fullstack_release_candidate@3234; merge -r 3209:3233 from trunk
by buyingyi
· 12 years ago
6952551
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 12 years ago
1ca34f4
[maven-release-plugin] prepare release fullstack-0.2.3
by vinayakb
· 12 years ago
fullstack-0.2.3@3231
ef88ddb
fix poms
by buyingyi
· 12 years ago
ea837d0
[maven-release-plugin] rollback the release of fullstack-0.2.3
by vinayakb
· 12 years ago
a553abb
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 12 years ago
beac3b2
[maven-release-plugin] prepare release fullstack-0.2.3
by vinayakb
· 12 years ago
fullstack-0.2.3@3210
55df521
cross merge fullstack_release_candidate into trunk
by buyingyi
· 12 years ago
48632b4
Merge fullstack_hyracks_result_distribution to fullstack_asterix_stabilization.
by madhusudancs@gmail.com
· 12 years ago
f5ee12b
merge Madhu's fix for NodeDetailsPage
by buyingyi
· 12 years ago
041d6f7
Fix the name of the variable, one disadvantage of a dynamic language
by madhusudancs@gmail.com
· 12 years ago
f2782a8
fix code and scripts for rack-awareness
by buyingyi
· 12 years ago
0759951
Fix merge and build issue.
by madhusudancs@gmail.com
· 12 years ago
4a346ea
Fixed incorrect version of hyracks-dist
by vinayakb
· 12 years ago
ccd9938
Merge fullstack_asterix_stabilization with fullstack_hyracks_result_distribution.
by madhusudancs@gmail.com
· 12 years ago
5d91c95
Merged fullstack_asterix_stabilization -r 3157:3163
by vinayakb
· 12 years ago
vault/fullstack_hyracks_ioc
9506d18
Merged fullstack_asterix_stabilization -r 2933:3157
by vinayakb
· 12 years ago
26198a2
1. update script to add result-distribution paramteres; 2. fix rack-aware scheduler for boundary cases
by buyingyi
· 12 years ago
0a0a0b0
minor fix for the log
by buyingyi
· 12 years ago
db6dc11
Add support to handle job failures.
by madhusudancs@gmail.com
· 12 years ago
bdeff22
add boundary tests for hdfs scheduler
by buyingyi
· 12 years ago
af03bc4
add the test topology file
by buyingyi
· 12 years ago
e908ec5
1. add tests for rack-aware test; 2. add svn ignore files
by buyingyi
· 12 years ago
3846295
refactoring hdfs-scheduler to support different policies
by buyingyi
· 12 years ago
bb4de2f
considering IP proximity in scheduling when there is no topology information
by buyingyi
· 12 years ago
8ba7c7f
Add the missing dataset api files.
by madhusudancs@gmail.com
· 12 years ago
ee6a52c
Merge fullstack_hyracks_result_distribution again to fullstack_asterix_stabilization.
by madhusudancs@gmail.com
· 12 years ago
00e0814
improve hdfs-scheduler's data-locality rate
by buyingyi
· 12 years ago
caf0833
Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution.
by madhusudancs@gmail.com
· 12 years ago
a880ed9
1. add a concurrent hash map patch for hive serde2; 2. minimize the hyracks cc history size
by buyingyi
· 12 years ago
3ff0d66
svn merge -r3096:3112 https://hyracks.googlecode.com/svn/branches/fullstack_asterix_stabilization
by jianfeng.jia@gmail.com
· 12 years ago
2fc704b
fix comparator bug in VLongKmer
by jianfeng.jia@gmail.com
· 12 years ago
366a841
fix external gby to not open the writer twice
by buyingyi
· 12 years ago
f6cb991
fix hdfs writer
by buyingyi
· 12 years ago
3ca6098
svn merge -r2972:3096 https://hyracks.googlecode.com/svn/branches/fullstack_asterix_stabilization
by jianfeng.jia@gmail.com
· 12 years ago
d114134
refactor hyracks-hdfs to unify the code path of new/old APIs and generate more balanced schedules
by buyingyi
· 12 years ago
cb04e4d
let hivesterix use hyracks-hdfs
by buyingyi
· 12 years ago
d4140ee
Implement a method to return valid file references.
by madhusudancs@gmail.com
· 12 years ago
cbcd73b
Style fix in result writer operator.
by madhusudancs@gmail.com
· 12 years ago
c3bd7c3
Implement a basic memory manager to cache results from jobs and use the writer and reader to store and distribute the results.
by madhusudancs@gmail.com
· 12 years ago
7b604e0
Implement interfaces for result writing and reading.
by madhusudancs@gmail.com
· 12 years ago
e611d23
Add support to provide the result distribution buffer memory budget as command line option to the node controller.
by madhusudancs@gmail.com
· 12 years ago
f58b75d
Implement a class for storing the state of the results.
by madhusudancs@gmail.com
· 12 years ago
88b4d32
Supply only frame size to NetworkOutputChannel not the whole context.
by madhusudancs@gmail.com
· 12 years ago
f5cfdff
Change almost all the integration tests to use ResultWriterOperatorDescriptor for result distribution.
by madhusudancs@gmail.com
· 12 years ago
d6066cb
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
Next »