SOLVED
Scheduling a flow from on premise hive to s3
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
NM2
5 - Atom
‎08-12-2019
11:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I am totally new to Alteryx.
I am planning to set up a flow which will:
1. Run a hive(on premise) query and upload the output to amazon S3.
2. Then get a file from Amazon S3 and populate an on premise hive table.
Can someone point me to right direction/documentation to implement this.
Thank you!
Solved! Go to Solution.
Labels:
- Labels:
- Amazon S3
- Database Connection
1 REPLY 1
MichalM
Alteryx Alumni (Retired)
‎08-13-2019
09:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can use a standard Input Data tool or Alteryx's InDB functionality read data from your Hive instance (see here for more details). Once you get the data into the context of Alteryx, you can use the Amazon S3 upload tool to push the data into an S3 bucket (see here for more details).
Here's how it'd look like
