Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
fba23a3041d716c4fa04dbbbbc27ae0c6ff3350a
/
hyracks-dataflow-hadoop
4b74391
merged hyracks_asterix_stabilization r1634:1651
by zheilbron
· 12 years ago
b1ee09f
merged hyracks_asterix_stabilization r1440:1453
by zheilbron
· 12 years ago
e74da94
merged r1274:1322 from hyracks_dev_next
by zheilbron
· 13 years ago
41974f0
Integrated more native MR operators and a Shuffle Connector
by vinayakb
· 13 years ago
5bb7164
Added getFieldCount() call to RecordDescriptor
by vinayakb
· 13 years ago
7407537
Cleaned up createPushRuntime api
by vinayakb
· 13 years ago
c476921
Ignored Eclipse metadata files
by vinayakb
· 13 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
· 13 years ago
f46fefa
Updated version of branch to 0.2.0-SNAPSHOT
by vinayakb
· 13 years ago
39bfd65
Removing eclipse junk files.
by alexander.behm
· 13 years ago
63132f8
Enabling all tests.
by alexander.behm
· 13 years ago
36a6a73
Fixed protocol to call fail() on writers when source operators encounter an error.
by vinayakb
· 13 years ago
f787877
Added fail() call to IFrameWriter
by vinayakb
· 13 years ago
d0f1ffb
Merged 500:541 from trunk
by vinayakb
· 13 years ago
caf7405
Merged r497:500 from trunk
by vinayakb
· 13 years ago
21d59d4
Merged r490:491 from trunk
by vinayakb
· 13 years ago
a67c6c4
Refactored cluster controller
by vinayakb
· 13 years ago
42c7054
Merged r436:440 from trunk
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
3d4c974
Added new scheduler. Temporarily disabled build of compat layer pending some changes
by vinayakb
· 14 years ago
74c7207
Merged r289:290 from the hyracks_io_management branch
by vinayakb
· 14 years ago
8024c92
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 14 years ago
e7388ac
[maven-release-plugin] prepare release hyracks-0.1.3
by vinayakb
· 14 years ago
b19569f
[maven-release-plugin] rollback the release of hyracks-0.1.3
by vinayakb
· 14 years ago
b1aa280
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 14 years ago
53275ce
[maven-release-plugin] prepare release hyracks-0.1.3
by vinayakb
· 14 years ago
4c6c1c8
Refactored WritableComparingComparatorFactory to RawComparingComparatorFactory
by vinayakb
· 14 years ago
f75b793
Merged online_aggregation @186:220
by vinayakb
· 14 years ago
5159e70
Modified HadoopWriterOperatorDescriptor. The operator previously used to create Sequence files by opening FSDataOutputStream. Though this results in correct creation of the sequence file, it is still better to have it done by obtaining a SequenceFile writer from the outputFormat.
by RamanGrover29
· 14 years ago
199a91b
External Hadoop client like Pig/Hive use intermediate output formats. Earlier the write operator used to open a FSDataOutputStream and push in the bytes. This works fine but not with some custom output formats that do not write into HDFS but to some local storage. In order to be compatible with such custom formats, we must get the writer from the custom format. This check in ensures the the writer writes in a manner similar to the custom output format
by RamanGrover29
· 14 years ago
4b64721
Fixed issure related to initialization of Job Conf in HadoopReducer
by RamanGrover29
· 14 years ago
8134053
Changed WritableComparingComparatorFactory to use RawComparator. Changed FrameTupleAppender to accept IFrameTupleAccessor.
by vinayakb
· 14 years ago
cb79fea
fixed issue related to initialization of JobConf instance before calling in the configure
by RamanGrover29
· 14 years ago
eeeeec4
Made changes to support org.apache.hadoop.mapreduce library in addition to org.apache.hadoop.mapred library. The new library is used in Hadoop client community, notably in Pig and Mahout. To be compatible with hadoop, this change is mandatory
by RamanGrover29
· 14 years ago
628bd6b
Hadoop Operators currently do not support 'org.apache.hadoop.mapreduce.*' types and hence cannot run MR jobs referencing those types. In order to be compatible, we need to support them.
by RamanGrover29
· 14 years ago
494cfa4
modified HadoopMapper operator to work in two modes :
by RamanGrover29
· 14 years ago
bc19b45
removed log messages
by ramangrover29
· 14 years ago
a475c31
removed Systemm.out messages
by ramangrover29
· 14 years ago
a9d6766
1) Resolved issue related to reduce operator closing correctly.
by ramangrover29
· 14 years ago
afbc779
Fixed eclipse .classpath files
by vinayakb
· 14 years ago
424e1ae
Optimized in-memory sorting. Added Eclipse project files
by vinayakb
· 14 years ago
d0a36e1
Removed target folder
by vinayakb
· 14 years ago
02d44d9
1) All Hadoop* operators now work with an instance of JobConf instead of working with
by ramangrover29
· 14 years ago
7c84bfb
Fixed problem with closing writer
by vinayakb
· 14 years ago
08f5d76
Fixed final flush problem
by vinayakb
· 14 years ago
c44aac4
Fixed Split instantiation
by vinayakb
· 14 years ago
31ac00b
Optimized Hadoop File Reader
by vinayakb
· 14 years ago
1407463
1) Writing Splits:
by ramangrover29
· 14 years ago
47d2471
Fixed erroneous retrieval of input record descriptor
by vinayakb
· 14 years ago
168d92f
Added Binary Preclustered Group Operator. Preclustered and Hash based group operators now use the same aggregator interface. Added a Frame Writing Operator.
by vinayakb
· 14 years ago
bfc33cf
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 14 years ago
abd5142
[maven-release-plugin] prepare release hyracks-0.1.2
by vinayakb
· 14 years ago
0e1b1b0
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 14 years ago
6d5bb82
[maven-release-plugin] prepare release hyracks-0.1.1
by vinayakb
· 14 years ago
5ba3708
Renamed Map* to DeserializedMap*
by vinayakb
· 14 years ago
28cc83e
Added parent POM info
by vinayakb
· 14 years ago
2b1ef15
Added distribution management. Bumped version to 0.1.1-SNAPSHOT
by vinayakb
· 14 years ago
4e27fdd
Removed getRegistry() calls from CC
by vinayakb
· 14 years ago
f93682a
Refactored hadoop operators out of dataflow-std
by vinayakb
· 14 years ago