Javadoc generation fails because of invalid html tags
This commit is contained in:
@@ -47,7 +47,7 @@ import java.util.List;
|
|||||||
import java.util.Scanner;
|
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:
|
* Current Limitations:
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -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.
|
* 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
|
* 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.
|
* the source dataset. This can be overriden to force sync from a timestamp.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user