1. 0d87a57 VariableSizeFrame(VSizeFrame) support for Hyracks. by JavierJia · 9 years ago
  2. d000771 Add ability to configure network ports for NCs and CC. by Chris Hillery · 10 years ago
  3. 0622e8e Several major changes in hyracks: by Yingyi Bu · 10 years ago
  4. f53df34 reduced communication during result distribution by Till Westmann · 10 years ago
  5. 2a840cc Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  6. 3d94fc5 Merge branch 'master' into pouria/fix-memory by pouria.pirzadeh · 11 years ago
  7. 8178fc0 Fixing Methods signature by pouria.pirzadeh · 11 years ago
  8. dc9db57 support heterogenous cluster by Yingyi Bu · 11 years ago
  9. dba399d merge master by buyingyi · 11 years ago
  10. 8bf4819 add APT for retrieving slave counters by buyingyi · 11 years ago
  11. 172f9dc dealing with empty counter by Yingyi Bu · 11 years ago
  12. 7b324c9 fix linux io counter to return relative I/Os by buyingyi · 11 years ago
  13. 4c4c3db add IO counters in the client library by buyingyi · 11 years ago
  14. d9cf2ab let system_load be average of a specified period by buyingyi · 11 years ago
  15. ccd6c9d add client counter collection by Yingyi Bu · 11 years ago
  16. 6f8257d changes for memory management by pouria.pirzadeh · 11 years ago
  17. 77aad6b try to fix memory leak issue by JArod · 11 years ago
  18. 223512c Swap the order of monitor registration with the TCP channel. by Madhusudan.C.S · 11 years ago
  19. 276bbc2 add/update license headers by Till Westmann · 11 years ago
  20. 68bd0ca Merge master to madhusudancs/error-reporting. by Madhusudan.C.S · 11 years ago
  21. 534471c Read results for each result set id. by Madhusudan.C.S · 11 years ago
  22. e640fe2 Fix the job result status to use the job level status enum type. by Madhusudan.C.S · 11 years ago
  23. 456c946 When the job fails, give up fetching result locations. by Madhusudan.C.S · 11 years ago
  24. 320388a Propagate the actual exceptions thrown in the NCs to the CC and to the client via the API or WebUI. by Madhusudan.C.S · 11 years ago
  25. 68cbd7f Propagate the exception that is thrown while trying to read the result location, the job might have failed. by Madhusudan.C.S · 11 years ago
  26. 70a901d Add additional checks to make sure we do not bail out of reading when frames are still available but socket EOS has been reached. by madhusudancs@gmail.com · 11 years ago
  27. 1daf6a6 Separate the result reader out of the client class which sets up connection. by madhusudancs@gmail.com · 12 years ago
  28. 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
  29. ba89d0b Remove the usage of serialized descriptor. by madhusudancs@gmail.com · 12 years ago
  30. a1801d9 Remove unnecessary suffix "Function" from the method a couple of get method names. by madhusudancs@gmail.com · 12 years ago
  31. 3b7514b Implement the client side of the RPC chain to fetch the job status from the client. by madhusudancs@gmail.com · 12 years ago
  32. 49a6af0 Remove the unnecessary wait for getting the monitors since the client architecture has changed. by madhusudancs@gmail.com · 12 years ago
  33. 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
  34. 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
  35. 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
  36. f9332dd Use IInputChannel instead of IDatasetInputChannel in the monitor definitions. by madhusudancs · 12 years ago
  37. 459d110 Construct the DatasetClientContext object in the HyracksDataset constructor and pass it to the result channel's open method. by madhusudancs · 12 years ago
  38. b641a67 Implement a client side context from IHyracksCommonContext. by madhusudancs · 12 years ago
  39. 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
  40. 4da79e4 Use DatasetDirectoryRecords instead of NetworkAddresses everywhere we access that information in the dataset stack. by madhusudancs · 12 years ago
  41. 544eb63 We should print the buffer before recycling it by madhusudancs · 12 years ago
  42. 5b029cf Formatting fixes. by madhusudancs · 12 years ago
  43. b6cd6db5 Update all the imports with the new locations and fix the method calls with argument changes. by madhusudancs · 12 years ago
  44. 69f0819 Implement a network manager for the dataset clients to talk to the result distributing nodes. by madhusudancs · 12 years ago
  45. 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