1
0

[MINOR] Fix some typos

This commit is contained in:
wangxianghu
2020-02-15 08:55:23 +08:00
committed by leesf
parent 20ed2516d3
commit aaa6cf9a98
2 changed files with 5 additions and 5 deletions

View File

@@ -101,7 +101,7 @@ public class HoodieWriteClient<T extends HoodieRecordPayload> extends AbstractHo
/**
* Create a wirte client, without cleaning up failed/inflight commits.
* Create a write client, without cleaning up failed/inflight commits.
*
* @param jsc Java Spark Context
* @param clientConfig instance of HoodieWriteConfig
@@ -111,7 +111,7 @@ public class HoodieWriteClient<T extends HoodieRecordPayload> extends AbstractHo
}
/**
* Create a wirte client, with new hudi index.
* Create a write client, with new hudi index.
*
* @param jsc Java Spark Context
* @param clientConfig instance of HoodieWriteConfig
@@ -127,7 +127,7 @@ public class HoodieWriteClient<T extends HoodieRecordPayload> extends AbstractHo
}
/**
* Create a wirte client, allows to specify all parameters.
* Create a write client, allows to specify all parameters.
*
* @param jsc Java Spark Context
* @param clientConfig instance of HoodieWriteConfig
@@ -1054,7 +1054,7 @@ public class HoodieWriteClient<T extends HoodieRecordPayload> extends AbstractHo
/**
* Perform compaction operations as specified in the compaction commit file.
*
* @param compactionInstant Compacton Instant time
* @param compactionInstant Compaction Instant time
* @param activeTimeline Active Timeline
* @param autoCommit Commit after compaction
* @return RDD of Write Status

View File

@@ -485,7 +485,7 @@ public class HoodieDeltaStreamer implements Serializable {
}
/**
* Async Compactor Service tha runs in separate thread. Currently, only one compactor is allowed to run at any time.
* Async Compactor Service that runs in separate thread. Currently, only one compactor is allowed to run at any time.
*/
public static class AsyncCompactService extends AbstractDeltaStreamerService {