1 / 11

Hadoop Gyakorlat 1

Hadoop Gyakorlat 1. Korszerű adatbázisok 2014. Parancsok. Listázás hadoop fs – ls Kiírja egy fájl tartalmát hadoop fs – cat Betöltés hadoop fs – put Könyvtár létrehozás hadoop fs – mkdir Könyvtár törlése rekurzívan hadoop fs - rmr. Eclipse plugin. Letölteni a szükséges jar-okat

yen-doyle
Download Presentation

Hadoop Gyakorlat 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hadoop Gyakorlat 1 Korszerű adatbázisok 2014

  2. Parancsok • Listázás • hadoopfs –ls • Kiírja egy fájl tartalmát • hadoopfs –cat • Betöltés • hadoopfs –put • Könyvtár létrehozás • hadoopfs –mkdir • Könyvtár törlése rekurzívan • hadoopfs-rmr Korszerű Adatbázisok 2014

  3. Eclipseplugin • Letölteni a szükséges jar-okat • http://oktnb16.inf.elte.hu/ggombos/korszeru/ • hadoop-eclipse-plugin-1.1.2.jar • hadoop-core-1.2.1.jar • Plugin bemásolása az eclipse/plugin mappába • Elindítjuk az eclipset • Nézet átállítása Map/Reduce-ra • New Hadoop location beállítása Korszerű Adatbázisok 2014

  4. Hadoop location • map/reducemaster:  • host: monet.inf.elte.hu • port: 10814 • dfsmaster: • use M/R Master host OK • host: monet.inf.elte.hu • port: 8020 • Username: neptunazonosito Korszerű Adatbázisok 2014

  5. Segítség A generált kódban lecseréljük a sorokat erre: conf.setInputFormat(TextInputFormat.class);conf.setOutputFormat(TextOutputFormat.class);FileInputFormat.setInputPaths(conf, newPath("In"));FileOutputFormat.setOutputPath(conf, newPath("Out")); Létező fmappák törlése: FileSystemfs = FileSystem.get(conf); if (fs.exists(newPath(“Outer”))) fs.delete(newPath(“Outer”),true); Korszerű Adatbázisok 2014

  6. Futtatás • Export -> normal JAR • Set main class!!!! • Felmásoljuk monet-re • Hadoop jarjar_name.jar Korszerű Adatbázisok 2014

  7. Adathalmazok • Tweet/ • User_mention/ • Szamok.txt

  8. Hadoop feladatok • Számolás • Legyűjtés

  9. Feladat 1 (Számolás) Feladat: Hány tweet jött mobilról? (Amelyiknek van lat, lon adata, az mobilról jött) Input: tweet + Compiler

  10. Feladat 2 (Legyűjtés) Feladat: Userek melyik tweetben voltak említve? Input: user_mentioned

  11. Köszönöm a figyelmet!

More Related