- 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.xml
more 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
,DateTime64
data type
- Add support for
DateTime
,DateTime64
data type
- Add support for
UUID
,JSON
,INET
,MACADDR
data type
- Add support for
UUID
,JSON
,INET
,MACADDR
data type
- Add support for
image
data type
- Add support for
image
data type
- Fixed incorrect column cuased by duplicate variable initialization (#92)
- Add power expressions (
^
) fordx_map
function
- Add tar.gz release package
- Takes item
password
to optional instead of required one
- Fixed incorrect target packaging folder (#81)
- Add support for
merge into
statement via configuringwirteMode
item (#82)
- Add support for
insert into ... on conflict
statement via configuringwirteMode
item (#82)
- Various code clean
- Reconstruct this plugin with 3rd-party jar package
- Add support for
Date
type - Fix for the occasional null pointer exception
- Add support for
Date
type
- 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
String
data type, other types will be ignore
- Add support for reading Parquet file (#54)
- Does not parse the
-m
command line argument, it doesn't really do anything!
- Add support for
datetime
data 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
2181
as default port
- Add support for
timestamp
data type
- Add support for
json
data 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
parquest
indicates support parquet format, old keywordpar
is not used