This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <coordinator-app name="test74" start="${cordStartTime}" end="${cordEndTime}" frequency="${coord:minutes(45)}" timezone="UTC" xmlns="uri:oozie:coordinator:0.4"> | |
| <controls> | |
| <timeout>10</timeout> | |
| <concurrency>1</concurrency> | |
| <execution>FIFO</execution> | |
| <throttle>${materialization_throttle}</throttle> | |
| </controls> | |
| <datasets> | |
| <dataset name="hadoopExamInput" frequency="${coord:minutes(45)}" initial-instance="cordStartTime" timezone="${timeZoneUsed}"> | |
| <uri-template>${dirToCheck}</uri-template> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #install.packages("tm", repos="http://cran.rstudio.com/") | |
| #install.packages("twitteR", repos="http://cran.rstudio.com/") | |
| #install.packages("wordcloud", repos="http://cran.rstudio.com/") | |
| library("tm") | |
| library("twitteR") | |
| library("wordcloud") | |
| CONSUMER_KEY = '<CONSUMER_KEY>' | |
| CONSUMER_SECRET = '<CONSUMER_SECRET>' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head></head> | |
| <body> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> | |
| <div id="map_wrapper"> | |
| <div id="map_canvas" class="mapping"></div> | |
| </div> | |
| <style type="text/css"> | |
| #map_wrapper { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var base_url = 'http://www.meroawaaz.com:8080'; | |
| (function () { | |
| function log(s) { | |
| if(window.console && window.console.firebug) { | |
| console.log(s); | |
| } | |
| var log_container = document.getElementById('classified-log-container'); | |
| if (log_container) { | |
| var text = document.createTextNode(s); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <style type="text/css"> | |
| /*BEGIN RAPPORTIVE*/ | |
| body { | |
| padding:0; | |
| margin:0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.