- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Python with Hortonworks Sandbox
- Labels:
-
Apache Hadoop
Created ‎02-13-2017 07:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can I use Python(v2/v3) for coding in Hortonworks Sandbox for hadoop?
I know we can use java but I am not so sure about python.
If yes, how do I set it up?
Created ‎02-13-2017 11:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes you can and coincidentally I just wrote to articles about Python and Python3 https://community.hortonworks.com/articles/82967/apache-ambari-workflow-designer-view-for-apache-oo....
There are many resources on this site referencing work with Python, new kid on the block is Pyspark, which makes working in familiar Python API but with benefit of Spark, a fast in-memory analytics engine. Again take a look on our site https://community.hortonworks.com/topics/pyspark.html
Created ‎02-14-2017 06:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thank you for your reply.
So how excatly do i set it up and run a python script?
I am new to the entire hadoop ecosystem, can u please go step by step.
Created ‎02-14-2017 10:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Start here, there's a Python section all to itself https://spark.apache.org/docs/1.6.3/programming-guide.html
