Python Forum
[Tkinter] Integrate python gui with HDFS
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Integrate python gui with HDFS
#1
HEY! i am trying to make a desktop application using Tkinter in which user will have to enter a keyword(or hashtag). python code will fetch data according to the entered query. and save the file. and this file will send to HDFS to store and process. My question is, IS there is any way to integrate python GUI with hdfs, so that file will send to hdfs?
Reply
#2
Did you google it?
i.e. GUI is just the interface part, you need to interact with HDFS. In any case the logic is best separated from the GUI, so it doesn't matter - if you can do it via CLI script/interface, you will be able to add GUI too,
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to Integrate PyQt4 Custom Widget with Qt Designer Zukias 1 3,883 Aug-29-2018, 05:33 PM
Last Post: Zukias

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020