- change class package to
com.wgzhao
This is draft version
- Remove unnecessary jar packages
- Allow specify jdbc driver class name (#164c)
- Allow specify jdbc driver class name (#164c)
- Add HTTP reader plugin
- make
package.xmlmore general
- Add Kudu reader plugin
- Add kudu writer plugin
- Add Greenplum writer plugin
- Add InfluxDB reader plugin
- Add InfluxDB Writer plugin
- Change loglevel to reduce console output
- Add more exit code
- Fixed Date type can not convert to bytes
- Add support for more data type such as
Array,UUID,JSON,XML - Add more deme job files
- Add support for HBase 2.0 reader (
hbase20xreader) - Fixes for some minor issues
- Update some sample job json-string for documentation
- Add support for
DateTime,DateTime64data type
- Add support for
DateTime,DateTime64data type
- Add support for
UUID,JSON,INET,MACADDRdata type
- Add support for
UUID,JSON,INET,MACADDRdata type
- Add support for
imagedata type
- Add support for
imagedata type
- Fixed incorrect column cuased by duplicate variable initialization (#92)
- Add power expressions (
^) fordx_mapfunction
- Add tar.gz release package
- Takes item
passwordto optional instead of required one
- Fixed incorrect target packaging folder (#81)
- Add support for
merge intostatement via configuringwirteModeitem (#82)
- Add support for
insert into ... on conflictstatement via configuringwirteModeitem (#82)
- Various code clean
- Reconstruct this plugin with 3rd-party jar package
- Add support for
Datetype - Fix for the occasional null pointer exception
- Add support for
Datetype
- Fixed missing dependency jars (#68)
This is an emergency fix version to fix a serious problem in a previous release ( #62).
- Delete temporary local file
- Only parse redis
Stringdata type, other types will be ignore
- Add support for reading Parquet file (#54)
- Does not parse the
-mcommand line argument, it doesn't really do anything!
- Add support for
datetimedata type with old SQLServer edition
- Add support for truncating table before inserting records
- Add support for specifing zookeeper's port, if not presents, it uses
2181as default port
- Add support for
timestampdata type
- Add support for
jsondata type
- Transformer add column's basic operation
- Use prestosql's hadoop and hive jars instead of apache's
- various misc codes optimize
- remove supported for reading compressed dbf file
- fixed parse non-string type value
- fixed boolean type writing error
- Use keyword
parquestindicates support parquet format, old keywordparis not used