Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

SSM v1.3.1

Compare
Choose a tag to compare
@littlezhou littlezhou released this 01 Dec 15:40

Highlights:

  • Asynchronous data copy to S3. New action 'copy2s3' added to copy a file from local Hadoop cluster to S3 buckets. Please refer S3 Supporting for more info.
  • Action chain supported. An action chain contains 2 or more actions and these actions are executed sequentially. Failure of one action will cause the whole action chain execution failure. Please refer Section SSM rule examples in SSM Deployment Guide.
  • Cmdlet history purging. Two policies supported (number of cmdlets and time-to-live) for cmdlet purging. Please refer Section Performance tuning in SSM Deployment Guide.
  • Dynamic enable/disable SmartDFSClient supported. Please refer Section Performance tuning in SSM Deployment Guide.

Change log:

  • #1459, Fix stop cmdlet error
  • Add endpoint and proxy to s3-support
  • #1419, Get hazelcast members from separate file
  • Solve S3 dependency of CDH-5.10.1 (hadoop-2.6)
  • #1438, Fix data sync rename and baseSync crash
  • Enable copy to S3 feature
  • Fix help bugs and delete websocket service from zepplin-web
  • #1432, Set host info for active smart server
  • #1422, Fix mover test random failure
  • Fix smart-table bug and remove websocket form notebookCtr
  • #858, Add user info to file Access Event
  • #1416, Complete disable SmartClient on node
  • #1285, Mechanism to remove non-needed records from tables
  • #1409, Delete finished cmdlets to keep only N newest finished cmdlets
  • #1402, Delete finished cmdlets before given timestamp
  • #1386, Make tidb ports & db user's password configurable
  • #1256, Fix unnecessary sync actions caused by dirty cache
  • #1399, Fix TestMoverExecutor random failure
  • #1397, Fix no cmdlet executor service available
  • Refine enable-kerberos.md
  • #1394, Fix data node storage data incorrect issue