Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
a7ee757b99727ee3f9beffde69d067da2593cd5d
/
hyracks
/
hyracks-client
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
1daf6a6
Separate the result reader out of the client class which sets up connection.
by madhusudancs@gmail.com
· 12 years ago
c03819b
Update Java version to 1.7 in the pom.xml files that were added in this branch.
by madhusudancs@gmail.com
· 12 years ago
c9a8229
Decrement the number of available frames after each read and check for the available frames count each time.
by madhusudancs@gmail.com
· 12 years ago
ba89d0b
Remove the usage of serialized descriptor.
by madhusudancs@gmail.com
· 12 years ago
dca02da
Update hyracks api version to 0.2.3-SNAPSHOT.
by madhusudancs@gmail.com
· 12 years ago
a1801d9
Remove unnecessary suffix "Function" from the method a couple of get method names.
by madhusudancs@gmail.com
· 12 years ago
3b7514b
Implement the client side of the RPC chain to fetch the job status from the client.
by madhusudancs@gmail.com
· 12 years ago
49a6af0
Remove the unnecessary wait for getting the monitors since the client architecture has changed.
by madhusudancs@gmail.com
· 12 years ago
801ad55
Completely rewrite the HyracksDataset client API class to use the new serializer and fetch the records buffer by before.
by madhusudancs@gmail.com
· 12 years ago
37b7d29
Implement the client side of RPCs to give the clients the ability to retrieve serialized record descriptor.
by madhusudancs@gmail.com
· 12 years ago
4bb03e9
Revert the hyracks version to 0.2.2 for all the packages.
by madhusudancs@gmail.com
· 12 years ago
499aaf1
We do not have a need to define a frame size statically within the dataset now because we obtain that from the job specification.
by madhusudancs
· 12 years ago
f9332dd
Use IInputChannel instead of IDatasetInputChannel in the monitor definitions.
by madhusudancs
· 12 years ago
459d110
Construct the DatasetClientContext object in the HyracksDataset constructor and pass it to the result channel's open method.
by madhusudancs
· 12 years ago
b641a67
Implement a client side context from IHyracksCommonContext.
by madhusudancs
· 12 years ago
3b2d55b
Just use null as values to localAddress and listener for non listening TCP endpoints instead of copy pasting the constructor method.
by madhusudancs
· 12 years ago
4da79e4
Use DatasetDirectoryRecords instead of NetworkAddresses everywhere we access that information in the dataset stack.
by madhusudancs
· 12 years ago
544eb63
We should print the buffer before recycling it
by madhusudancs
· 12 years ago
5b029cf
Formatting fixes.
by madhusudancs
· 12 years ago
b6cd6db5
Update all the imports with the new locations and fix the method calls with argument changes.
by madhusudancs
· 12 years ago
69f0819
Implement a network manager for the dataset clients to talk to the result distributing nodes.
by madhusudancs
· 12 years ago
7e8e6d5
Create a new project called hyracks-client and move all the dataset api implementation classes into this new project.
by madhusudancs
· 12 years ago