Python Forum

Full Version: Integrate python gui with HDFS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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,