2

I have a Hadoop job which is executed on a daily basis. This then generates a text file which is then stored on Amazon S3.

I wish to pull the same data into QlikView. Is there any way by which I can perform the task?

i_saw_drones
  • 3,486
  • 1
  • 31
  • 50
Naresh
  • 5,073
  • 12
  • 67
  • 124

1 Answers1

3

QlikView doesn't have a native connector for Amazon S3, however, you could use a product that connects your S3 bucket to the machine where QlikView resides so that QlikView could pick up your file locally i.e. it could map a drive to your S3 bucket.

There are quite a few products that offer this functionality, a couple are listed below. Most are pay-for and YMMV:

i_saw_drones
  • 3,486
  • 1
  • 31
  • 50
  • i was using "TNTDrive" but it says "windows can't access this disc the disc might be corrupt. Make sure that the disc uses a format that windows recognizes. If the disc is unformatted you need to format it before using it" – Naresh Jul 10 '14 at 14:04
  • @Naresh This is product specific (to TNTDrive) and could be caused by a number of things (e.g. Network connectivity, firewalls, permissions etc.) and probably not something that could be solved here - might be worth reading the docs for TNTDrive or asking on [SuperUser](http://superuser.com) – i_saw_drones Jul 10 '14 at 16:02