Hello, When importing data from MySQL to Hive I need to normalize several text fields containing phone numbers. This requires quite complex logic which is hard to express in Sqoop command line with a single SQL replace function. Is it possible to specify SQL select expressions in a separate file and refer to it from a command line?
Thanks!
