Hey everyone,
I’m new to Hadoop, and I am having a hard time getting going. My end goal is to have a system that can import from all tables from an MS SQL Server database into Hive using Sqoop on a nightly schedule. I have been able to import a single table using Sqoop in command line, and I have been able to use Sqoop’s import-all-tables to import about 1/3 of the tables in the database. But, I haven’t been able to find any instructions on how to use Job Designer to create an incremental Sqoop import that will run every night.
Anyone got any tips?