Home > Blockchain >  Sqoop --where condition with multiple clause
Sqoop --where condition with multiple clause

Time:07-21

I'm trying to get data from Oracle and import in Hadoop table. I'm making changes inn existing sqoop, i have to use --where to filter the record. For now we have in where date=somedate condition, now i need to add another condition like date = somedate and status ='Active'. I have make this change in --where. I'm not allowed to use --query

  • Related