mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 06:09:47 +08:00
SQOOP-3321: Fix TestHiveImport failing on Jenkins and Linux
(Daniel Voros via Boglarka Egyed)
This commit is contained in:
parent
11c83f6838
commit
03a895c588
@ -288,7 +288,7 @@ public void testNormalHiveImport() throws IOException {
|
||||
* file. */
|
||||
@Test
|
||||
public void testNormalHiveImportAsParquet() throws IOException {
|
||||
final String TABLE_NAME = "NORMAL_HIVE_IMPORT_AS_PARQUET";
|
||||
final String TABLE_NAME = "normal_hive_import_as_parquet";
|
||||
setCurTableName(TABLE_NAME);
|
||||
setNumCols(3);
|
||||
String [] types = getTypes();
|
||||
@ -371,7 +371,7 @@ public void testCreateOverwriteHiveImport() throws IOException {
|
||||
*/
|
||||
@Test
|
||||
public void testCreateOverwriteHiveImportAsParquet() throws IOException {
|
||||
final String TABLE_NAME = "CREATE_OVERWRITE_HIVE_IMPORT_AS_PARQUET";
|
||||
final String TABLE_NAME = "create_overwrite_hive_import_as_parquet";
|
||||
setCurTableName(TABLE_NAME);
|
||||
setNumCols(3);
|
||||
String [] types = getTypes();
|
||||
@ -430,7 +430,7 @@ private void createHiveDataSet(String tableName) {
|
||||
*/
|
||||
@Test
|
||||
public void testAppendHiveImportAsParquet() throws IOException {
|
||||
final String TABLE_NAME = "APPEND_HIVE_IMPORT_AS_PARQUET";
|
||||
final String TABLE_NAME = "append_hive_import_as_parquet";
|
||||
setCurTableName(TABLE_NAME);
|
||||
setNumCols(3);
|
||||
String [] types = getTypes();
|
||||
|
Loading…
Reference in New Issue
Block a user