Livy needs a generalized way of pre-loading imports on session start
1. Could keep a List of imports to add to the init text, and then scan incoming queries to remove the imports...
2. Look at a way of moving the imports to the started session for spark-shell so the import statements can be removed from UI and catalog code.