1. 00dd3e7 Issue no 102: Testing on a small rainbow cluster or as part of the regular build process did not reveal some issues that were observed when running on a big Yahoo cluster. The issue observed was an HTTP 500 error Reason: org.hadoop.apache.mapred.Reporter. This check-in makes a slight modification to the HDFS adapter to not re-use the reporter instance across mutliple operator instances. by ramangrover29 · 13 years ago
  2. fec1072 1) Modified HDFS adapter to use the Hadoop API for constructing a record reader to parse HDFSInputStream 2) Modified other adapters to swithc to a model where the parser instance is not shared across multiple instances 3) enabled HDFS cluster test case by ramangrover29 · 13 years ago
  3. 8f0fa33 update the pom for HDFS test by buyingyi · 13 years ago
  4. ff7a7f1 remove unnecessary console output in HDFS test cluster setup by buyingyi · 13 years ago
  5. c1df196 1. add HDFS test utilities by buyingyi · 13 years ago
  6. 0589cc0 During creation of a jobspec for a job that involved the ExternalDataScanOperator, the adapter is now configured at compile time and the oncfigured instance is set inside the operator. At runtime, the instance is deserialized to retain all information that was populated at compile time. This saves effort in re-computing the stuff by all operator instances by ramangrover29 · 13 years ago
  7. fea7406 modified HDFS adapter to evaluate parition constraints at compile time and store the serialized form. This also avoids multiple calls to namenode by ramangrover29 · 13 years ago
  8. 61bbff5 add sender side materialzing pipelining policy for load dataset/index jobs by buyingyi · 13 years ago
  9. 2728084 fix connection issue in client code by buyingyi · 13 years ago
  10. f01733d Fixed issue 19. by alexander.behm · 13 years ago
  11. 35a867b revert logging.properties by buyingyi · 13 years ago
  12. a1422ac fixing incorrect resulting plans of optimizer tests: inconsistent partition variable ordering in hash-exchange by buyingyi · 13 years ago
  13. ad5daac fix TestUtils result comparison; enable tpch queries by buyingyi · 13 years ago
  14. 05b20fb fix issue64 by rounding in test result comparisons by buyingyi · 13 years ago
  15. e77e8d8 add top-down record type propagation: from the inserting target data source to a record-constructor function call expression by buyingyi · 13 years ago
  16. 63009ca Modified pom to start java debug server while running tests by vinayakb · 13 years ago
  17. f5ee3b8 Modified stabilization branch to work with hyracks_asterix_stabilization by vinayakb · 13 years ago
  18. 332c5cd Created branch to stabilize Asterix by vinayakb · 13 years ago
  19. a13f242 This check-in is a clean up of the asterix code. by ramangrover29 · 13 years ago vault/asterix_stabilization@58
  20. 2d6d811 Fixed OptimizerTest by vinayakb · 13 years ago
  21. 500f895 Further minimized construction of HyracksConnection by vinayakb · 13 years ago
  22. dfc7e99 Added Asterix CLI to run tests from the command line by vinayakb · 13 years ago
  23. dab9ced Optimized the use of HyracksConnection by vinayakb · 13 years ago
  24. f249f49 Fixed asterix to depend on the latest hyracks release by vinayakb · 13 years ago
  25. 6f5133b Deleted empty folders by vinayakb · 13 years ago
  26. ac7e7ce Ignored eclipse files by vinayakb · 13 years ago
  27. 38b7ca4 Added asterix project by vinayakb · 13 years ago