- Видео 4
- Просмотров 11 558
Muhammad Amirul Samsul Bahar (Amirul)
Добавлен 5 дек 2013
Deploying Machine Learning Model in Mobile App using Kivy
In this video, I share the project that i created using kivy. Kivy is a library in Python that can be used to create mobile apps.
Просмотров: 3 289
Видео
Connect to Apache Hive using PyHive
Просмотров 3,7 тыс.4 года назад
In this video, we will connect to hive and run simple hql via pyhive. # Configure hiveserver2 1. Add proxy user in coresite.xml in hadoop as follows: 2. Set the hiveserver2 at localhost in hive-site.xml as follows: 3. hadoop fs -chmod 777 /tmp 4. run in terminal: hiveserver2 & 5. try connecting to hiveserver2 via beeline 6. open localhost:10002 # Install pyhive 1. Install required packages for ...
Uploading CSV File to Hive
Просмотров 4,5 тыс.4 года назад
In this video, I'll share the following steps: 1. Download dataset from the following github (in previous video, we put the data at github) WTI Crude Oil Price: raw.githubusercontent.com/muhdamirulsamsul/DataMining/master/wtiprice.csv Brent Crude Oil Price: raw.githubusercontent.com/MYUMDATASCIENCE/DATAMINING/master/mywebscrapBrentFinal.csv 2. Make directory in hdfs using the following command:...
Web crawling using python
Просмотров 1014 года назад
Using selenium and BeautifulSoup to crawl WTI crude oil price data from Markets Insider website.