Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
930fc21489a48165b506864ae82c153e0b91e3f2
/
hyracks
/
hyracks-dataflow-hadoop
d761389
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 13 years ago
efe5ab0
[maven-release-plugin] prepare release hyracks-0.1.6
by vinayakb
· 13 years ago
f20ffcd
Merged r459:490 from hyracks_hadoop_compat_changes branch
by vinayakb
· 13 years ago
dc870c7
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 14 years ago
cce2dd2
[maven-release-plugin] prepare release hyracks-0.1.5
by vinayakb
· 14 years ago
3ae9ab2
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 14 years ago
5053f45
[maven-release-plugin] prepare release hyracks-0.1.4
by vinayakb
· 14 years ago
072acae
Merged in hyracks_scheduling branch
by vinayakb
· 14 years ago
09a3697
Merged r289:290 from the hyracks_io_management branch
by vinayakb
· 14 years ago
81ff7cb
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 14 years ago
3dfd20c
[maven-release-plugin] prepare release hyracks-0.1.3
by vinayakb
· 14 years ago
0d932c5
[maven-release-plugin] rollback the release of hyracks-0.1.3
by vinayakb
· 14 years ago
30a19d4
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 14 years ago
391df4d
[maven-release-plugin] prepare release hyracks-0.1.3
by vinayakb
· 14 years ago
bb0776a
Refactored WritableComparingComparatorFactory to RawComparingComparatorFactory
by vinayakb
· 14 years ago
cdb4d69
Merged online_aggregation @186:220
by vinayakb
· 14 years ago
8062d1e
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
6118da3
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
d63d379
Fixed issure related to initialization of Job Conf in HadoopReducer
by RamanGrover29
· 14 years ago
9488b93
Changed WritableComparingComparatorFactory to use RawComparator. Changed FrameTupleAppender to accept IFrameTupleAccessor.
by vinayakb
· 14 years ago
379a66d
fixed issue related to initialization of JobConf instance before calling in the configure
by RamanGrover29
· 14 years ago
afd1891
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
d29b392
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
745c4dd
modified HadoopMapper operator to work in two modes :
by RamanGrover29
· 14 years ago
d165b04
removed log messages
by ramangrover29
· 14 years ago
4cba9d7
removed Systemm.out messages
by ramangrover29
· 14 years ago
8dfdf80
1) Resolved issue related to reduce operator closing correctly.
by ramangrover29
· 14 years ago
c758c76
Fixed eclipse .classpath files
by vinayakb
· 14 years ago
3fa67de
Optimized in-memory sorting. Added Eclipse project files
by vinayakb
· 14 years ago
2a12b52
Removed target folder
by vinayakb
· 14 years ago
2e1bec2
1) All Hadoop* operators now work with an instance of JobConf instead of working with
by ramangrover29
· 14 years ago
15f8bae
Fixed problem with closing writer
by vinayakb
· 14 years ago
c3d6933
Fixed final flush problem
by vinayakb
· 14 years ago
6cc1d41
Fixed Split instantiation
by vinayakb
· 14 years ago
e3be0b6
Optimized Hadoop File Reader
by vinayakb
· 14 years ago
35b5297
1) Writing Splits:
by ramangrover29
· 14 years ago
ee602e8
Fixed erroneous retrieval of input record descriptor
by vinayakb
· 14 years ago
cb36c5d
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
61242ac1
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 14 years ago
e89f67d
[maven-release-plugin] prepare release hyracks-0.1.2
by vinayakb
· 14 years ago
3e83505
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 14 years ago
f76c937
[maven-release-plugin] prepare release hyracks-0.1.1
by vinayakb
· 14 years ago
fe96b20
Renamed Map* to DeserializedMap*
by vinayakb
· 14 years ago
0fbb5f2
Added parent POM info
by vinayakb
· 14 years ago
97785f4
Added distribution management. Bumped version to 0.1.1-SNAPSHOT
by vinayakb
· 14 years ago
21f691f
Removed getRegistry() calls from CC
by vinayakb
· 14 years ago
4418b99
Refactored hadoop operators out of dataflow-std
by vinayakb
· 14 years ago