mirror of
https://github.com/apache/sqoop.git
synced 2025-05-05 02:22:35 +08:00
SQOOP-877: Increase field size of output.outputDirectory property value from 25 to 50
(Jarcec Cecho via Cheolsoo Park)
This commit is contained in:
parent
1531f8e30a
commit
cc5ae8f817
@ -26,5 +26,5 @@
|
||||
@FormClass
|
||||
public class InputForm {
|
||||
|
||||
@Input(size = 50) public String inputDirectory;
|
||||
@Input(size = 255) public String inputDirectory;
|
||||
}
|
||||
|
@ -30,5 +30,5 @@ public class OutputForm {
|
||||
|
||||
@Input public OutputFormat outputFormat;
|
||||
|
||||
@Input(size = 25) public String outputDirectory;
|
||||
@Input(size = 255) public String outputDirectory;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user