This commit is contained in:
xiaoxiao 2018-08-13 17:02:14 +08:00
parent 6c82b4c452
commit 712fcbc0ec
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class PutHiveQL extends ConfigurableStop {
}
override def getPropertyDescriptor(): List[PropertyDescriptor] = {
var descriptor : List[PropertyDescriptor] = null
var descriptor : List[PropertyDescriptor] = List()
val hiveQL_path = new PropertyDescriptor().name("hiveQL_Path").displayName("HiveQL_Path").defaultValue("").required(true)
val database=new PropertyDescriptor().name("database").displayName("DataBase").defaultValue("").required(true)
descriptor = hiveQL_path :: descriptor