1
0

Javadoc generation fails because of invalid html tags

This commit is contained in:
Prasanna Rajaperumal
2017-01-05 19:56:41 -08:00
parent 7171ea6909
commit 1d72b164c8
2 changed files with 1 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ import java.util.List;
import java.util.Scanner;
/**
* Utility to pull data after a given commit, based on the supplied HiveQL & save the delta as another hive temporary table.
* Utility to pull data after a given commit, based on the supplied HiveQL and save the delta as another hive temporary table.
*
* Current Limitations:
*

View File

@@ -51,7 +51,6 @@ import java.util.List;
/**
* An Utility which can incrementally take the output from {@link HiveIncrementalPuller} and apply it to the target dataset.
* <p/>
* Does not maintain any state, queries at runtime to see how far behind the target dataset is from
* the source dataset. This can be overriden to force sync from a timestamp.
*/