Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
hyracks
/
417020f40d7e33a569f635d1a656e45bf17ddbbd
/
hyracks-api
7fcc740
Made frame size be decidable on a per-job basis
by vinayakb
· 13 years ago
503497e
Further lowered frame size and allocation scope to the task level
by vinayakb
· 13 years ago
7d4b08e
Lowered scope of frame allocation to Joblet and Task contexts
by vinayakb
· 13 years ago
1b594f8
Merged hyracks_asterix_stabilization_scaleout -r1574:1644
by vinayakb
· 13 years ago
92a5c87
Made Port class serializable
by vinayakb
· 13 years ago
5a4d54d
Added client API to start job using an Activity Cluster Graph Generator Factory
by vinayakb
· 13 years ago
1ede7ef
Added IActivityClusterGraphGeneratorFactory. Further reduced coupling with JobSpecification and JobActivityGraph
by vinayakb
· 13 years ago
04f60cf
Refactored code to remove dependency on JobActivityGraph
by vinayakb
· 13 years ago
ef61aba
Removed createJob. startJob serves as the single call to create and start a job
by vinayakb
· 13 years ago
7a54fef
Cleaned up JobActivityGraph
by vinayakb
· 13 years ago
860fc2b
Simplified job deserialization
by vinayakb
· 13 years ago
3fbffa4
Merged hyracks_statistics -r 1371:1511
by vinayakb
· 13 years ago
8a4aa24
Modified evaluator factories to receive task context. Added the ability to attach global job state that is distributed to node controllers.
by vinayakb
· 13 years ago
3bbc59a
Added Hyracks Client Connection call to get topology
by vinayakb
· 13 years ago
bd00037
Added client API to get cluster topology
by vinayakb
· 13 years ago
3ec7709
Added support for describing network topology
by vinayakb
· 13 years ago
9c2456c
Fixed ports of examples to be 1098, the new default client net port
by vinayakb
· 13 years ago
38b7bcf
Refactored JobSpecification
by vinayakb
· 13 years ago
05fa48a
Refactored some of the operators to separate operator descriptors from the node pushables
by vinayakb
· 13 years ago
725f3fc
Added more logging to scheduler
by vinayakb
· 13 years ago
c89ac27
Merged hyracks_dev_next -r 1291:1292, -r 1293:1310
by vinayakb
· 13 years ago
84f714e
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 13 years ago
vault/hyracks_asterix_stabilization@1309
vault/hyracks_external_gby_fix@1331
vault/hyracks_optimized_sort@1327
1372ba4
[maven-release-plugin] prepare release hyracks-0.2.0
by vinayakb
· 13 years ago
hyracks-0.2.0@1289
c084d0a
Fixed erroneous equals() and hashCode()
by vinayakb
· 13 years ago
8f5a769
Merged hyracks_dev_next -r 601:1246
by vinayakb
· 13 years ago
41974f0
Integrated more native MR operators and a Shuffle Connector
by vinayakb
· 13 years ago
3b263b1
Added ability to get the network address of an NC at a client
by vinayakb
· 13 years ago
951d09c
Changed get/setMaxAttempts() to get/setMaxReattempts()
by vinayakb
· 13 years ago
5b85745
Added the ability for connectors to indicate source partitions that make it to a given target
by vinayakb
· 13 years ago
6a43513
Added CC info to ICCContext.
by vinayakb
· 14 years ago
8a0574d
Added get/set display name to Operators and Connectors
by vinayakb
· 14 years ago
7f49e52
Added ability to use other ser-deser techniques than just java serialization for IPC. Added custom ser-deser for high-traffic messages
by vinayakb
· 14 years ago
63e4e92
Made communication between Cluster Controller and Node Controller asynchronous
by vinayakb
· 14 years ago
eab7768
Fixed tracking of ipAddress -> node name map.
by vinayakb
· 14 years ago
3136b24
Removed Pair. Using Pair from commons-lang
by vinayakb
· 14 years ago
007deee
Added new IPC mechanism to Hyracks. Migrated all remote communications to use new IPC layer
by vinayakb
· 14 years ago
de206d0
Added profiling visualization. Added multi-resolution profiling
by vinayakb
· 14 years ago
e3a7dd3
Added Job timeline view
by vinayakb
· 14 years ago
5bb7164
Added getFieldCount() call to RecordDescriptor
by vinayakb
· 14 years ago
8ec0f61
Fixed NC memory leak. Fixed duplicate job cleanup. Cleaned up data treatment in Hyracks
by vinayakb
· 14 years ago
aac9ea7
Added client API to retrieve node controller information
by vinayakb
· 14 years ago
cf4ffa9
Added notification and cleanup on failure (Logical merge of -r 580:581 from trunk).
by vinayakb
· 14 years ago
4e6ac4d
Merged -r572:573 from trunk
by vinayakb
· 14 years ago
b1dbc1f
Fixed pipelining policy to indicate that consumer does not wait for producer to finish
by vinayakb
· 14 years ago
7407537
Cleaned up createPushRuntime api
by vinayakb
· 14 years ago
27e5c3b
Deleting settings
by vinayakb
· 14 years ago
e71db28
Merged hyracks_btree_updates_next into this branch.
by alexander.behm
· 14 years ago
cc6a677
Added javadocs to api.client public interfaces/classes
by vinayakb
· 14 years ago
a934ea9
Adding new files to HHJ code
by pouria.pirzadeh@gmail.com
· 14 years ago
e8fc473
Merged hyracks_dev_next into this branch. Fixed a bug in the BTree interior node where deletion would happen incorrectly if that node was the root, and if was last existing key was deleted.
by alexander.behm
· 14 years ago
938f4b6
Cleaned up unused code
by vinayakb
· 14 years ago
f46fefa
Updated version of branch to 0.2.0-SNAPSHOT
by vinayakb
· 14 years ago
fab18ba
Added javadocs to api.application package. Fixed some typos in method names.
by vinayakb
· 14 years ago
39bfd65
Removing eclipse junk files.
by alexander.behm
· 14 years ago
63132f8
Enabling all tests.
by alexander.behm
· 14 years ago
6708454
Refactoring BTree tests to reduce duplicate code and improve readability.
by alexander.behm
· 14 years ago
5e93424
Added ability to register TaskState with the infrastructure
by vinayakb
· 14 years ago
f787877
Added fail() call to IFrameWriter
by vinayakb
· 14 years ago
d0f1ffb
Merged 500:541 from trunk
by vinayakb
· 14 years ago
2a2ce14
Fixed REST Api
by vinayakb
· 14 years ago
5bf6123
Fixed runnability computation. Added two materializing pipelining policies.
by vinayakb
· 14 years ago
e0616d8
Changed job id from UUID to JobId
by vinayakb
· 14 years ago
54702fb
Converted OperatorDescriptorId and ConnectorDescriptorId to hold ints instead of UUIDs
by vinayakb
· 14 years ago
caf7405
Merged r497:500 from trunk
by vinayakb
· 14 years ago
21d59d4
Merged r490:491 from trunk
by vinayakb
· 14 years ago
a67c6c4
Refactored cluster controller
by vinayakb
· 14 years ago
87be975
Cleaned up partition management. Made fault recovery more robust.
by vinayakb
· 14 years ago
42c7054
Merged r436:440 from trunk
by vinayakb
· 14 years ago
880f0de
Merged r434 from trunk
by vinayakb
· 14 years ago
1774c50
Merged r432 from trunk
by vinayakb
· 14 years ago
3224dba
Added more connector policies. Cleaned up Activity API.
by vinayakb
· 14 years ago
ceb312d
Added sort-merge collector. tests pass
by vinayakb
· 14 years ago
e809eb0
Partial commit. Code compiles, but not complete
by vinayakb
· 14 years ago
759fb5f
Merged -r 330:354 from trunk
by vinayakb
· 14 years ago
f1c6fb9
Refactored code for scheduling changes
by vinayakb
· 14 years ago
77459fc
Fixed cleanup on job abort. Fixed profiling
by vinayakb
· 15 years ago
5397ccc
Fixed application deployment. Fault recovery works correctly.
by vinayakb
· 15 years ago
3d4c974
Added new scheduler. Temporarily disabled build of compat layer pending some changes
by vinayakb
· 15 years ago
b82d085
Merged r294 from the hyracks_io_management branch
by vinayakb
· 15 years ago
vault/hyracks_scheduling@296
74c7207
Merged r289:290 from the hyracks_io_management branch
by vinayakb
· 15 years ago
8024c92
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 15 years ago
e7388ac
[maven-release-plugin] prepare release hyracks-0.1.3
by vinayakb
· 15 years ago
b19569f
[maven-release-plugin] rollback the release of hyracks-0.1.3
by vinayakb
· 15 years ago
b1aa280
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 15 years ago
53275ce
[maven-release-plugin] prepare release hyracks-0.1.3
by vinayakb
· 15 years ago
hyracks-0.1.3@270
0eda49a
Merged 229:231 from hyracks_online_aggregation branch
by vinayakb
· 15 years ago
f75b793
Merged online_aggregation @186:220
by vinayakb
· 15 years ago
ac9d389
Added ITypeTrait interface to indicate statically know size of types. The BTree can now use this information (with the TypeAwareTupleWriter) to save space on field slots as follows. There are no more field slots for fixed-length types and the field slots for variable-length types are delta-compressed and encoded in a variable-byte format.
by alexander.behm
· 15 years ago
cdd3e1d
Added the ability to collect profile. Added REST Api to provide access to job state
by vinayakb
· 15 years ago
vault/hyracks_v0.2@173
6680769
Fixed empty connectors field in JSON
by vinayakb
· 15 years ago
d4d35e9
Changed JobSpecification JSON to denormalize connection info
by vinayakb
· 15 years ago
0665fc1
Added profile reporting capability
by vinayakb
· 15 years ago
93c4c1f
Added counters
by vinayakb
· 15 years ago
6cf661e
Added more descriptive information to operator start/finish logs
by vinayakb
· 15 years ago
424e1ae
Optimized in-memory sorting. Added Eclipse project files
by vinayakb
· 15 years ago
31ac00b
Optimized Hadoop File Reader
by vinayakb
· 15 years ago
0e6f338
Added Partition Constraints to JSON
by vinayakb
· 15 years ago
bfc33cf
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 15 years ago
abd5142
[maven-release-plugin] prepare release hyracks-0.1.2
by vinayakb
· 15 years ago
hyracks-0.1.2@115
97ceca9
Refactored IOperatorNodePushable to be extended for multiple inputs
by vinayakb
· 15 years ago
Next »