· 8 years ago · Apr 20, 2018, 09:48 PM
1{"status":"OK","message":"","body":"{\n \"paragraphs\": [\n {\n \"text\": \"%md\\n# Assignment 2\\n\\nThe goal of this assignment is to put into action the data manipulation techniques from the previous lab ([week 5](https://dslab2018.github.io/labs/week5/)).\\n\\n## Cluster Usage\\n\\nAs there will be approximately 45 groups working with the cluster, we encourage you to prototype your queries on small data samples before running them on whole datasets. This will be particularly relevant for part II, where the source dataset size is close to 180GB.\\n\\n## Documentation\\n\\nHive queries: \\u003chttps://cwiki.apache.org/confluence/display/Hive/LanguageManual+Select\\u003e\\nHive functions: \\u003chttps://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF\\u003e\\n\\n## Displaying results in Zeppelin\\n\\nAs part of this homework, many questions ask to retrieve and display data. You should do so by using Zeppelin functionality to display tables and plots. It is part of the exercises to find out which representations are the most releveant.\\n\\n## Part I - Data from SBB/CFF/FFS (30 points)\\n\\nData source: \\u003chttps://opentransportdata.swiss/en/dataset/istdaten\\u003e\\n\\nIn this part, you will leverage Hive to perform exploratory analysis of data published by the Open Data Platform Swiss Public Transport. (\\u003chttps://opentransportdata.swiss\\u003e).\\n\\n### Dataset Description\\n\\nFormat: the dataset is presented a collection of textfiles with fields separated by \\u0027;\\u0027 (semi-colon). There is one file per day, ranging from 13.09.2017 until 30.11.2017. The textfiles have been compressed using gzip.\\n\\nLocation: you can find the data on HDFS at the path `/datasets/sbb`.\\n\\nUnfortunately, the full description from opentransportdata.swiss is only provided in German (\\u003chttps://opentransportdata.swiss/de/cookbook/ist-daten/\\u003e). You can use an automated translator to get more information, but here are the relevant column descriptions:\\n\\n- `BETRIEBSTAG`: date of the trip\\n- `FAHRT_BEZEICHNER`: identifies the trip\\n- `BETREIBER_ABK`, `BETREIBER_NAME`: operator (name will contain the full name, e.g. Schweizerische Bundesbahnen for SBB)\\n- `PRODUCT_ID`: type of transport, e.g. train, bus\\n- `LINIEN_ID`: for trains, this is the train number\\n- `LINIEN_TEXT`,`VERKEHRSMITTEL_TEXT`: for trains, the service type (IC, IR, RE, etc.)\\n- `ZUSATZFAHRT_TF`: boolean, true if this is an additional trip (not part of the regular schedule)\\n- `FAELLT_AUS_TF`: boolean, true if this trip failed (cancelled or not completed)\\n- `HALTESTELLEN_NAME`: name of the stop\\n- `ANKUNFTSZEIT`: arrival time at the stop according to schedule\\n- `AN_PROGNOSE`: actual arrival time (when `AN_PROGNOSE_STATUS` is `GESCHAETZT`)\\n- `AN_PROGNOSE_STATUS`: look only at lines when this is `GESCHAETZT`. This indicates that `AN_PROGNOSE` is the measured time of arrival.\\n- `ABFAHRTSZEIT`: departure time at the stop according to schedule\\n- `AB_PROGNOSE`: actual departure time (when `AN_PROGNOSE_STATUS` is `GESCHAETZT`)\\n- `AB_PROGNOSE_STATUS`: look only at lines when this is `GESCHAETZT`. This indicates that `AB_PROGNOSE` is the measured time of arrival.\\n- `DURCHFAHRT_TF`: boolean, true if the transport does not stop there\\n\\nEach line of the file represents a stop and contains arrival and departure times. When the stop is the start or end of a journey, the corresponding columns will be empty (`ANKUNFTSZEIT`/`ABFAHRTSZEIT`).\\nIn some cases, the actual times were not measured so the `AN_PROGNOSE_STATUS`/`AB_PROGNOSE_STATUS` will be empty or set to `PROGNOSE` and `AN_PROGNOSE`/`AB_PROGNOSE` will be empty.\\n\\nIn the repository you will also find the file `sbb_example.png` that shows how you can relate this dataset to the schedule you get from SBB\\u0027s website.\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:44:22 PM\",\n \"config\": {\n \"tableHide\": false,\n \"editorSetting\": {\n \"editOnDblClick\": true,\n \"language\": \"markdown\"\n },\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/markdown\",\n \"editorHide\": true,\n \"results\": {},\n \"enabled\": true\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"HTML\",\n \"data\": \"\\u003ch1\\u003eAssignment 2\\u003c/h1\\u003e\\n\\u003cp\\u003eThe goal of this assignment is to put into action the data manipulation techniques from the previous lab (\\u003ca href\\u003d\\\"https://dslab2018.github.io/labs/week5/\\\"\\u003eweek 5\\u003c/a\\u003e).\\u003c/p\\u003e\\n\\u003ch2\\u003eCluster Usage\\u003c/h2\\u003e\\n\\u003cp\\u003eAs there will be approximately 45 groups working with the cluster, we encourage you to prototype your queries on small data samples before running them on whole datasets. This will be particularly relevant for part II, where the source dataset size is close to 180GB.\\u003c/p\\u003e\\n\\u003ch2\\u003eDocumentation\\u003c/h2\\u003e\\n\\u003cp\\u003eHive queries: \\u003ca href\\u003d\\\"https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Select\\\"\\u003ehttps://cwiki.apache.org/confluence/display/Hive/LanguageManual+Select\\u003c/a\\u003e\\n\\u003cbr /\\u003eHive functions: \\u003ca href\\u003d\\\"https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF\\\"\\u003ehttps://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF\\u003c/a\\u003e\\u003c/p\\u003e\\n\\u003ch2\\u003eDisplaying results in Zeppelin\\u003c/h2\\u003e\\n\\u003cp\\u003eAs part of this homework, many questions ask to retrieve and display data. You should do so by using Zeppelin functionality to display tables and plots. It is part of the exercises to find out which representations are the most releveant.\\u003c/p\\u003e\\n\\u003ch2\\u003ePart I - Data from SBB/CFF/FFS (30 points)\\u003c/h2\\u003e\\n\\u003cp\\u003eData source: \\u003ca href\\u003d\\\"https://opentransportdata.swiss/en/dataset/istdaten\\\"\\u003ehttps://opentransportdata.swiss/en/dataset/istdaten\\u003c/a\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003eIn this part, you will leverage Hive to perform exploratory analysis of data published by the Open Data Platform Swiss Public Transport. (\\u003ca href\\u003d\\\"https://opentransportdata.swiss\\\"\\u003ehttps://opentransportdata.swiss\\u003c/a\\u003e).\\u003c/p\\u003e\\n\\u003ch3\\u003eDataset Description\\u003c/h3\\u003e\\n\\u003cp\\u003eFormat: the dataset is presented a collection of textfiles with fields separated by \\u0027;\\u0027 (semi-colon). There is one file per day, ranging from 13.09.2017 until 30.11.2017. The textfiles have been compressed using gzip.\\u003c/p\\u003e\\n\\u003cp\\u003eLocation: you can find the data on HDFS at the path \\u003ccode\\u003e/datasets/sbb\\u003c/code\\u003e.\\u003c/p\\u003e\\n\\u003cp\\u003eUnfortunately, the full description from opentransportdata.swiss is only provided in German (\\u003ca href\\u003d\\\"https://opentransportdata.swiss/de/cookbook/ist-daten/\\\"\\u003ehttps://opentransportdata.swiss/de/cookbook/ist-daten/\\u003c/a\\u003e). You can use an automated translator to get more information, but here are the relevant column descriptions:\\u003c/p\\u003e\\n\\u003cul\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eBETRIEBSTAG\\u003c/code\\u003e: date of the trip\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eFAHRT_BEZEICHNER\\u003c/code\\u003e: identifies the trip\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eBETREIBER_ABK\\u003c/code\\u003e, \\u003ccode\\u003eBETREIBER_NAME\\u003c/code\\u003e: operator (name will contain the full name, e.g. Schweizerische Bundesbahnen for SBB)\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003ePRODUCT_ID\\u003c/code\\u003e: type of transport, e.g. train, bus\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eLINIEN_ID\\u003c/code\\u003e: for trains, this is the train number\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eLINIEN_TEXT\\u003c/code\\u003e,\\u003ccode\\u003eVERKEHRSMITTEL_TEXT\\u003c/code\\u003e: for trains, the service type (IC, IR, RE, etc.)\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eZUSATZFAHRT_TF\\u003c/code\\u003e: boolean, true if this is an additional trip (not part of the regular schedule)\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eFAELLT_AUS_TF\\u003c/code\\u003e: boolean, true if this trip failed (cancelled or not completed)\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eHALTESTELLEN_NAME\\u003c/code\\u003e: name of the stop\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eANKUNFTSZEIT\\u003c/code\\u003e: arrival time at the stop according to schedule\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eAN_PROGNOSE\\u003c/code\\u003e: actual arrival time (when \\u003ccode\\u003eAN_PROGNOSE_STATUS\\u003c/code\\u003e is \\u003ccode\\u003eGESCHAETZT\\u003c/code\\u003e)\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eAN_PROGNOSE_STATUS\\u003c/code\\u003e: look only at lines when this is \\u003ccode\\u003eGESCHAETZT\\u003c/code\\u003e. This indicates that \\u003ccode\\u003eAN_PROGNOSE\\u003c/code\\u003e is the measured time of arrival.\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eABFAHRTSZEIT\\u003c/code\\u003e: departure time at the stop according to schedule\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eAB_PROGNOSE\\u003c/code\\u003e: actual departure time (when \\u003ccode\\u003eAN_PROGNOSE_STATUS\\u003c/code\\u003e is \\u003ccode\\u003eGESCHAETZT\\u003c/code\\u003e)\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eAB_PROGNOSE_STATUS\\u003c/code\\u003e: look only at lines when this is \\u003ccode\\u003eGESCHAETZT\\u003c/code\\u003e. This indicates that \\u003ccode\\u003eAB_PROGNOSE\\u003c/code\\u003e is the measured time of arrival.\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eDURCHFAHRT_TF\\u003c/code\\u003e: boolean, true if the transport does not stop there\\u003c/li\\u003e\\n\\u003c/ul\\u003e\\n\\u003cp\\u003eEach line of the file represents a stop and contains arrival and departure times. When the stop is the start or end of a journey, the corresponding columns will be empty (\\u003ccode\\u003eANKUNFTSZEIT\\u003c/code\\u003e/\\u003ccode\\u003eABFAHRTSZEIT\\u003c/code\\u003e).\\n\\u003cbr /\\u003eIn some cases, the actual times were not measured so the \\u003ccode\\u003eAN_PROGNOSE_STATUS\\u003c/code\\u003e/\\u003ccode\\u003eAB_PROGNOSE_STATUS\\u003c/code\\u003e will be empty or set to \\u003ccode\\u003ePROGNOSE\\u003c/code\\u003e and \\u003ccode\\u003eAN_PROGNOSE\\u003c/code\\u003e/\\u003ccode\\u003eAB_PROGNOSE\\u003c/code\\u003e will be empty.\\u003c/p\\u003e\\n\\u003cp\\u003eIn the repository you will also find the file \\u003ccode\\u003esbb_example.png\\u003c/code\\u003e that shows how you can relate this dataset to the schedule you get from SBB\\u0027s website.\\u003c/p\\u003e\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271199_-1104920156\",\n \"id\": \"20180326-131038_1335607032\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"dateStarted\": \"Apr 20, 2018 11:44:22 PM\",\n \"dateFinished\": \"Apr 20, 2018 11:44:22 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%md\\n### Question I.a. (5/30)\\n\\nFirst, create an external table named `\\u003cyour_gaspar_name\\u003e.sbb` for this dataset.\\nThen create table `\\u003cyour_gaspar_name\\u003e.sbb_17_10_2017` which contains data only for the day of 17.10.2017.\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:19 PM\",\n \"config\": {\n \"tableHide\": false,\n \"editorSetting\": {\n \"editOnDblClick\": true,\n \"language\": \"markdown\"\n },\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/markdown\",\n \"editorHide\": false,\n \"results\": {},\n \"enabled\": true\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"HTML\",\n \"data\": \"\\u003ch3\\u003eQuestion I.a. (5/30)\\u003c/h3\\u003e\\n\\u003cp\\u003eFirst, create an external table named \\u003ccode\\u003e\\u0026lt;your_gaspar_name\\u0026gt;.sbb\\u003c/code\\u003e for this dataset.\\n\\u003cbr /\\u003eThen create table \\u003ccode\\u003e\\u0026lt;your_gaspar_name\\u0026gt;.sbb_17_10_2017\\u003c/code\\u003e which contains data only for the day of 17.10.2017.\\u003c/p\\u003e\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271203_-1118771117\",\n \"id\": \"20180326-141315_427673736\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"status\": \"READY\",\n \"errorMessage\": \"\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nDROP TABLE vaubien.sbb;\\nCREATE external TABLE vaubien.sbb(\\n business_day STRING, \\n driving_id STRING, \\n operator_id STRING, \\n operator_abk STRING, \\n operator_name STRING, \\n product_id STRING, \\n line_id STRING, \\n line_text STRING, \\n circulation_id STRING, \\n transport STRING, \\n additional_trip BOOLEAN, \\n ride_failed BOOLEAN, \\n stop_id INT, \\n stop_text STRING, \\n arrival_time STRING, \\n forecast_arrival_time STRING, \\n forecast_arrival_type STRING, \\n departure_time STRING, \\n forecast_departure_time STRING, \\n forecast_departure_type STRING, \\n transit BOOLEAN \\n)\\nROW FORMAT DELIMITED FIELDS TERMINATED BY \\u0027;\\u0027\\nSTORED AS TEXTFILE\\nLOCATION \\\"/datasets/sbb\\\"\\nTBLPROPERTIES (\\\"skip.header.line.count\\\"\\u003d\\\"1\\\");\\n\\n\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:20 PM\",\n \"config\": {\n \"tableHide\": false,\n \"editorSetting\": {\n \"editOnDblClick\": false,\n \"language\": \"sql\"\n },\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/sql\",\n \"editorHide\": false,\n \"results\": {},\n \"enabled\": true\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n },\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271206_-1119925363\",\n \"id\": \"20180326-131158_1608768124\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"dateStarted\": \"Apr 19, 2018 2:23:35 PM\",\n \"dateFinished\": \"Apr 19, 2018 2:23:35 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nDROP TABLE vaubien.sbb_17_10_2017;\\nCREATE TABLE vaubien.sbb_17_10_2017 AS\\nSELECT * FROM vaubien.sbb WHERE business_day\\u003d\\\"17.10.2017\\\"\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:20 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"enabled\": true,\n \"results\": {},\n \"editorSetting\": {\n \"language\": \"sql\",\n \"editOnDblClick\": false\n },\n \"editorMode\": \"ace/mode/sql\",\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n },\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1524138947633_-610030201\",\n \"id\": \"20180419-135547_404099629\",\n \"dateCreated\": \"Apr 19, 2018 1:55:47 PM\",\n \"dateStarted\": \"Apr 19, 2018 2:23:43 PM\",\n \"dateFinished\": \"Apr 19, 2018 2:24:01 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%md\\n### Question I.b. (5/30)\\n\\ni) How many stops can you find for the date 17.10.2017? Display the information by transport type (bus, train, etc.).\\nNote: you can keep the German labels like \\u0027Zug\\u0027 for train.\\n\\nii) Now do the same for the whole dataset. Show and document any pattern you see.\\nHint: to properly order by date, you may have to parse them using the `unix_timestamp` function.\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:20 PM\",\n \"config\": {\n \"tableHide\": false,\n \"editorSetting\": {\n \"editOnDblClick\": true,\n \"language\": \"markdown\"\n },\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/markdown\",\n \"editorHide\": false,\n \"results\": {},\n \"enabled\": true\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"HTML\",\n \"data\": \"\\u003ch3\\u003eQuestion I.b. (5/30)\\u003c/h3\\u003e\\n\\u003cp\\u003ei) How many stops can you find for the date 17.10.2017? Display the information by transport type (bus, train, etc.).\\n\\u003cbr /\\u003eNote: you can keep the German labels like \\u0027Zug\\u0027 for train.\\u003c/p\\u003e\\n\\u003cp\\u003eii) Now do the same for the whole dataset. Show and document any pattern you see.\\n\\u003cbr /\\u003eHint: to properly order by date, you may have to parse them using the \\u003ccode\\u003eunix_timestamp\\u003c/code\\u003e function.\\u003c/p\\u003e\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271209_-1122618606\",\n \"id\": \"20180326-142408_1931615887\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"status\": \"READY\",\n \"errorMessage\": \"\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nSELECT count(*) AS distinct_stops_count FROM \\n (SELECT DISTINCT stop_id FROM vaubien.sbb_17_10_2017 ) t;\\n \\n\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:20 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"enabled\": true,\n \"results\": {},\n \"editorSetting\": {\n \"language\": \"sql\",\n \"editOnDblClick\": false\n },\n \"editorMode\": \"ace/mode/sql\",\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TABLE\",\n \"data\": \"distinct_stops_count\\n6289\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1524140755082_1990489260\",\n \"id\": \"20180419-142555_1168411090\",\n \"dateCreated\": \"Apr 19, 2018 2:25:55 PM\",\n \"dateStarted\": \"Apr 19, 2018 4:27:57 PM\",\n \"dateFinished\": \"Apr 19, 2018 4:28:12 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nSELECT product_id, count(*) as distinct_stops FROM\\n (SELECT stop_id, product_id FROM vaubien.sbb_17_10_2017 GROUP BY stop_id, product_id) t\\nGROUP BY product_id;\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:21 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"enabled\": true,\n \"results\": {\n \"0\": {\n \"graph\": {\n \"mode\": \"pieChart\",\n \"height\": 300.0,\n \"optionOpen\": false\n },\n \"helium\": {}\n }\n },\n \"editorSetting\": {\n \"language\": \"sql\",\n \"editOnDblClick\": false\n },\n \"editorMode\": \"ace/mode/sql\",\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TABLE\",\n \"data\": \"product_id\\tdistinct_stops\\nBUS\\t429\\nBus\\t3947\\nSchiff\\t31\\nTram\\t408\\nZug\\t1718\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1524142648514_-1765716850\",\n \"id\": \"20180419-145728_648924380\",\n \"dateCreated\": \"Apr 19, 2018 2:57:28 PM\",\n \"dateStarted\": \"Apr 19, 2018 4:27:53 PM\",\n \"dateFinished\": \"Apr 19, 2018 4:28:02 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%md\\n### Question I.c. (5/30)\\n\\ni) How many trips can you find for the date 17.10.2017? Display the information by transport type (bus, train, etc.). \\nNote: trip\\u003dfull journey.\\n\\nii) Now do the same for the whole dataset. Is 17.10.2017 a typical day?\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:21 PM\",\n \"config\": {\n \"tableHide\": false,\n \"editorSetting\": {\n \"editOnDblClick\": true,\n \"language\": \"markdown\"\n },\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/markdown\",\n \"editorHide\": false,\n \"results\": {},\n \"enabled\": true\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"HTML\",\n \"data\": \"\\u003ch3\\u003eQuestion I.c. (5/30)\\u003c/h3\\u003e\\n\\u003cp\\u003ei) How many trips can you find for the date 17.10.2017? Display the information by transport type (bus, train, etc.).\\n\\u003cbr /\\u003eNote: trip\\u003dfull journey.\\u003c/p\\u003e\\n\\u003cp\\u003eii) Now do the same for the whole dataset. Is 17.10.2017 a typical day?\\u003c/p\\u003e\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271215_-1123388103\",\n \"id\": \"20180326-144303_347568851\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"status\": \"READY\",\n \"errorMessage\": \"\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nSELECT tt1.business_day AS business_day, tt1.full_trips AS full_trips, tt2.total_trips AS total_trips, tt1.full_trips/tt2.total_trips AS completed_ratio FROM\\n (SELECT business_day, count(*) AS full_trips FROM\\n (SELECT business_day, driving_id, count(*) FROM vaubien.sbb_17_10_2017 GROUP BY driving_id, business_day HAVING MAX(ride_failed) \\u003d 0) t\\n GROUP BY business_day) tt1\\n JOIN\\n (SELECT business_day, count(*) AS total_trips FROM \\n (SELECT business_day, driving_id FROM vaubien.sbb_17_10_2017 GROUP BY driving_id, business_day) t\\nGROUP BY business_day) tt2\\nON tt1.business_day\\u003dtt2.business_day\\n\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:21 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/sql\",\n \"results\": {},\n \"enabled\": true,\n \"editorSetting\": {\n \"editOnDblClick\": false,\n \"language\": \"sql\"\n },\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TABLE\",\n \"data\": \"business_day\\tfull_trips\\ttotal_trips\\tcompleted_ratio\\n17.10.2017\\t58693\\t59084\\t0.9933823031616005\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271218_-1112230385\",\n \"id\": \"20180326-144638_964814510\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"dateStarted\": \"Apr 19, 2018 4:23:54 PM\",\n \"dateFinished\": \"Apr 19, 2018 4:24:03 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nSELECT AVG(completed_ratio) AS mean_completion, AVG(total_trips) AS mean_total_trips, AVG(full_trips) AS mean_full_trips FROM \\n (SELECT tt1.business_day AS business_day, tt1.full_trips AS full_trips, tt2.total_trips AS total_trips, tt1.full_trips/tt2.total_trips AS completed_ratio FROM\\n (SELECT business_day, count(*) AS full_trips FROM\\n (SELECT business_day, driving_id, count(*) FROM vaubien.sbb GROUP BY driving_id, business_day HAVING MAX(ride_failed) \\u003d 0) t\\n GROUP BY business_day) tt1\\n JOIN\\n (SELECT business_day, count(*) AS total_trips FROM \\n (SELECT business_day, driving_id FROM vaubien.sbb GROUP BY driving_id, business_day) t\\n GROUP BY business_day) tt2\\n ON tt1.business_day\\u003dtt2.business_day) x;\\n\\n\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:21 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"enabled\": true,\n \"results\": {},\n \"editorSetting\": {\n \"language\": \"sql\",\n \"editOnDblClick\": false\n },\n \"editorMode\": \"ace/mode/sql\",\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TABLE\",\n \"data\": \"mean_completion\\tmean_total_trips\\tmean_full_trips\\n0.9926841909731247\\t54944.40506329114\\t54548.50632911392\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1524145188224_-325905279\",\n \"id\": \"20180419-153948_171198300\",\n \"dateCreated\": \"Apr 19, 2018 3:39:48 PM\",\n \"dateStarted\": \"Apr 19, 2018 4:39:13 PM\",\n \"dateFinished\": \"Apr 19, 2018 4:39:48 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%md\\n### Question I.d. (5/30)\\n\\nHow many trains per day stop at the Lausanne train station? Display the information by date and train type. Find the 3 most represented train types.\\nNote: Use `VERKEHRSMITTEL_TEXT` to get the train type.\\n\\nBonus points (2.5 points): find out what happened on the two outlier days\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:22 PM\",\n \"config\": {\n \"tableHide\": false,\n \"editorSetting\": {\n \"editOnDblClick\": true,\n \"language\": \"markdown\"\n },\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/markdown\",\n \"editorHide\": false,\n \"results\": {},\n \"enabled\": true\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"HTML\",\n \"data\": \"\\u003ch3\\u003eQuestion I.d. (5/30)\\u003c/h3\\u003e\\n\\u003cp\\u003eHow many trains per day stop at the Lausanne train station? Display the information by date and train type. Find the 3 most represented train types.\\n\\u003cbr /\\u003eNote: Use \\u003ccode\\u003eVERKEHRSMITTEL_TEXT\\u003c/code\\u003e to get the train type.\\u003c/p\\u003e\\n\\u003cp\\u003eBonus points (2.5 points): find out what happened on the two outlier days\\u003c/p\\u003e\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271220_-1114538879\",\n \"id\": \"20180326-145338_262324116\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"status\": \"READY\",\n \"errorMessage\": \"\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nSELECT business_day, transport, count(*) AS occurences FROM vaubien.sbb WHERE product_id\\u003d\\\"Zug\\\" AND stop_text\\u003d\\\"Lausanne\\\" GROUP BY business_day, transport;\\n\\n\\nSELECT transport, count(*) AS occurences FROM vaubien.sbb WHERE product_id\\u003d\\\"Zug\\\" AND stop_text\\u003d\\\"Lausanne\\\" GROUP BY transport ORDER BY occurences DESC LIMIT 3;\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:22 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/sql\",\n \"results\": {\n \"0\": {\n \"graph\": {\n \"mode\": \"multiBarChart\",\n \"height\": 300.0,\n \"optionOpen\": true,\n \"setting\": {\n \"multiBarChart\": {}\n },\n \"commonSetting\": {},\n \"keys\": [\n {\n \"name\": \"business_day\",\n \"index\": 0.0,\n \"aggr\": \"sum\"\n }\n ],\n \"groups\": [\n {\n \"name\": \"transport\",\n \"index\": 1.0,\n \"aggr\": \"sum\"\n }\n ],\n \"values\": [\n {\n \"name\": \"occurences\",\n \"index\": 2.0,\n \"aggr\": \"sum\"\n }\n ]\n },\n \"helium\": {}\n }\n },\n \"enabled\": true,\n \"editorSetting\": {\n \"editOnDblClick\": false,\n \"language\": \"sql\"\n },\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TABLE\",\n \"data\": \"business_day\\ttransport\\toccurences\\n01.10.2017\\tEC\\t8\\n01.10.2017\\tIC\\t34\\n01.10.2017\\tICN\\t40\\n01.10.2017\\tIR\\t117\\n01.10.2017\\tRE\\t78\\n01.10.2017\\tS\\t235\\n01.10.2017\\tTGV\\t9\\n01.11.2017\\tEC\\t8\\n01.11.2017\\tIC\\t35\\n01.11.2017\\tICN\\t40\\n01.11.2017\\tIR\\t131\\n01.11.2017\\tRE\\t93\\n01.11.2017\\tS\\t239\\n01.11.2017\\tTGV\\t10\\n02.10.2017\\tEC\\t8\\n02.10.2017\\tIC\\t35\\n02.10.2017\\tICN\\t40\\n02.10.2017\\tIR\\t127\\n02.10.2017\\tRE\\t88\\n02.10.2017\\tS\\t239\\n02.10.2017\\tTGV\\t10\\n02.11.2017\\tEC\\t9\\n02.11.2017\\tIC\\t34\\n02.11.2017\\tICN\\t39\\n02.11.2017\\tIR\\t127\\n02.11.2017\\tRE\\t93\\n02.11.2017\\tS\\t239\\n02.11.2017\\tTGV\\t10\\n03.10.2017\\tEC\\t8\\n03.10.2017\\tIC\\t35\\n03.10.2017\\tICN\\t41\\n03.10.2017\\tIR\\t125\\n03.10.2017\\tRE\\t88\\n03.10.2017\\tS\\t239\\n03.10.2017\\tTGV\\t10\\n03.11.2017\\tEC\\t8\\n03.11.2017\\tIC\\t35\\n03.11.2017\\tICN\\t40\\n03.11.2017\\tIR\\t125\\n03.11.2017\\tRE\\t97\\n03.11.2017\\tS\\t238\\n03.11.2017\\tTGV\\t9\\n04.10.2017\\tEC\\t8\\n04.10.2017\\tEXT\\t1\\n04.10.2017\\tIC\\t35\\n04.10.2017\\tICN\\t42\\n04.10.2017\\tIR\\t126\\n04.10.2017\\tRE\\t88\\n04.10.2017\\tS\\t239\\n04.10.2017\\tTGV\\t10\\n04.11.2017\\tEC\\t8\\n04.11.2017\\tIC\\t36\\n04.11.2017\\tICN\\t40\\n04.11.2017\\tIR\\t115\\n04.11.2017\\tRE\\t86\\n04.11.2017\\tS\\t234\\n04.11.2017\\tTGV\\t8\\n05.10.2017\\tEC\\t8\\n05.10.2017\\tIC\\t37\\n05.10.2017\\tICN\\t41\\n05.10.2017\\tIR\\t127\\n05.10.2017\\tRE\\t92\\n05.10.2017\\tS\\t239\\n05.10.2017\\tTGV\\t10\\n05.11.2017\\tEC\\t9\\n05.11.2017\\tIC\\t36\\n05.11.2017\\tICN\\t41\\n05.11.2017\\tIR\\t121\\n05.11.2017\\tRE\\t83\\n05.11.2017\\tS\\t236\\n05.11.2017\\tTGV\\t9\\n06.10.2017\\tEC\\t8\\n06.10.2017\\tIC\\t34\\n06.10.2017\\tICN\\t41\\n06.10.2017\\tIR\\t124\\n06.10.2017\\tRE\\t97\\n06.10.2017\\tS\\t238\\n06.10.2017\\tTGV\\t9\\n06.11.2017\\tEC\\t8\\n06.11.2017\\tIC\\t34\\n06.11.2017\\tICN\\t40\\n06.11.2017\\tIR\\t128\\n06.11.2017\\tRE\\t94\\n06.11.2017\\tS\\t239\\n06.11.2017\\tTGV\\t10\\n07.10.2017\\tEC\\t8\\n07.10.2017\\tIC\\t34\\n07.10.2017\\tICN\\t41\\n07.10.2017\\tIR\\t116\\n07.10.2017\\tRE\\t87\\n07.10.2017\\tS\\t235\\n07.10.2017\\tTGV\\t8\\n07.11.2017\\tEC\\t8\\n07.11.2017\\tIC\\t34\\n07.11.2017\\tICN\\t40\\n07.11.2017\\tIR\\t127\\n07.11.2017\\tRE\\t93\\n07.11.2017\\tS\\t239\\n07.11.2017\\tTGV\\t10\\n08.10.2017\\tEC\\t9\\n08.10.2017\\tEXT\\t1\\n08.10.2017\\tIC\\t34\\n08.10.2017\\tICN\\t40\\n08.10.2017\\tIR\\t121\\n08.10.2017\\tRE\\t86\\n08.10.2017\\tS\\t237\\n08.10.2017\\tTGV\\t10\\n08.11.2017\\tEC\\t8\\n08.11.2017\\tIC\\t36\\n08.11.2017\\tICN\\t40\\n08.11.2017\\tIR\\t131\\n08.11.2017\\tRE\\t93\\n08.11.2017\\tS\\t239\\n08.11.2017\\tTGV\\t10\\n09.10.2017\\tEC\\t8\\n09.10.2017\\tIC\\t35\\n09.10.2017\\tICN\\t40\\n09.10.2017\\tIR\\t130\\n09.10.2017\\tRE\\t93\\n09.10.2017\\tS\\t239\\n09.10.2017\\tTGV\\t10\\n09.11.2017\\tEC\\t8\\n09.11.2017\\tIC\\t34\\n09.11.2017\\tICN\\t40\\n09.11.2017\\tIR\\t127\\n09.11.2017\\tRE\\t93\\n09.11.2017\\tS\\t239\\n09.11.2017\\tTGV\\t10\\n10.10.2017\\tEC\\t8\\n10.10.2017\\tIC\\t34\\n10.10.2017\\tICN\\t40\\n10.10.2017\\tIR\\t129\\n10.10.2017\\tRE\\t93\\n10.10.2017\\tS\\t239\\n10.10.2017\\tTGV\\t10\\n10.11.2017\\tEC\\t8\\n10.11.2017\\tIC\\t34\\n10.11.2017\\tICN\\t40\\n10.11.2017\\tIR\\t124\\n10.11.2017\\tRE\\t97\\n10.11.2017\\tS\\t238\\n10.11.2017\\tTGV\\t9\\n11.10.2017\\tEC\\t9\\n11.10.2017\\tIC\\t34\\n11.10.2017\\tICN\\t40\\n11.10.2017\\tIR\\t131\\n11.10.2017\\tRE\\t93\\n11.10.2017\\tS\\t239\\n11.10.2017\\tTGV\\t10\\n11.11.2017\\tEC\\t9\\n11.11.2017\\tIC\\t34\\n11.11.2017\\tICN\\t40\\n11.11.2017\\tIR\\t119\\n11.11.2017\\tRE\\t86\\n11.11.2017\\tS\\t235\\n11.11.2017\\tTGV\\t8\\n12.10.2017\\tEC\\t10\\n12.10.2017\\tIC\\t34\\n12.10.2017\\tICN\\t40\\n12.10.2017\\tIR\\t127\\n12.10.2017\\tRE\\t93\\n12.10.2017\\tS\\t241\\n12.10.2017\\tTGV\\t10\\n12.11.2017\\tEC\\t8\\n12.11.2017\\tIC\\t35\\n12.11.2017\\tICN\\t40\\n12.11.2017\\tIR\\t119\\n12.11.2017\\tRE\\t82\\n12.11.2017\\tS\\t235\\n12.11.2017\\tTGV\\t9\\n13.09.2017\\tEC\\t9\\n13.09.2017\\tIC\\t35\\n13.09.2017\\tICN\\t41\\n13.09.2017\\tIR\\t126\\n13.09.2017\\tRE\\t88\\n13.09.2017\\tS\\t240\\n13.09.2017\\tTGV\\t10\\n13.10.2017\\tEC\\t8\\n13.10.2017\\tIC\\t39\\n13.10.2017\\tICN\\t41\\n13.10.2017\\tIR\\t129\\n13.10.2017\\tRE\\t97\\n13.10.2017\\tS\\t238\\n13.10.2017\\tTGV\\t9\\n13.11.2017\\tEC\\t9\\n13.11.2017\\tIC\\t35\\n13.11.2017\\tICN\\t42\\n13.11.2017\\tIR\\t128\\n13.11.2017\\tRE\\t93\\n13.11.2017\\tS\\t239\\n13.11.2017\\tTGV\\t10\\n14.09.2017\\tEC\\t8\\n14.09.2017\\tIC\\t35\\n14.09.2017\\tICN\\t41\\n14.09.2017\\tIR\\t126\\n14.09.2017\\tRE\\t88\\n14.09.2017\\tS\\t238\\n14.09.2017\\tTGV\\t10\\n14.10.2017\\tEC\\t8\\n14.10.2017\\tIC\\t67\\n14.10.2017\\tICN\\t42\\n14.10.2017\\tIR\\t151\\n14.10.2017\\tRE\\t91\\n14.10.2017\\tS\\t234\\n14.10.2017\\tTGV\\t7\\n14.11.2017\\tEC\\t11\\n14.11.2017\\tIC\\t35\\n14.11.2017\\tICN\\t44\\n14.11.2017\\tIR\\t127\\n14.11.2017\\tRE\\t93\\n14.11.2017\\tS\\t239\\n14.11.2017\\tTGV\\t10\\n15.09.2017\\tEC\\t8\\n15.09.2017\\tIC\\t35\\n15.09.2017\\tICN\\t40\\n15.09.2017\\tIR\\t124\\n15.09.2017\\tRE\\t96\\n15.09.2017\\tS\\t239\\n15.09.2017\\tTGV\\t9\\n15.10.2017\\tEC\\t8\\n15.10.2017\\tIC\\t68\\n15.10.2017\\tICN\\t42\\n15.10.2017\\tIR\\t156\\n15.10.2017\\tRE\\t85\\n15.10.2017\\tS\\t238\\n15.10.2017\\tTGV\\t9\\n15.11.2017\\tEC\\t8\\n15.11.2017\\tEXT\\t1\\n15.11.2017\\tIC\\t36\\n15.11.2017\\tICN\\t41\\n15.11.2017\\tIR\\t127\\n15.11.2017\\tRE\\t93\\n15.11.2017\\tS\\t240\\n15.11.2017\\tTGV\\t10\\n16.09.2017\\tEC\\t8\\n16.09.2017\\tIC\\t34\\n16.09.2017\\tICN\\t40\\n16.09.2017\\tIR\\t118\\n16.09.2017\\tRE\\t86\\n16.09.2017\\tS\\t234\\n16.09.2017\\tTGV\\t8\\n16.10.2017\\tEC\\t8\\n16.10.2017\\tIC\\t34\\n16.10.2017\\tICN\\t40\\n16.10.2017\\tIR\\t129\\n16.10.2017\\tRE\\t93\\n16.10.2017\\tS\\t239\\n16.10.2017\\tTGV\\t11\\n16.11.2017\\tEC\\t8\\n16.11.2017\\tIC\\t35\\n16.11.2017\\tICN\\t40\\n16.11.2017\\tIR\\t127\\n16.11.2017\\tRE\\t93\\n16.11.2017\\tS\\t239\\n16.11.2017\\tTGV\\t10\\n17.09.2017\\tEC\\t8\\n17.09.2017\\tIC\\t36\\n17.09.2017\\tICN\\t41\\n17.09.2017\\tIR\\t121\\n17.09.2017\\tRE\\t78\\n17.09.2017\\tS\\t235\\n17.09.2017\\tTGV\\t9\\n17.10.2017\\tEC\\t8\\n17.10.2017\\tIC\\t35\\n17.10.2017\\tICN\\t40\\n17.10.2017\\tIR\\t128\\n17.10.2017\\tRE\\t93\\n17.10.2017\\tS\\t245\\n17.10.2017\\tTGV\\t11\\n17.11.2017\\tEC\\t8\\n17.11.2017\\tIC\\t35\\n17.11.2017\\tICN\\t40\\n17.11.2017\\tIR\\t131\\n17.11.2017\\tRE\\t97\\n17.11.2017\\tS\\t244\\n17.11.2017\\tTGV\\t9\\n18.09.2017\\tEC\\t8\\n18.09.2017\\tIC\\t38\\n18.09.2017\\tICN\\t42\\n18.09.2017\\tIR\\t127\\n18.09.2017\\tRE\\t88\\n18.09.2017\\tS\\t237\\n18.09.2017\\tTGV\\t10\\n18.10.2017\\tEC\\t9\\n18.10.2017\\tIC\\t34\\n18.10.2017\\tICN\\t39\\n18.10.2017\\tIR\\t128\\n18.10.2017\\tRE\\t94\\n18.10.2017\\tS\\t242\\n18.10.2017\\tTGV\\t10\\n18.11.2017\\tEC\\t8\\n18.11.2017\\tIC\\t35\\n18.11.2017\\tICN\\t40\\n18.11.2017\\tIR\\t120\\n18.11.2017\\tRE\\t86\\n18.11.2017\\tS\\t234\\n18.11.2017\\tTGV\\t10\\n19.09.2017\\tEC\\t8\\n19.09.2017\\tIC\\t38\\n19.09.2017\\tICN\\t41\\n19.09.2017\\tIR\\t126\\n19.09.2017\\tRE\\t88\\n19.09.2017\\tS\\t240\\n19.09.2017\\tTGV\\t10\\n19.10.2017\\tEC\\t8\\n19.10.2017\\tIC\\t34\\n19.10.2017\\tICN\\t41\\n19.10.2017\\tIR\\t131\\n19.10.2017\\tRE\\t94\\n19.10.2017\\tS\\t240\\n19.10.2017\\tTGV\\t11\\n19.11.2017\\tEC\\t8\\n19.11.2017\\tIC\\t37\\n19.11.2017\\tICN\\t40\\n19.11.2017\\tIR\\t119\\n19.11.2017\\tRE\\t82\\n19.11.2017\\tS\\t236\\n19.11.2017\\tTGV\\t11\\n20.09.2017\\tEC\\t8\\n20.09.2017\\tEXT\\t1\\n20.09.2017\\tIC\\t36\\n20.09.2017\\tICN\\t41\\n20.09.2017\\tIR\\t131\\n20.09.2017\\tRE\\t88\\n20.09.2017\\tS\\t238\\n20.09.2017\\tTGV\\t10\\n20.10.2017\\tEC\\t8\\n20.10.2017\\tIC\\t34\\n20.10.2017\\tICN\\t40\\n20.10.2017\\tIR\\t125\\n20.10.2017\\tRE\\t97\\n20.10.2017\\tS\\t238\\n20.10.2017\\tTGV\\t9\\n20.11.2017\\tEC\\t8\\n20.11.2017\\tIC\\t35\\n20.11.2017\\tICN\\t40\\n20.11.2017\\tIR\\t128\\n20.11.2017\\tRE\\t93\\n20.11.2017\\tS\\t241\\n20.11.2017\\tTGV\\t10\\n21.09.2017\\tEC\\t8\\n21.09.2017\\tIC\\t39\\n21.09.2017\\tICN\\t41\\n21.09.2017\\tIR\\t128\\n21.09.2017\\tRE\\t88\\n21.09.2017\\tS\\t237\\n21.09.2017\\tTGV\\t10\\n21.10.2017\\tEC\\t8\\n21.10.2017\\tIC\\t34\\n21.10.2017\\tICN\\t40\\n21.10.2017\\tIR\\t116\\n21.10.2017\\tRE\\t91\\n21.10.2017\\tS\\t235\\n21.10.2017\\tTGV\\t8\\n21.11.2017\\tEC\\t8\\n21.11.2017\\tIC\\t35\\n21.11.2017\\tICN\\t40\\n21.11.2017\\tIR\\t127\\n21.11.2017\\tRE\\t94\\n21.11.2017\\tS\\t244\\n21.11.2017\\tTGV\\t10\\n22.09.2017\\tEC\\t8\\n22.09.2017\\tIC\\t37\\n22.09.2017\\tICN\\t40\\n22.09.2017\\tIR\\t130\\n22.09.2017\\tRE\\t96\\n22.09.2017\\tS\\t236\\n22.09.2017\\tTGV\\t9\\n22.10.2017\\tEC\\t8\\n22.10.2017\\tIC\\t34\\n22.10.2017\\tICN\\t40\\n22.10.2017\\tIR\\t120\\n22.10.2017\\tRE\\t83\\n22.10.2017\\tS\\t236\\n22.10.2017\\tTGV\\t9\\n22.11.2017\\tEC\\t8\\n22.11.2017\\tIC\\t34\\n22.11.2017\\tICN\\t40\\n22.11.2017\\tIR\\t127\\n22.11.2017\\tRE\\t93\\n22.11.2017\\tS\\t241\\n22.11.2017\\tTGV\\t10\\n23.09.2017\\tEC\\t8\\n23.09.2017\\tIC\\t34\\n23.09.2017\\tICN\\t43\\n23.09.2017\\tIR\\t116\\n23.09.2017\\tRE\\t89\\n23.09.2017\\tS\\t234\\n23.09.2017\\tTGV\\t8\\n23.10.2017\\tEC\\t8\\n23.10.2017\\tIC\\t35\\n23.10.2017\\tICN\\t40\\n23.10.2017\\tIR\\t129\\n23.10.2017\\tRE\\t93\\n23.10.2017\\tS\\t239\\n23.10.2017\\tTGV\\t10\\n23.11.2017\\tEC\\t8\\n23.11.2017\\tIC\\t34\\n23.11.2017\\tICN\\t40\\n23.11.2017\\tIR\\t128\\n23.11.2017\\tRE\\t93\\n23.11.2017\\tS\\t242\\n23.11.2017\\tTGV\\t12\\n24.09.2017\\tEC\\t8\\n24.09.2017\\tIC\\t36\\n24.09.2017\\tICN\\t42\\n24.09.2017\\tIR\\t119\\n24.09.2017\\tRE\\t80\\n24.09.2017\\tS\\t236\\n24.09.2017\\tTGV\\t9\\n24.10.2017\\tEC\\t8\\n24.10.2017\\tIC\\t35\\n24.10.2017\\tICN\\t39\\n24.10.2017\\tIR\\t128\\n24.10.2017\\tRE\\t93\\n24.10.2017\\tS\\t241\\n24.10.2017\\tTGV\\t10\\n24.11.2017\\tEC\\t8\\n24.11.2017\\tIC\\t34\\n24.11.2017\\tICN\\t40\\n24.11.2017\\tIR\\t125\\n24.11.2017\\tRE\\t99\\n24.11.2017\\tS\\t238\\n24.11.2017\\tTGV\\t9\\n25.09.2017\\tEC\\t8\\n25.09.2017\\tIC\\t37\\n25.09.2017\\tICN\\t41\\n25.09.2017\\tIR\\t128\\n25.09.2017\\tRE\\t88\\n25.09.2017\\tS\\t237\\n25.09.2017\\tTGV\\t10\\n25.10.2017\\tEC\\t8\\n25.10.2017\\tIC\\t34\\n25.10.2017\\tICN\\t39\\n25.10.2017\\tIR\\t127\\n25.10.2017\\tRE\\t94\\n25.10.2017\\tS\\t241\\n25.10.2017\\tTGV\\t10\\n25.11.2017\\tEC\\t8\\n25.11.2017\\tIC\\t34\\n25.11.2017\\tICN\\t40\\n25.11.2017\\tIR\\t115\\n25.11.2017\\tRE\\t90\\n25.11.2017\\tS\\t236\\n25.11.2017\\tTGV\\t8\\n26.09.2017\\tEC\\t8\\n26.09.2017\\tIC\\t36\\n26.09.2017\\tICN\\t41\\n26.09.2017\\tIR\\t126\\n26.09.2017\\tRE\\t88\\n26.09.2017\\tS\\t237\\n26.09.2017\\tTGV\\t10\\n26.10.2017\\tEC\\t8\\n26.10.2017\\tIC\\t35\\n26.10.2017\\tICN\\t39\\n26.10.2017\\tIR\\t128\\n26.10.2017\\tRE\\t93\\n26.10.2017\\tS\\t241\\n26.10.2017\\tTGV\\t10\\n26.11.2017\\tEC\\t8\\n26.11.2017\\tIC\\t36\\n26.11.2017\\tICN\\t41\\n26.11.2017\\tIR\\t121\\n26.11.2017\\tRE\\t84\\n26.11.2017\\tS\\t236\\n26.11.2017\\tTGV\\t9\\n27.09.2017\\tEC\\t8\\n27.09.2017\\tEXT\\t1\\n27.09.2017\\tIC\\t36\\n27.09.2017\\tICN\\t41\\n27.09.2017\\tIR\\t128\\n27.09.2017\\tRE\\t88\\n27.09.2017\\tS\\t237\\n27.09.2017\\tTGV\\t10\\n27.10.2017\\tEC\\t8\\n27.10.2017\\tIC\\t39\\n27.10.2017\\tICN\\t41\\n27.10.2017\\tIR\\t130\\n27.10.2017\\tRE\\t97\\n27.10.2017\\tS\\t238\\n27.10.2017\\tTGV\\t9\\n27.11.2017\\tEC\\t8\\n27.11.2017\\tIC\\t35\\n27.11.2017\\tICN\\t40\\n27.11.2017\\tIR\\t129\\n27.11.2017\\tRE\\t93\\n27.11.2017\\tS\\t239\\n27.11.2017\\tTGV\\t10\\n28.09.2017\\tEC\\t8\\n28.09.2017\\tIC\\t38\\n28.09.2017\\tICN\\t41\\n28.09.2017\\tIR\\t126\\n28.09.2017\\tRE\\t88\\n28.09.2017\\tS\\t237\\n28.09.2017\\tTGV\\t10\\n28.10.2017\\tEC\\t7\\n28.10.2017\\tIC\\t67\\n28.10.2017\\tICN\\t43\\n28.10.2017\\tIR\\t148\\n28.10.2017\\tRE\\t243\\n28.10.2017\\tS\\t254\\n28.10.2017\\tTGV\\t12\\n28.11.2017\\tEC\\t8\\n28.11.2017\\tIC\\t34\\n28.11.2017\\tICN\\t40\\n28.11.2017\\tIR\\t129\\n28.11.2017\\tRE\\t93\\n28.11.2017\\tS\\t240\\n28.11.2017\\tTGV\\t10\\n29.09.2017\\tEC\\t8\\n29.09.2017\\tIC\\t35\\n29.09.2017\\tICN\\t41\\n29.09.2017\\tIR\\t124\\n29.09.2017\\tRE\\t96\\n29.09.2017\\tS\\t236\\n29.09.2017\\tTGV\\t9\\n29.10.2017\\tEC\\t8\\n29.10.2017\\tIC\\t67\\n29.10.2017\\tICN\\t42\\n29.10.2017\\tIR\\t151\\n29.10.2017\\tRE\\t235\\n29.10.2017\\tS\\t257\\n29.10.2017\\tTGV\\t13\\n29.11.2017\\tEC\\t8\\n29.11.2017\\tIC\\t34\\n29.11.2017\\tICN\\t40\\n29.11.2017\\tIR\\t128\\n29.11.2017\\tRE\\t93\\n29.11.2017\\tS\\t240\\n29.11.2017\\tTGV\\t10\\n30.09.2017\\tEC\\t8\\n30.09.2017\\tIC\\t35\\n30.09.2017\\tICN\\t40\\n30.09.2017\\tIR\\t115\\n30.09.2017\\tRE\\t86\\n30.09.2017\\tS\\t234\\n30.09.2017\\tTGV\\t8\\n30.10.2017\\tEC\\t8\\n30.10.2017\\tIC\\t37\\n30.10.2017\\tICN\\t40\\n30.10.2017\\tIR\\t128\\n30.10.2017\\tRE\\t93\\n30.10.2017\\tS\\t240\\n30.10.2017\\tTGV\\t10\\n30.11.2017\\tEC\\t8\\n30.11.2017\\tIC\\t36\\n30.11.2017\\tICN\\t40\\n30.11.2017\\tIR\\t127\\n30.11.2017\\tRE\\t93\\n30.11.2017\\tS\\t239\\n30.11.2017\\tTGV\\t10\\n31.10.2017\\tEC\\t8\\n31.10.2017\\tIC\\t35\\n31.10.2017\\tICN\\t40\\n31.10.2017\\tIR\\t128\\n31.10.2017\\tRE\\t93\\n31.10.2017\\tS\\t240\\n31.10.2017\\tTGV\\t10\\n\"\n },\n {\n \"type\": \"TABLE\",\n \"data\": \"transport\\toccurences\\nS\\t18854\\nIR\\t10006\\nRE\\t7460\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271223_-1114154130\",\n \"id\": \"20180326-145706_1402422065\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"dateStarted\": \"Apr 19, 2018 5:12:31 PM\",\n \"dateFinished\": \"Apr 19, 2018 5:12:57 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%md\\n### Question I.e. (5/30)\\n\\nGet the set of IC trains you can take to go from Genève (main station) to Lausanne on a typical week day (not Saturday, not Sunday, not a bank holiday). Display the train number (`LINIEN_ID`) as well as the schedule of the trains.\\nNote: do not hesitate to create intermediary tables.\\nYou can use the advanced search of SBB\\u0027s website to check your answer, the schedule of IC1 from Genève to Lausanne has not changed since last year.\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:22 PM\",\n \"config\": {\n \"tableHide\": false,\n \"editorSetting\": {\n \"editOnDblClick\": true,\n \"language\": \"markdown\"\n },\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/markdown\",\n \"editorHide\": false,\n \"results\": {},\n \"enabled\": true\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"HTML\",\n \"data\": \"\\u003ch3\\u003eQuestion I.e. (5/30)\\u003c/h3\\u003e\\n\\u003cp\\u003eGet the set of IC trains you can take to go from Genève (main station) to Lausanne on a typical week day (not Saturday, not Sunday, not a bank holiday). Display the train number (\\u003ccode\\u003eLINIEN_ID\\u003c/code\\u003e) as well as the schedule of the trains.\\n\\u003cbr /\\u003eNote: do not hesitate to create intermediary tables.\\n\\u003cbr /\\u003eYou can use the advanced search of SBB\\u0027s website to check your answer, the schedule of IC1 from Genève to Lausanne has not changed since last year.\\u003c/p\\u003e\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271226_-1115308376\",\n \"id\": \"20180326-150827_1333006785\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"status\": \"READY\",\n \"errorMessage\": \"\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nCREATE TABLE vaubien.sbb_schedule AS\\nSELECT t1.business_day AS day, t1.stop_text AS depart, t1.departure_time AS departure_time, t2.stop_text AS destination, t2.arrival_time AS arrival_time, t1.line_id AS line_id, t1.transport AS train_type FROM\\n(SELECT business_day, driving_id, stop_text, departure_time, transport, line_id FROM vaubien.sbb WHERE stop_text\\u003d\\\"Genève\\\" AND length(departure_time) \\u003e 0 AND transport\\u003d\\\"IC\\\") t1\\nINNER JOIN \\n(SELECT business_day, driving_id, stop_text, arrival_time, transport, line_id FROM vaubien.sbb WHERE stop_text\\u003d\\\"Lausanne\\\" AND length(arrival_time) \\u003e 0 AND transport\\u003d\\\"IC\\\") t2\\nON t1.driving_id \\u003d t2.driving_id \\nWHERE unix_timestamp(t1.departure_time, \\\"dd.mm.yyyy hh:mm\\\") \\u003c unix_timestamp(t2.arrival_time, \\\"dd.mm.yyyy hh:mm\\\") AND t1.business_day \\u003d t2.business_day\\n\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:22 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"enabled\": true,\n \"results\": {},\n \"editorSetting\": {\n \"language\": \"sql\",\n \"editOnDblClick\": false\n },\n \"editorMode\": \"ace/mode/sql\",\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1524153778287_-88258060\",\n \"id\": \"20180419-180258_1440162119\",\n \"dateCreated\": \"Apr 19, 2018 6:02:58 PM\",\n \"dateStarted\": \"Apr 20, 2018 2:19:03 PM\",\n \"dateFinished\": \"Apr 20, 2018 2:19:18 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nSELECT * FROM vaubien.sbb_schedule WHERE day IN (\\nSELECT DISTINCT business_day FROM vaubien.sbb \\nWHERE \\n business_day NOT IN (\\\"07.09.2017\\\", \\\"11.09.2017\\\", \\\"17.09.2017\\\", \\\"18.09.2017\\\", \\\"25.09.2017\\\")\\n AND\\n from_unixtime(unix_timestamp(business_day, \\\"dd.mm.yyyy\\\"), \\\"u\\\") NOT IN (6, 7) \\n);\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:22 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"enabled\": true,\n \"results\": {},\n \"editorSetting\": {\n \"language\": \"sql\",\n \"editOnDblClick\": false\n },\n \"editorMode\": \"ace/mode/sql\",\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TABLE\",\n \"data\": \"sbb_schedule.day\\tsbb_schedule.depart\\tsbb_schedule.departure_time\\tsbb_schedule.destination\\tsbb_schedule.arrival_time\\tsbb_schedule.line_id\\tsbb_schedule.train_type\\n16.09.2017\\tGenève\\t16.09.2017 05:42\\tLausanne\\t16.09.2017 06:18\\t707\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 06:42\\tLausanne\\t16.09.2017 07:18\\t709\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 07:42\\tLausanne\\t16.09.2017 08:18\\t711\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 12:20\\tLausanne\\t16.09.2017 11:40\\t712\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 08:42\\tLausanne\\t16.09.2017 09:18\\t713\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 09:42\\tLausanne\\t16.09.2017 10:18\\t715\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 10:42\\tLausanne\\t16.09.2017 11:18\\t717\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 12:42\\tLausanne\\t16.09.2017 13:18\\t721\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 13:42\\tLausanne\\t16.09.2017 14:18\\t723\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 14:42\\tLausanne\\t16.09.2017 15:18\\t725\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 15:42\\tLausanne\\t16.09.2017 16:18\\t727\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 16:42\\tLausanne\\t16.09.2017 17:18\\t729\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 17:42\\tLausanne\\t16.09.2017 18:18\\t731\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 18:42\\tLausanne\\t16.09.2017 19:18\\t733\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 19:42\\tLausanne\\t16.09.2017 20:18\\t735\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 20:42\\tLausanne\\t16.09.2017 21:18\\t737\\tIC\\n16.09.2017\\tGenève\\t16.09.2017 21:42\\tLausanne\\t16.09.2017 22:18\\t739\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 20:42\\tLausanne\\t24.09.2017 21:18\\t30737\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 21:42\\tLausanne\\t24.09.2017 22:18\\t30739\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 05:42\\tLausanne\\t24.09.2017 06:18\\t707\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 06:42\\tLausanne\\t24.09.2017 07:18\\t709\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 07:42\\tLausanne\\t24.09.2017 08:18\\t711\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 12:20\\tLausanne\\t24.09.2017 11:40\\t712\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 08:42\\tLausanne\\t24.09.2017 09:18\\t713\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 09:42\\tLausanne\\t24.09.2017 10:18\\t715\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 10:42\\tLausanne\\t24.09.2017 11:18\\t717\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 12:42\\tLausanne\\t24.09.2017 13:18\\t721\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 13:42\\tLausanne\\t24.09.2017 14:18\\t723\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 14:42\\tLausanne\\t24.09.2017 15:18\\t725\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 15:42\\tLausanne\\t24.09.2017 16:18\\t727\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 16:42\\tLausanne\\t24.09.2017 17:18\\t729\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 17:42\\tLausanne\\t24.09.2017 18:18\\t731\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 18:42\\tLausanne\\t24.09.2017 19:18\\t733\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 19:42\\tLausanne\\t24.09.2017 20:18\\t735\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 20:42\\tLausanne\\t24.09.2017 21:18\\t737\\tIC\\n24.09.2017\\tGenève\\t24.09.2017 21:42\\tLausanne\\t24.09.2017 22:18\\t739\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 05:42\\tLausanne\\t13.09.2017 06:18\\t707\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 06:42\\tLausanne\\t13.09.2017 07:18\\t709\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 07:42\\tLausanne\\t13.09.2017 08:18\\t711\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 12:20\\tLausanne\\t13.09.2017 11:40\\t712\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 08:42\\tLausanne\\t13.09.2017 09:18\\t713\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 09:42\\tLausanne\\t13.09.2017 10:18\\t715\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 10:42\\tLausanne\\t13.09.2017 11:18\\t717\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 12:42\\tLausanne\\t13.09.2017 13:18\\t721\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 13:42\\tLausanne\\t13.09.2017 14:18\\t723\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 14:42\\tLausanne\\t13.09.2017 15:18\\t725\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 15:42\\tLausanne\\t13.09.2017 16:18\\t727\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 16:42\\tLausanne\\t13.09.2017 17:18\\t729\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 17:42\\tLausanne\\t13.09.2017 18:18\\t731\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 18:42\\tLausanne\\t13.09.2017 19:18\\t733\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 19:42\\tLausanne\\t13.09.2017 20:18\\t735\\tIC\\n13.09.2017\\tGenève\\t13.09.2017 20:42\\tLausanne\\t13.09.2017 21:18\\t737\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 20:42\\tLausanne\\t19.09.2017 21:18\\t30737\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 05:42\\tLausanne\\t19.09.2017 06:18\\t707\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 06:42\\tLausanne\\t19.09.2017 07:18\\t709\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 07:42\\tLausanne\\t19.09.2017 08:18\\t711\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 12:20\\tLausanne\\t19.09.2017 11:40\\t712\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 08:42\\tLausanne\\t19.09.2017 09:18\\t713\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 09:42\\tLausanne\\t19.09.2017 10:18\\t715\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 10:42\\tLausanne\\t19.09.2017 11:18\\t717\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 12:42\\tLausanne\\t19.09.2017 13:18\\t721\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 13:42\\tLausanne\\t19.09.2017 14:18\\t723\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 14:42\\tLausanne\\t19.09.2017 15:18\\t725\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 15:42\\tLausanne\\t19.09.2017 16:18\\t727\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 16:42\\tLausanne\\t19.09.2017 17:18\\t729\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 17:42\\tLausanne\\t19.09.2017 18:18\\t731\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 18:42\\tLausanne\\t19.09.2017 19:18\\t733\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 19:42\\tLausanne\\t19.09.2017 20:18\\t735\\tIC\\n19.09.2017\\tGenève\\t19.09.2017 20:42\\tLausanne\\t19.09.2017 21:18\\t737\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 05:42\\tLausanne\\t23.09.2017 06:18\\t707\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 06:42\\tLausanne\\t23.09.2017 07:18\\t709\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 07:42\\tLausanne\\t23.09.2017 08:18\\t711\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 12:20\\tLausanne\\t23.09.2017 11:40\\t712\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 08:42\\tLausanne\\t23.09.2017 09:18\\t713\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 09:42\\tLausanne\\t23.09.2017 10:18\\t715\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 10:42\\tLausanne\\t23.09.2017 11:18\\t717\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 12:42\\tLausanne\\t23.09.2017 13:18\\t721\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 13:42\\tLausanne\\t23.09.2017 14:18\\t723\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 14:42\\tLausanne\\t23.09.2017 15:18\\t725\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 15:42\\tLausanne\\t23.09.2017 16:18\\t727\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 16:42\\tLausanne\\t23.09.2017 17:18\\t729\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 17:42\\tLausanne\\t23.09.2017 18:18\\t731\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 18:42\\tLausanne\\t23.09.2017 19:18\\t733\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 19:42\\tLausanne\\t23.09.2017 20:18\\t735\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 20:42\\tLausanne\\t23.09.2017 21:18\\t737\\tIC\\n23.09.2017\\tGenève\\t23.09.2017 21:42\\tLausanne\\t23.09.2017 22:18\\t739\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 05:42\\tLausanne\\t03.10.2017 06:18\\t707\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 06:42\\tLausanne\\t03.10.2017 07:18\\t709\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 07:42\\tLausanne\\t03.10.2017 08:18\\t711\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 12:20\\tLausanne\\t03.10.2017 11:40\\t712\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 08:42\\tLausanne\\t03.10.2017 09:18\\t713\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 09:42\\tLausanne\\t03.10.2017 10:18\\t715\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 10:42\\tLausanne\\t03.10.2017 11:18\\t717\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 12:42\\tLausanne\\t03.10.2017 13:18\\t721\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 13:42\\tLausanne\\t03.10.2017 14:18\\t723\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 14:42\\tLausanne\\t03.10.2017 15:18\\t725\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 15:42\\tLausanne\\t03.10.2017 16:18\\t727\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 16:42\\tLausanne\\t03.10.2017 17:18\\t729\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 17:42\\tLausanne\\t03.10.2017 18:18\\t731\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 18:42\\tLausanne\\t03.10.2017 19:18\\t733\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 19:42\\tLausanne\\t03.10.2017 20:18\\t735\\tIC\\n03.10.2017\\tGenève\\t03.10.2017 20:42\\tLausanne\\t03.10.2017 21:18\\t737\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 20:42\\tLausanne\\t20.09.2017 21:18\\t30737\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 05:42\\tLausanne\\t20.09.2017 06:18\\t707\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 06:42\\tLausanne\\t20.09.2017 07:18\\t709\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 07:42\\tLausanne\\t20.09.2017 08:18\\t711\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 12:20\\tLausanne\\t20.09.2017 11:40\\t712\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 08:42\\tLausanne\\t20.09.2017 09:18\\t713\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 09:42\\tLausanne\\t20.09.2017 10:18\\t715\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 10:42\\tLausanne\\t20.09.2017 11:18\\t717\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 12:42\\tLausanne\\t20.09.2017 13:18\\t721\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 13:42\\tLausanne\\t20.09.2017 14:18\\t723\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 14:42\\tLausanne\\t20.09.2017 15:18\\t725\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 15:42\\tLausanne\\t20.09.2017 16:18\\t727\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 16:42\\tLausanne\\t20.09.2017 17:18\\t729\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 17:42\\tLausanne\\t20.09.2017 18:18\\t731\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 18:42\\tLausanne\\t20.09.2017 19:18\\t733\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 19:42\\tLausanne\\t20.09.2017 20:18\\t735\\tIC\\n20.09.2017\\tGenève\\t20.09.2017 20:42\\tLausanne\\t20.09.2017 21:18\\t737\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 20:42\\tLausanne\\t27.09.2017 21:18\\t30737\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 05:42\\tLausanne\\t27.09.2017 06:18\\t707\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 06:42\\tLausanne\\t27.09.2017 07:18\\t709\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 07:42\\tLausanne\\t27.09.2017 08:18\\t711\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 12:20\\tLausanne\\t27.09.2017 11:40\\t712\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 08:42\\tLausanne\\t27.09.2017 09:18\\t713\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 09:42\\tLausanne\\t27.09.2017 10:18\\t715\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 10:42\\tLausanne\\t27.09.2017 11:18\\t717\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 12:42\\tLausanne\\t27.09.2017 13:18\\t721\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 13:42\\tLausanne\\t27.09.2017 14:18\\t723\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 14:42\\tLausanne\\t27.09.2017 15:18\\t725\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 15:42\\tLausanne\\t27.09.2017 16:18\\t727\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 16:42\\tLausanne\\t27.09.2017 17:18\\t729\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 17:42\\tLausanne\\t27.09.2017 18:18\\t731\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 18:42\\tLausanne\\t27.09.2017 19:18\\t733\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 19:42\\tLausanne\\t27.09.2017 20:18\\t735\\tIC\\n27.09.2017\\tGenève\\t27.09.2017 20:42\\tLausanne\\t27.09.2017 21:18\\t737\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 20:42\\tLausanne\\t26.09.2017 21:18\\t30737\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 05:42\\tLausanne\\t26.09.2017 06:18\\t707\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 06:42\\tLausanne\\t26.09.2017 07:18\\t709\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 07:42\\tLausanne\\t26.09.2017 08:18\\t711\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 12:20\\tLausanne\\t26.09.2017 11:40\\t712\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 08:42\\tLausanne\\t26.09.2017 09:18\\t713\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 09:42\\tLausanne\\t26.09.2017 10:18\\t715\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 10:42\\tLausanne\\t26.09.2017 11:18\\t717\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 12:42\\tLausanne\\t26.09.2017 13:18\\t721\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 13:42\\tLausanne\\t26.09.2017 14:18\\t723\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 14:42\\tLausanne\\t26.09.2017 15:18\\t725\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 15:42\\tLausanne\\t26.09.2017 16:18\\t727\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 16:42\\tLausanne\\t26.09.2017 17:18\\t729\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 17:42\\tLausanne\\t26.09.2017 18:18\\t731\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 18:42\\tLausanne\\t26.09.2017 19:18\\t733\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 19:42\\tLausanne\\t26.09.2017 20:18\\t735\\tIC\\n26.09.2017\\tGenève\\t26.09.2017 20:42\\tLausanne\\t26.09.2017 21:18\\t737\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 05:42\\tLausanne\\t04.10.2017 06:18\\t707\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 06:42\\tLausanne\\t04.10.2017 07:18\\t709\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 07:42\\tLausanne\\t04.10.2017 08:18\\t711\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 12:20\\tLausanne\\t04.10.2017 11:40\\t712\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 08:42\\tLausanne\\t04.10.2017 09:18\\t713\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 09:42\\tLausanne\\t04.10.2017 10:18\\t715\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 10:42\\tLausanne\\t04.10.2017 11:18\\t717\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 12:42\\tLausanne\\t04.10.2017 13:18\\t721\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 13:42\\tLausanne\\t04.10.2017 14:18\\t723\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 14:42\\tLausanne\\t04.10.2017 15:18\\t725\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 15:42\\tLausanne\\t04.10.2017 16:18\\t727\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 16:42\\tLausanne\\t04.10.2017 17:18\\t729\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 17:42\\tLausanne\\t04.10.2017 18:18\\t731\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 18:42\\tLausanne\\t04.10.2017 19:18\\t733\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 19:42\\tLausanne\\t04.10.2017 20:18\\t735\\tIC\\n04.10.2017\\tGenève\\t04.10.2017 20:42\\tLausanne\\t04.10.2017 21:18\\t737\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 05:42\\tLausanne\\t06.10.2017 06:18\\t707\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 06:42\\tLausanne\\t06.10.2017 07:18\\t709\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 07:42\\tLausanne\\t06.10.2017 08:18\\t711\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 12:20\\tLausanne\\t06.10.2017 11:40\\t712\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 08:42\\tLausanne\\t06.10.2017 09:18\\t713\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 09:42\\tLausanne\\t06.10.2017 10:18\\t715\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 10:42\\tLausanne\\t06.10.2017 11:18\\t717\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 12:42\\tLausanne\\t06.10.2017 13:18\\t721\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 13:42\\tLausanne\\t06.10.2017 14:18\\t723\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 14:42\\tLausanne\\t06.10.2017 15:18\\t725\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 15:42\\tLausanne\\t06.10.2017 16:18\\t727\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 16:42\\tLausanne\\t06.10.2017 17:18\\t729\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 17:42\\tLausanne\\t06.10.2017 18:18\\t731\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 18:42\\tLausanne\\t06.10.2017 19:18\\t733\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 19:42\\tLausanne\\t06.10.2017 20:18\\t735\\tIC\\n06.10.2017\\tGenève\\t06.10.2017 20:42\\tLausanne\\t06.10.2017 21:18\\t737\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 05:42\\tLausanne\\t05.10.2017 06:18\\t707\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 15:42\\tLausanne\\t05.10.2017 16:18\\t70727\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 06:42\\tLausanne\\t05.10.2017 07:18\\t709\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 07:42\\tLausanne\\t05.10.2017 08:18\\t711\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 12:20\\tLausanne\\t05.10.2017 11:40\\t712\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 08:42\\tLausanne\\t05.10.2017 09:18\\t713\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 09:42\\tLausanne\\t05.10.2017 10:18\\t715\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 10:42\\tLausanne\\t05.10.2017 11:18\\t717\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 12:42\\tLausanne\\t05.10.2017 13:18\\t721\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 13:42\\tLausanne\\t05.10.2017 14:18\\t723\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 14:42\\tLausanne\\t05.10.2017 15:18\\t725\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 15:42\\tLausanne\\t05.10.2017 16:18\\t727\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 16:42\\tLausanne\\t05.10.2017 17:18\\t729\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 17:42\\tLausanne\\t05.10.2017 18:18\\t731\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 18:42\\tLausanne\\t05.10.2017 19:18\\t733\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 19:42\\tLausanne\\t05.10.2017 20:18\\t735\\tIC\\n05.10.2017\\tGenève\\t05.10.2017 20:42\\tLausanne\\t05.10.2017 21:18\\t737\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 05:42\\tLausanne\\t30.09.2017 06:18\\t707\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 06:42\\tLausanne\\t30.09.2017 07:18\\t709\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 07:42\\tLausanne\\t30.09.2017 08:18\\t711\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 12:20\\tLausanne\\t30.09.2017 11:40\\t712\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 08:42\\tLausanne\\t30.09.2017 09:18\\t713\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 09:42\\tLausanne\\t30.09.2017 10:18\\t715\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 10:42\\tLausanne\\t30.09.2017 11:18\\t717\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 12:42\\tLausanne\\t30.09.2017 13:18\\t721\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 13:42\\tLausanne\\t30.09.2017 14:18\\t723\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 14:42\\tLausanne\\t30.09.2017 15:18\\t725\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 15:42\\tLausanne\\t30.09.2017 16:18\\t727\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 16:42\\tLausanne\\t30.09.2017 17:18\\t729\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 17:42\\tLausanne\\t30.09.2017 18:18\\t731\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 18:42\\tLausanne\\t30.09.2017 19:18\\t733\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 19:42\\tLausanne\\t30.09.2017 20:18\\t735\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 20:42\\tLausanne\\t30.09.2017 21:18\\t737\\tIC\\n30.09.2017\\tGenève\\t30.09.2017 21:42\\tLausanne\\t30.09.2017 22:18\\t739\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 05:42\\tLausanne\\t02.10.2017 06:18\\t707\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 13:42\\tLausanne\\t02.10.2017 14:18\\t70723\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 06:42\\tLausanne\\t02.10.2017 07:18\\t709\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 07:42\\tLausanne\\t02.10.2017 08:18\\t711\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 12:20\\tLausanne\\t02.10.2017 11:40\\t712\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 08:42\\tLausanne\\t02.10.2017 09:18\\t713\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 09:42\\tLausanne\\t02.10.2017 10:18\\t715\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 10:42\\tLausanne\\t02.10.2017 11:18\\t717\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 12:42\\tLausanne\\t02.10.2017 13:18\\t721\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 13:42\\tLausanne\\t02.10.2017 14:18\\t723\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 14:42\\tLausanne\\t02.10.2017 15:18\\t725\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 15:42\\tLausanne\\t02.10.2017 16:18\\t727\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 16:42\\tLausanne\\t02.10.2017 17:18\\t729\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 17:42\\tLausanne\\t02.10.2017 18:18\\t731\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 18:42\\tLausanne\\t02.10.2017 19:18\\t733\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 19:42\\tLausanne\\t02.10.2017 20:18\\t735\\tIC\\n02.10.2017\\tGenève\\t02.10.2017 20:42\\tLausanne\\t02.10.2017 21:18\\t737\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 05:42\\tLausanne\\t10.10.2017 06:18\\t707\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 06:42\\tLausanne\\t10.10.2017 07:18\\t709\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 07:42\\tLausanne\\t10.10.2017 08:18\\t711\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 12:20\\tLausanne\\t10.10.2017 11:40\\t712\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 08:42\\tLausanne\\t10.10.2017 09:18\\t713\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 09:42\\tLausanne\\t10.10.2017 10:18\\t715\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 10:42\\tLausanne\\t10.10.2017 11:18\\t717\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 12:42\\tLausanne\\t10.10.2017 13:18\\t721\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 13:42\\tLausanne\\t10.10.2017 14:18\\t723\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 14:42\\tLausanne\\t10.10.2017 15:18\\t725\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 15:42\\tLausanne\\t10.10.2017 16:18\\t727\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 16:42\\tLausanne\\t10.10.2017 17:18\\t729\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 17:42\\tLausanne\\t10.10.2017 18:18\\t731\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 18:42\\tLausanne\\t10.10.2017 19:18\\t733\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 19:42\\tLausanne\\t10.10.2017 20:18\\t735\\tIC\\n10.10.2017\\tGenève\\t10.10.2017 20:42\\tLausanne\\t10.10.2017 21:18\\t737\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 05:42\\tLausanne\\t11.10.2017 06:18\\t707\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 06:42\\tLausanne\\t11.10.2017 07:18\\t709\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 07:42\\tLausanne\\t11.10.2017 08:18\\t711\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 12:20\\tLausanne\\t11.10.2017 11:40\\t712\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 08:42\\tLausanne\\t11.10.2017 09:18\\t713\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 09:42\\tLausanne\\t11.10.2017 10:18\\t715\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 10:42\\tLausanne\\t11.10.2017 11:18\\t717\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 12:42\\tLausanne\\t11.10.2017 13:18\\t721\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 13:42\\tLausanne\\t11.10.2017 14:18\\t723\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 14:42\\tLausanne\\t11.10.2017 15:18\\t725\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 15:42\\tLausanne\\t11.10.2017 16:18\\t727\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 16:42\\tLausanne\\t11.10.2017 17:18\\t729\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 17:42\\tLausanne\\t11.10.2017 18:18\\t731\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 18:42\\tLausanne\\t11.10.2017 19:18\\t733\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 19:42\\tLausanne\\t11.10.2017 20:18\\t735\\tIC\\n11.10.2017\\tGenève\\t11.10.2017 20:42\\tLausanne\\t11.10.2017 21:18\\t737\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 05:42\\tLausanne\\t09.10.2017 06:18\\t707\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 06:42\\tLausanne\\t09.10.2017 07:18\\t709\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 07:42\\tLausanne\\t09.10.2017 08:18\\t711\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 12:20\\tLausanne\\t09.10.2017 11:40\\t712\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 08:42\\tLausanne\\t09.10.2017 09:18\\t713\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 09:42\\tLausanne\\t09.10.2017 10:18\\t715\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 10:42\\tLausanne\\t09.10.2017 11:18\\t717\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 12:42\\tLausanne\\t09.10.2017 13:18\\t721\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 13:42\\tLausanne\\t09.10.2017 14:18\\t723\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 14:42\\tLausanne\\t09.10.2017 15:18\\t725\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 15:42\\tLausanne\\t09.10.2017 16:18\\t727\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 16:42\\tLausanne\\t09.10.2017 17:18\\t729\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 17:42\\tLausanne\\t09.10.2017 18:18\\t731\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 18:42\\tLausanne\\t09.10.2017 19:18\\t733\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 19:42\\tLausanne\\t09.10.2017 20:18\\t735\\tIC\\n09.10.2017\\tGenève\\t09.10.2017 20:42\\tLausanne\\t09.10.2017 21:18\\t737\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 19:42\\tLausanne\\t13.10.2017 20:18\\t30735\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 20:42\\tLausanne\\t13.10.2017 21:18\\t30737\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 05:42\\tLausanne\\t13.10.2017 06:18\\t707\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 06:42\\tLausanne\\t13.10.2017 07:18\\t709\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 07:42\\tLausanne\\t13.10.2017 08:18\\t711\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 12:20\\tLausanne\\t13.10.2017 11:40\\t712\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 08:42\\tLausanne\\t13.10.2017 09:18\\t713\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 09:42\\tLausanne\\t13.10.2017 10:18\\t715\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 10:42\\tLausanne\\t13.10.2017 11:18\\t717\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 12:42\\tLausanne\\t13.10.2017 13:18\\t721\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 13:42\\tLausanne\\t13.10.2017 14:18\\t723\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 14:42\\tLausanne\\t13.10.2017 15:18\\t725\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 15:42\\tLausanne\\t13.10.2017 16:18\\t727\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 16:42\\tLausanne\\t13.10.2017 17:18\\t729\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 17:42\\tLausanne\\t13.10.2017 18:18\\t731\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 18:42\\tLausanne\\t13.10.2017 19:18\\t733\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 19:42\\tLausanne\\t13.10.2017 20:18\\t735\\tIC\\n13.10.2017\\tGenève\\t13.10.2017 20:42\\tLausanne\\t13.10.2017 21:18\\t737\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 05:42\\tLausanne\\t16.10.2017 06:18\\t707\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 06:42\\tLausanne\\t16.10.2017 07:18\\t709\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 07:42\\tLausanne\\t16.10.2017 08:18\\t711\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 12:20\\tLausanne\\t16.10.2017 11:40\\t712\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 08:42\\tLausanne\\t16.10.2017 09:18\\t713\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 09:42\\tLausanne\\t16.10.2017 10:18\\t715\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 10:42\\tLausanne\\t16.10.2017 11:18\\t717\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 12:42\\tLausanne\\t16.10.2017 13:18\\t721\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 13:42\\tLausanne\\t16.10.2017 14:18\\t723\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 14:42\\tLausanne\\t16.10.2017 15:18\\t725\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 15:42\\tLausanne\\t16.10.2017 16:18\\t727\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 16:42\\tLausanne\\t16.10.2017 17:18\\t729\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 17:42\\tLausanne\\t16.10.2017 18:18\\t731\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 18:42\\tLausanne\\t16.10.2017 19:18\\t733\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 19:42\\tLausanne\\t16.10.2017 20:18\\t735\\tIC\\n16.10.2017\\tGenève\\t16.10.2017 20:42\\tLausanne\\t16.10.2017 21:18\\t737\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 05:42\\tLausanne\\t12.10.2017 06:18\\t707\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 06:42\\tLausanne\\t12.10.2017 07:18\\t709\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 07:42\\tLausanne\\t12.10.2017 08:18\\t711\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 12:20\\tLausanne\\t12.10.2017 11:40\\t712\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 08:42\\tLausanne\\t12.10.2017 09:18\\t713\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 09:42\\tLausanne\\t12.10.2017 10:18\\t715\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 10:42\\tLausanne\\t12.10.2017 11:18\\t717\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 12:42\\tLausanne\\t12.10.2017 13:18\\t721\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 13:42\\tLausanne\\t12.10.2017 14:18\\t723\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 14:42\\tLausanne\\t12.10.2017 15:18\\t725\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 15:42\\tLausanne\\t12.10.2017 16:18\\t727\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 16:42\\tLausanne\\t12.10.2017 17:18\\t729\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 17:42\\tLausanne\\t12.10.2017 18:18\\t731\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 18:42\\tLausanne\\t12.10.2017 19:18\\t733\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 19:42\\tLausanne\\t12.10.2017 20:18\\t735\\tIC\\n12.10.2017\\tGenève\\t12.10.2017 20:42\\tLausanne\\t12.10.2017 21:18\\t737\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 05:42\\tLausanne\\t18.10.2017 06:18\\t707\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 06:42\\tLausanne\\t18.10.2017 07:18\\t709\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 07:42\\tLausanne\\t18.10.2017 08:18\\t711\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 12:20\\tLausanne\\t18.10.2017 11:40\\t712\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 08:42\\tLausanne\\t18.10.2017 09:18\\t713\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 09:42\\tLausanne\\t18.10.2017 10:18\\t715\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 10:42\\tLausanne\\t18.10.2017 11:18\\t717\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 12:42\\tLausanne\\t18.10.2017 13:18\\t721\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 13:42\\tLausanne\\t18.10.2017 14:18\\t723\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 14:42\\tLausanne\\t18.10.2017 15:18\\t725\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 15:42\\tLausanne\\t18.10.2017 16:18\\t727\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 16:42\\tLausanne\\t18.10.2017 17:18\\t729\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 17:42\\tLausanne\\t18.10.2017 18:18\\t731\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 18:42\\tLausanne\\t18.10.2017 19:18\\t733\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 19:42\\tLausanne\\t18.10.2017 20:18\\t735\\tIC\\n18.10.2017\\tGenève\\t18.10.2017 20:42\\tLausanne\\t18.10.2017 21:18\\t737\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 05:42\\tLausanne\\t17.10.2017 06:18\\t707\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 08:42\\tLausanne\\t17.10.2017 09:18\\t70713\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 06:42\\tLausanne\\t17.10.2017 07:18\\t709\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 07:42\\tLausanne\\t17.10.2017 08:18\\t711\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 12:20\\tLausanne\\t17.10.2017 11:40\\t712\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 08:42\\tLausanne\\t17.10.2017 09:18\\t713\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 09:42\\tLausanne\\t17.10.2017 10:18\\t715\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 10:42\\tLausanne\\t17.10.2017 11:18\\t717\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 12:42\\tLausanne\\t17.10.2017 13:18\\t721\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 13:42\\tLausanne\\t17.10.2017 14:18\\t723\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 14:42\\tLausanne\\t17.10.2017 15:18\\t725\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 15:42\\tLausanne\\t17.10.2017 16:18\\t727\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 16:42\\tLausanne\\t17.10.2017 17:18\\t729\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 17:42\\tLausanne\\t17.10.2017 18:18\\t731\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 18:42\\tLausanne\\t17.10.2017 19:18\\t733\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 19:42\\tLausanne\\t17.10.2017 20:18\\t735\\tIC\\n17.10.2017\\tGenève\\t17.10.2017 20:42\\tLausanne\\t17.10.2017 21:18\\t737\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 05:42\\tLausanne\\t19.10.2017 06:18\\t707\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 06:42\\tLausanne\\t19.10.2017 07:18\\t709\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 07:42\\tLausanne\\t19.10.2017 08:18\\t711\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 12:20\\tLausanne\\t19.10.2017 11:40\\t712\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 08:42\\tLausanne\\t19.10.2017 09:18\\t713\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 09:42\\tLausanne\\t19.10.2017 10:18\\t715\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 10:42\\tLausanne\\t19.10.2017 11:18\\t717\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 12:42\\tLausanne\\t19.10.2017 13:18\\t721\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 13:42\\tLausanne\\t19.10.2017 14:18\\t723\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 14:42\\tLausanne\\t19.10.2017 15:18\\t725\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 15:42\\tLausanne\\t19.10.2017 16:18\\t727\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 16:42\\tLausanne\\t19.10.2017 17:18\\t729\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 17:42\\tLausanne\\t19.10.2017 18:18\\t731\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 18:42\\tLausanne\\t19.10.2017 19:18\\t733\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 19:42\\tLausanne\\t19.10.2017 20:18\\t735\\tIC\\n19.10.2017\\tGenève\\t19.10.2017 20:42\\tLausanne\\t19.10.2017 21:18\\t737\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 05:42\\tLausanne\\t20.10.2017 06:18\\t707\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 06:42\\tLausanne\\t20.10.2017 07:18\\t709\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 07:42\\tLausanne\\t20.10.2017 08:18\\t711\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 12:20\\tLausanne\\t20.10.2017 11:40\\t712\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 08:42\\tLausanne\\t20.10.2017 09:18\\t713\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 09:42\\tLausanne\\t20.10.2017 10:18\\t715\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 10:42\\tLausanne\\t20.10.2017 11:18\\t717\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 12:42\\tLausanne\\t20.10.2017 13:18\\t721\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 13:42\\tLausanne\\t20.10.2017 14:18\\t723\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 14:42\\tLausanne\\t20.10.2017 15:18\\t725\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 15:42\\tLausanne\\t20.10.2017 16:18\\t727\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 16:42\\tLausanne\\t20.10.2017 17:18\\t729\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 17:42\\tLausanne\\t20.10.2017 18:18\\t731\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 18:42\\tLausanne\\t20.10.2017 19:18\\t733\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 19:42\\tLausanne\\t20.10.2017 20:18\\t735\\tIC\\n20.10.2017\\tGenève\\t20.10.2017 20:42\\tLausanne\\t20.10.2017 21:18\\t737\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 05:42\\tLausanne\\t23.10.2017 06:18\\t707\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 06:42\\tLausanne\\t23.10.2017 07:18\\t709\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 07:42\\tLausanne\\t23.10.2017 08:18\\t711\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 12:20\\tLausanne\\t23.10.2017 11:40\\t712\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 08:42\\tLausanne\\t23.10.2017 09:18\\t713\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 09:42\\tLausanne\\t23.10.2017 10:18\\t715\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 10:42\\tLausanne\\t23.10.2017 11:18\\t717\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 12:42\\tLausanne\\t23.10.2017 13:18\\t721\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 13:42\\tLausanne\\t23.10.2017 14:18\\t723\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 14:42\\tLausanne\\t23.10.2017 15:18\\t725\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 15:42\\tLausanne\\t23.10.2017 16:18\\t727\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 16:42\\tLausanne\\t23.10.2017 17:18\\t729\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 17:42\\tLausanne\\t23.10.2017 18:18\\t731\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 18:42\\tLausanne\\t23.10.2017 19:18\\t733\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 19:42\\tLausanne\\t23.10.2017 20:18\\t735\\tIC\\n23.10.2017\\tGenève\\t23.10.2017 20:42\\tLausanne\\t23.10.2017 21:18\\t737\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 05:42\\tLausanne\\t26.10.2017 06:18\\t707\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 06:42\\tLausanne\\t26.10.2017 07:18\\t709\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 07:42\\tLausanne\\t26.10.2017 08:18\\t711\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 12:20\\tLausanne\\t26.10.2017 11:40\\t712\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 08:42\\tLausanne\\t26.10.2017 09:18\\t713\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 09:42\\tLausanne\\t26.10.2017 10:18\\t715\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 10:42\\tLausanne\\t26.10.2017 11:18\\t717\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 12:42\\tLausanne\\t26.10.2017 13:18\\t721\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 13:42\\tLausanne\\t26.10.2017 14:18\\t723\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 14:42\\tLausanne\\t26.10.2017 15:18\\t725\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 15:42\\tLausanne\\t26.10.2017 16:18\\t727\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 16:42\\tLausanne\\t26.10.2017 17:18\\t729\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 17:42\\tLausanne\\t26.10.2017 18:18\\t731\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 18:42\\tLausanne\\t26.10.2017 19:18\\t733\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 19:42\\tLausanne\\t26.10.2017 20:18\\t735\\tIC\\n26.10.2017\\tGenève\\t26.10.2017 20:42\\tLausanne\\t26.10.2017 21:18\\t737\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 19:42\\tLausanne\\t27.10.2017 20:18\\t30735\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 20:42\\tLausanne\\t27.10.2017 21:18\\t30737\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 05:42\\tLausanne\\t27.10.2017 06:18\\t707\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 06:42\\tLausanne\\t27.10.2017 07:18\\t709\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 07:42\\tLausanne\\t27.10.2017 08:18\\t711\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 12:20\\tLausanne\\t27.10.2017 11:40\\t712\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 08:42\\tLausanne\\t27.10.2017 09:18\\t713\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 09:42\\tLausanne\\t27.10.2017 10:18\\t715\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 10:42\\tLausanne\\t27.10.2017 11:18\\t717\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 12:42\\tLausanne\\t27.10.2017 13:18\\t721\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 13:42\\tLausanne\\t27.10.2017 14:18\\t723\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 14:42\\tLausanne\\t27.10.2017 15:18\\t725\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 15:42\\tLausanne\\t27.10.2017 16:18\\t727\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 16:42\\tLausanne\\t27.10.2017 17:18\\t729\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 17:42\\tLausanne\\t27.10.2017 18:18\\t731\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 18:42\\tLausanne\\t27.10.2017 19:18\\t733\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 19:42\\tLausanne\\t27.10.2017 20:18\\t735\\tIC\\n27.10.2017\\tGenève\\t27.10.2017 20:42\\tLausanne\\t27.10.2017 21:18\\t737\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 05:42\\tLausanne\\t31.10.2017 06:18\\t707\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 10:42\\tLausanne\\t31.10.2017 11:18\\t70717\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 06:42\\tLausanne\\t31.10.2017 07:18\\t709\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 07:42\\tLausanne\\t31.10.2017 08:18\\t711\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 12:20\\tLausanne\\t31.10.2017 11:40\\t712\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 08:42\\tLausanne\\t31.10.2017 09:18\\t713\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 09:42\\tLausanne\\t31.10.2017 10:18\\t715\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 10:42\\tLausanne\\t31.10.2017 11:18\\t717\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 12:42\\tLausanne\\t31.10.2017 13:18\\t721\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 13:42\\tLausanne\\t31.10.2017 14:18\\t723\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 14:42\\tLausanne\\t31.10.2017 15:18\\t725\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 15:42\\tLausanne\\t31.10.2017 16:18\\t727\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 16:42\\tLausanne\\t31.10.2017 17:18\\t729\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 17:42\\tLausanne\\t31.10.2017 18:18\\t731\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 18:42\\tLausanne\\t31.10.2017 19:18\\t733\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 19:42\\tLausanne\\t31.10.2017 20:18\\t735\\tIC\\n31.10.2017\\tGenève\\t31.10.2017 20:42\\tLausanne\\t31.10.2017 21:18\\t737\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 05:42\\tLausanne\\t05.11.2017 06:18\\t707\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 06:42\\tLausanne\\t05.11.2017 07:18\\t709\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 07:42\\tLausanne\\t05.11.2017 08:18\\t711\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 12:20\\tLausanne\\t05.11.2017 11:40\\t712\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 08:42\\tLausanne\\t05.11.2017 09:18\\t713\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 09:42\\tLausanne\\t05.11.2017 10:18\\t715\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 10:42\\tLausanne\\t05.11.2017 11:18\\t717\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 12:42\\tLausanne\\t05.11.2017 13:18\\t721\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 13:42\\tLausanne\\t05.11.2017 14:18\\t723\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 14:42\\tLausanne\\t05.11.2017 15:18\\t725\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 15:42\\tLausanne\\t05.11.2017 16:18\\t727\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 16:42\\tLausanne\\t05.11.2017 17:18\\t729\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 17:42\\tLausanne\\t05.11.2017 18:18\\t731\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 18:42\\tLausanne\\t05.11.2017 19:18\\t733\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 19:42\\tLausanne\\t05.11.2017 20:18\\t735\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 20:42\\tLausanne\\t05.11.2017 21:18\\t737\\tIC\\n05.11.2017\\tGenève\\t05.11.2017 21:42\\tLausanne\\t05.11.2017 22:18\\t739\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 05:42\\tLausanne\\t24.10.2017 06:18\\t707\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 06:42\\tLausanne\\t24.10.2017 07:18\\t709\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 07:42\\tLausanne\\t24.10.2017 08:18\\t711\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 12:20\\tLausanne\\t24.10.2017 11:40\\t712\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 08:42\\tLausanne\\t24.10.2017 09:18\\t713\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 09:42\\tLausanne\\t24.10.2017 10:18\\t715\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 10:42\\tLausanne\\t24.10.2017 11:18\\t717\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 12:42\\tLausanne\\t24.10.2017 13:18\\t721\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 13:42\\tLausanne\\t24.10.2017 14:18\\t723\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 14:42\\tLausanne\\t24.10.2017 15:18\\t725\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 15:42\\tLausanne\\t24.10.2017 16:18\\t727\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 16:42\\tLausanne\\t24.10.2017 17:18\\t729\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 17:42\\tLausanne\\t24.10.2017 18:18\\t731\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 18:42\\tLausanne\\t24.10.2017 19:18\\t733\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 19:42\\tLausanne\\t24.10.2017 20:18\\t735\\tIC\\n24.10.2017\\tGenève\\t24.10.2017 20:42\\tLausanne\\t24.10.2017 21:18\\t737\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 05:42\\tLausanne\\t30.10.2017 06:18\\t707\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 06:42\\tLausanne\\t30.10.2017 07:18\\t709\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 07:42\\tLausanne\\t30.10.2017 08:18\\t711\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 12:20\\tLausanne\\t30.10.2017 11:40\\t712\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 08:42\\tLausanne\\t30.10.2017 09:18\\t713\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 09:42\\tLausanne\\t30.10.2017 10:18\\t715\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 10:42\\tLausanne\\t30.10.2017 11:18\\t717\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 12:42\\tLausanne\\t30.10.2017 13:18\\t721\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 13:42\\tLausanne\\t30.10.2017 14:18\\t723\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 14:42\\tLausanne\\t30.10.2017 15:18\\t725\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 15:42\\tLausanne\\t30.10.2017 16:18\\t727\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 16:42\\tLausanne\\t30.10.2017 17:18\\t729\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 17:42\\tLausanne\\t30.10.2017 18:18\\t731\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 18:42\\tLausanne\\t30.10.2017 19:18\\t733\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 19:42\\tLausanne\\t30.10.2017 20:18\\t735\\tIC\\n30.10.2017\\tGenève\\t30.10.2017 20:42\\tLausanne\\t30.10.2017 21:18\\t737\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 05:42\\tLausanne\\t04.11.2017 06:18\\t707\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 06:42\\tLausanne\\t04.11.2017 07:18\\t709\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 07:42\\tLausanne\\t04.11.2017 08:18\\t711\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 12:20\\tLausanne\\t04.11.2017 11:40\\t712\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 08:42\\tLausanne\\t04.11.2017 09:18\\t713\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 09:42\\tLausanne\\t04.11.2017 10:18\\t715\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 10:42\\tLausanne\\t04.11.2017 11:18\\t717\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 12:42\\tLausanne\\t04.11.2017 13:18\\t721\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 13:42\\tLausanne\\t04.11.2017 14:18\\t723\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 14:42\\tLausanne\\t04.11.2017 15:18\\t725\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 15:42\\tLausanne\\t04.11.2017 16:18\\t727\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 16:42\\tLausanne\\t04.11.2017 17:18\\t729\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 17:42\\tLausanne\\t04.11.2017 18:18\\t731\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 18:42\\tLausanne\\t04.11.2017 19:18\\t733\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 19:42\\tLausanne\\t04.11.2017 20:18\\t735\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 20:42\\tLausanne\\t04.11.2017 21:18\\t737\\tIC\\n04.11.2017\\tGenève\\t04.11.2017 21:42\\tLausanne\\t04.11.2017 22:18\\t739\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 05:42\\tLausanne\\t25.10.2017 06:18\\t707\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 06:42\\tLausanne\\t25.10.2017 07:18\\t709\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 07:42\\tLausanne\\t25.10.2017 08:18\\t711\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 12:20\\tLausanne\\t25.10.2017 11:40\\t712\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 08:42\\tLausanne\\t25.10.2017 09:18\\t713\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 09:42\\tLausanne\\t25.10.2017 10:18\\t715\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 10:42\\tLausanne\\t25.10.2017 11:18\\t717\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 12:42\\tLausanne\\t25.10.2017 13:18\\t721\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 13:42\\tLausanne\\t25.10.2017 14:18\\t723\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 14:42\\tLausanne\\t25.10.2017 15:18\\t725\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 15:42\\tLausanne\\t25.10.2017 16:18\\t727\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 16:42\\tLausanne\\t25.10.2017 17:18\\t729\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 17:42\\tLausanne\\t25.10.2017 18:18\\t731\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 18:42\\tLausanne\\t25.10.2017 19:18\\t733\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 19:42\\tLausanne\\t25.10.2017 20:18\\t735\\tIC\\n25.10.2017\\tGenève\\t25.10.2017 20:42\\tLausanne\\t25.10.2017 21:18\\t737\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 05:42\\tLausanne\\t03.11.2017 06:18\\t707\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 09:42\\tLausanne\\t03.11.2017 10:18\\t70715\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 06:42\\tLausanne\\t03.11.2017 07:18\\t709\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 07:42\\tLausanne\\t03.11.2017 08:18\\t711\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 12:20\\tLausanne\\t03.11.2017 11:40\\t712\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 08:42\\tLausanne\\t03.11.2017 09:18\\t713\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 09:42\\tLausanne\\t03.11.2017 10:18\\t715\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 10:42\\tLausanne\\t03.11.2017 11:18\\t717\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 12:42\\tLausanne\\t03.11.2017 13:18\\t721\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 13:42\\tLausanne\\t03.11.2017 14:18\\t723\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 14:42\\tLausanne\\t03.11.2017 15:18\\t725\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 15:42\\tLausanne\\t03.11.2017 16:18\\t727\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 16:42\\tLausanne\\t03.11.2017 17:18\\t729\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 17:42\\tLausanne\\t03.11.2017 18:18\\t731\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 18:42\\tLausanne\\t03.11.2017 19:18\\t733\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 19:42\\tLausanne\\t03.11.2017 20:18\\t735\\tIC\\n03.11.2017\\tGenève\\t03.11.2017 20:42\\tLausanne\\t03.11.2017 21:18\\t737\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 05:42\\tLausanne\\t06.11.2017 06:18\\t707\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 06:42\\tLausanne\\t06.11.2017 07:18\\t709\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 07:42\\tLausanne\\t06.11.2017 08:18\\t711\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 12:20\\tLausanne\\t06.11.2017 11:40\\t712\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 08:42\\tLausanne\\t06.11.2017 09:18\\t713\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 09:42\\tLausanne\\t06.11.2017 10:18\\t715\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 10:42\\tLausanne\\t06.11.2017 11:18\\t717\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 12:42\\tLausanne\\t06.11.2017 13:18\\t721\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 13:42\\tLausanne\\t06.11.2017 14:18\\t723\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 14:42\\tLausanne\\t06.11.2017 15:18\\t725\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 15:42\\tLausanne\\t06.11.2017 16:18\\t727\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 16:42\\tLausanne\\t06.11.2017 17:18\\t729\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 17:42\\tLausanne\\t06.11.2017 18:18\\t731\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 18:42\\tLausanne\\t06.11.2017 19:18\\t733\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 19:42\\tLausanne\\t06.11.2017 20:18\\t735\\tIC\\n06.11.2017\\tGenève\\t06.11.2017 20:42\\tLausanne\\t06.11.2017 21:18\\t737\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 05:42\\tLausanne\\t02.11.2017 06:18\\t707\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 06:42\\tLausanne\\t02.11.2017 07:18\\t709\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 07:42\\tLausanne\\t02.11.2017 08:18\\t711\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 12:20\\tLausanne\\t02.11.2017 11:40\\t712\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 08:42\\tLausanne\\t02.11.2017 09:18\\t713\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 09:42\\tLausanne\\t02.11.2017 10:18\\t715\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 10:42\\tLausanne\\t02.11.2017 11:18\\t717\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 12:42\\tLausanne\\t02.11.2017 13:18\\t721\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 13:42\\tLausanne\\t02.11.2017 14:18\\t723\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 14:42\\tLausanne\\t02.11.2017 15:18\\t725\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 15:42\\tLausanne\\t02.11.2017 16:18\\t727\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 16:42\\tLausanne\\t02.11.2017 17:18\\t729\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 17:42\\tLausanne\\t02.11.2017 18:18\\t731\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 18:42\\tLausanne\\t02.11.2017 19:18\\t733\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 19:42\\tLausanne\\t02.11.2017 20:18\\t735\\tIC\\n02.11.2017\\tGenève\\t02.11.2017 20:42\\tLausanne\\t02.11.2017 21:18\\t737\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 05:42\\tLausanne\\t10.11.2017 06:18\\t707\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 06:42\\tLausanne\\t10.11.2017 07:18\\t709\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 07:42\\tLausanne\\t10.11.2017 08:18\\t711\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 12:20\\tLausanne\\t10.11.2017 11:40\\t712\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 08:42\\tLausanne\\t10.11.2017 09:18\\t713\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 09:42\\tLausanne\\t10.11.2017 10:18\\t715\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 10:42\\tLausanne\\t10.11.2017 11:18\\t717\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 12:42\\tLausanne\\t10.11.2017 13:18\\t721\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 13:42\\tLausanne\\t10.11.2017 14:18\\t723\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 14:42\\tLausanne\\t10.11.2017 15:18\\t725\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 15:42\\tLausanne\\t10.11.2017 16:18\\t727\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 16:42\\tLausanne\\t10.11.2017 17:18\\t729\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 17:42\\tLausanne\\t10.11.2017 18:18\\t731\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 18:42\\tLausanne\\t10.11.2017 19:18\\t733\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 19:42\\tLausanne\\t10.11.2017 20:18\\t735\\tIC\\n10.11.2017\\tGenève\\t10.11.2017 20:42\\tLausanne\\t10.11.2017 21:18\\t737\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 05:42\\tLausanne\\t11.11.2017 06:18\\t707\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 06:42\\tLausanne\\t11.11.2017 07:18\\t709\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 07:42\\tLausanne\\t11.11.2017 08:18\\t711\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 12:20\\tLausanne\\t11.11.2017 11:40\\t712\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 08:42\\tLausanne\\t11.11.2017 09:18\\t713\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 09:42\\tLausanne\\t11.11.2017 10:18\\t715\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 10:42\\tLausanne\\t11.11.2017 11:18\\t717\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 12:42\\tLausanne\\t11.11.2017 13:18\\t721\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 13:42\\tLausanne\\t11.11.2017 14:18\\t723\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 14:42\\tLausanne\\t11.11.2017 15:18\\t725\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 15:42\\tLausanne\\t11.11.2017 16:18\\t727\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 16:42\\tLausanne\\t11.11.2017 17:18\\t729\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 17:42\\tLausanne\\t11.11.2017 18:18\\t731\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 18:42\\tLausanne\\t11.11.2017 19:18\\t733\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 19:42\\tLausanne\\t11.11.2017 20:18\\t735\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 20:42\\tLausanne\\t11.11.2017 21:18\\t737\\tIC\\n11.11.2017\\tGenève\\t11.11.2017 21:42\\tLausanne\\t11.11.2017 22:18\\t739\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 05:42\\tLausanne\\t19.11.2017 06:18\\t707\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 12:20\\tLausanne\\t19.11.2017 11:40\\t70712\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 17:42\\tLausanne\\t19.11.2017 18:18\\t70731\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 21:42\\tLausanne\\t19.11.2017 22:18\\t70739\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 06:42\\tLausanne\\t19.11.2017 07:18\\t709\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 07:42\\tLausanne\\t19.11.2017 08:18\\t711\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 12:20\\tLausanne\\t19.11.2017 11:40\\t712\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 08:42\\tLausanne\\t19.11.2017 09:18\\t713\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 09:42\\tLausanne\\t19.11.2017 10:18\\t715\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 10:42\\tLausanne\\t19.11.2017 11:18\\t717\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 12:42\\tLausanne\\t19.11.2017 13:18\\t721\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 13:42\\tLausanne\\t19.11.2017 14:18\\t723\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 14:42\\tLausanne\\t19.11.2017 15:18\\t725\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 15:42\\tLausanne\\t19.11.2017 16:18\\t727\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 16:42\\tLausanne\\t19.11.2017 17:18\\t729\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 17:42\\tLausanne\\t19.11.2017 18:18\\t731\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 18:42\\tLausanne\\t19.11.2017 19:18\\t733\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 19:42\\tLausanne\\t19.11.2017 20:18\\t735\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 20:42\\tLausanne\\t19.11.2017 21:18\\t737\\tIC\\n19.11.2017\\tGenève\\t19.11.2017 21:42\\tLausanne\\t19.11.2017 22:18\\t739\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 05:42\\tLausanne\\t09.11.2017 06:18\\t707\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 06:42\\tLausanne\\t09.11.2017 07:18\\t709\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 07:42\\tLausanne\\t09.11.2017 08:18\\t711\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 12:20\\tLausanne\\t09.11.2017 11:40\\t712\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 08:42\\tLausanne\\t09.11.2017 09:18\\t713\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 09:42\\tLausanne\\t09.11.2017 10:18\\t715\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 10:42\\tLausanne\\t09.11.2017 11:18\\t717\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 12:42\\tLausanne\\t09.11.2017 13:18\\t721\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 13:42\\tLausanne\\t09.11.2017 14:18\\t723\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 14:42\\tLausanne\\t09.11.2017 15:18\\t725\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 15:42\\tLausanne\\t09.11.2017 16:18\\t727\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 16:42\\tLausanne\\t09.11.2017 17:18\\t729\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 17:42\\tLausanne\\t09.11.2017 18:18\\t731\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 18:42\\tLausanne\\t09.11.2017 19:18\\t733\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 19:42\\tLausanne\\t09.11.2017 20:18\\t735\\tIC\\n09.11.2017\\tGenève\\t09.11.2017 20:42\\tLausanne\\t09.11.2017 21:18\\t737\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 05:42\\tLausanne\\t12.11.2017 06:18\\t707\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 06:42\\tLausanne\\t12.11.2017 07:18\\t709\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 07:42\\tLausanne\\t12.11.2017 08:18\\t711\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 12:20\\tLausanne\\t12.11.2017 11:40\\t712\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 08:42\\tLausanne\\t12.11.2017 09:18\\t713\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 09:42\\tLausanne\\t12.11.2017 10:18\\t715\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 10:42\\tLausanne\\t12.11.2017 11:18\\t717\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 12:42\\tLausanne\\t12.11.2017 13:18\\t721\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 13:42\\tLausanne\\t12.11.2017 14:18\\t723\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 14:42\\tLausanne\\t12.11.2017 15:18\\t725\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 15:42\\tLausanne\\t12.11.2017 16:18\\t727\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 16:42\\tLausanne\\t12.11.2017 17:18\\t729\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 17:42\\tLausanne\\t12.11.2017 18:18\\t731\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 18:42\\tLausanne\\t12.11.2017 19:18\\t733\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 19:42\\tLausanne\\t12.11.2017 20:18\\t735\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 20:42\\tLausanne\\t12.11.2017 21:18\\t737\\tIC\\n12.11.2017\\tGenève\\t12.11.2017 21:42\\tLausanne\\t12.11.2017 22:18\\t739\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 20:42\\tLausanne\\t13.11.2017 21:18\\t30037\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 05:42\\tLausanne\\t13.11.2017 06:18\\t707\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 06:42\\tLausanne\\t13.11.2017 07:18\\t709\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 07:42\\tLausanne\\t13.11.2017 08:18\\t711\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 12:20\\tLausanne\\t13.11.2017 11:40\\t712\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 08:42\\tLausanne\\t13.11.2017 09:18\\t713\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 09:42\\tLausanne\\t13.11.2017 10:18\\t715\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 10:42\\tLausanne\\t13.11.2017 11:18\\t717\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 12:42\\tLausanne\\t13.11.2017 13:18\\t721\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 13:42\\tLausanne\\t13.11.2017 14:18\\t723\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 14:42\\tLausanne\\t13.11.2017 15:18\\t725\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 15:42\\tLausanne\\t13.11.2017 16:18\\t727\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 16:42\\tLausanne\\t13.11.2017 17:18\\t729\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 17:42\\tLausanne\\t13.11.2017 18:18\\t731\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 18:42\\tLausanne\\t13.11.2017 19:18\\t733\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 19:42\\tLausanne\\t13.11.2017 20:18\\t735\\tIC\\n13.11.2017\\tGenève\\t13.11.2017 20:42\\tLausanne\\t13.11.2017 21:18\\t737\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 05:42\\tLausanne\\t16.11.2017 06:18\\t707\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 19:42\\tLausanne\\t16.11.2017 20:18\\t70735\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 06:42\\tLausanne\\t16.11.2017 07:18\\t709\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 07:42\\tLausanne\\t16.11.2017 08:18\\t711\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 12:20\\tLausanne\\t16.11.2017 11:40\\t712\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 08:42\\tLausanne\\t16.11.2017 09:18\\t713\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 09:42\\tLausanne\\t16.11.2017 10:18\\t715\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 10:42\\tLausanne\\t16.11.2017 11:18\\t717\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 12:42\\tLausanne\\t16.11.2017 13:18\\t721\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 13:42\\tLausanne\\t16.11.2017 14:18\\t723\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 14:42\\tLausanne\\t16.11.2017 15:18\\t725\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 15:42\\tLausanne\\t16.11.2017 16:18\\t727\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 16:42\\tLausanne\\t16.11.2017 17:18\\t729\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 17:42\\tLausanne\\t16.11.2017 18:18\\t731\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 18:42\\tLausanne\\t16.11.2017 19:18\\t733\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 19:42\\tLausanne\\t16.11.2017 20:18\\t735\\tIC\\n16.11.2017\\tGenève\\t16.11.2017 20:42\\tLausanne\\t16.11.2017 21:18\\t737\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 05:42\\tLausanne\\t18.11.2017 06:18\\t707\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 20:42\\tLausanne\\t18.11.2017 21:18\\t70737\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 06:42\\tLausanne\\t18.11.2017 07:18\\t709\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 07:42\\tLausanne\\t18.11.2017 08:18\\t711\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 12:20\\tLausanne\\t18.11.2017 11:40\\t712\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 08:42\\tLausanne\\t18.11.2017 09:18\\t713\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 09:42\\tLausanne\\t18.11.2017 10:18\\t715\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 10:42\\tLausanne\\t18.11.2017 11:18\\t717\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 12:42\\tLausanne\\t18.11.2017 13:18\\t721\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 13:42\\tLausanne\\t18.11.2017 14:18\\t723\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 14:42\\tLausanne\\t18.11.2017 15:18\\t725\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 15:42\\tLausanne\\t18.11.2017 16:18\\t727\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 16:42\\tLausanne\\t18.11.2017 17:18\\t729\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 17:42\\tLausanne\\t18.11.2017 18:18\\t731\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 18:42\\tLausanne\\t18.11.2017 19:18\\t733\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 19:42\\tLausanne\\t18.11.2017 20:18\\t735\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 20:42\\tLausanne\\t18.11.2017 21:18\\t737\\tIC\\n18.11.2017\\tGenève\\t18.11.2017 21:42\\tLausanne\\t18.11.2017 22:18\\t739\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 05:42\\tLausanne\\t20.11.2017 06:18\\t707\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 09:42\\tLausanne\\t20.11.2017 10:18\\t70715\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 06:42\\tLausanne\\t20.11.2017 07:18\\t709\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 07:42\\tLausanne\\t20.11.2017 08:18\\t711\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 12:20\\tLausanne\\t20.11.2017 11:40\\t712\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 08:42\\tLausanne\\t20.11.2017 09:18\\t713\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 09:42\\tLausanne\\t20.11.2017 10:18\\t715\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 10:42\\tLausanne\\t20.11.2017 11:18\\t717\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 12:42\\tLausanne\\t20.11.2017 13:18\\t721\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 13:42\\tLausanne\\t20.11.2017 14:18\\t723\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 14:42\\tLausanne\\t20.11.2017 15:18\\t725\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 15:42\\tLausanne\\t20.11.2017 16:18\\t727\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 16:42\\tLausanne\\t20.11.2017 17:18\\t729\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 17:42\\tLausanne\\t20.11.2017 18:18\\t731\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 18:42\\tLausanne\\t20.11.2017 19:18\\t733\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 19:42\\tLausanne\\t20.11.2017 20:18\\t735\\tIC\\n20.11.2017\\tGenève\\t20.11.2017 20:42\\tLausanne\\t20.11.2017 21:18\\t737\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 05:42\\tLausanne\\t27.11.2017 06:18\\t707\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 06:42\\tLausanne\\t27.11.2017 07:18\\t709\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 07:42\\tLausanne\\t27.11.2017 08:18\\t711\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 12:20\\tLausanne\\t27.11.2017 11:40\\t712\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 08:42\\tLausanne\\t27.11.2017 09:18\\t713\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 09:42\\tLausanne\\t27.11.2017 10:18\\t715\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 10:42\\tLausanne\\t27.11.2017 11:18\\t717\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 12:42\\tLausanne\\t27.11.2017 13:18\\t721\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 13:42\\tLausanne\\t27.11.2017 14:18\\t723\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 14:42\\tLausanne\\t27.11.2017 15:18\\t725\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 15:42\\tLausanne\\t27.11.2017 16:18\\t727\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 16:42\\tLausanne\\t27.11.2017 17:18\\t729\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 17:42\\tLausanne\\t27.11.2017 18:18\\t731\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 18:42\\tLausanne\\t27.11.2017 19:18\\t733\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 19:42\\tLausanne\\t27.11.2017 20:18\\t735\\tIC\\n27.11.2017\\tGenève\\t27.11.2017 20:42\\tLausanne\\t27.11.2017 21:18\\t737\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 05:42\\tLausanne\\t17.11.2017 06:18\\t707\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 06:42\\tLausanne\\t17.11.2017 07:18\\t709\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 07:42\\tLausanne\\t17.11.2017 08:18\\t711\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 12:20\\tLausanne\\t17.11.2017 11:40\\t712\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 08:42\\tLausanne\\t17.11.2017 09:18\\t713\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 09:42\\tLausanne\\t17.11.2017 10:18\\t715\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 10:42\\tLausanne\\t17.11.2017 11:18\\t717\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 12:42\\tLausanne\\t17.11.2017 13:18\\t721\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 13:42\\tLausanne\\t17.11.2017 14:18\\t723\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 14:42\\tLausanne\\t17.11.2017 15:18\\t725\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 15:42\\tLausanne\\t17.11.2017 16:18\\t727\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 16:42\\tLausanne\\t17.11.2017 17:18\\t729\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 17:42\\tLausanne\\t17.11.2017 18:18\\t731\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 18:42\\tLausanne\\t17.11.2017 19:18\\t733\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 19:42\\tLausanne\\t17.11.2017 20:18\\t735\\tIC\\n17.11.2017\\tGenève\\t17.11.2017 20:42\\tLausanne\\t17.11.2017 21:18\\t737\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 05:42\\tLausanne\\t24.11.2017 06:18\\t707\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 06:42\\tLausanne\\t24.11.2017 07:18\\t709\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 07:42\\tLausanne\\t24.11.2017 08:18\\t711\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 12:20\\tLausanne\\t24.11.2017 11:40\\t712\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 08:42\\tLausanne\\t24.11.2017 09:18\\t713\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 09:42\\tLausanne\\t24.11.2017 10:18\\t715\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 10:42\\tLausanne\\t24.11.2017 11:18\\t717\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 12:42\\tLausanne\\t24.11.2017 13:18\\t721\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 13:42\\tLausanne\\t24.11.2017 14:18\\t723\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 14:42\\tLausanne\\t24.11.2017 15:18\\t725\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 15:42\\tLausanne\\t24.11.2017 16:18\\t727\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 16:42\\tLausanne\\t24.11.2017 17:18\\t729\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 17:42\\tLausanne\\t24.11.2017 18:18\\t731\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 18:42\\tLausanne\\t24.11.2017 19:18\\t733\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 19:42\\tLausanne\\t24.11.2017 20:18\\t735\\tIC\\n24.11.2017\\tGenève\\t24.11.2017 20:42\\tLausanne\\t24.11.2017 21:18\\t737\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 05:42\\tLausanne\\t23.11.2017 06:18\\t707\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 06:42\\tLausanne\\t23.11.2017 07:18\\t709\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 07:42\\tLausanne\\t23.11.2017 08:18\\t711\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 12:20\\tLausanne\\t23.11.2017 11:40\\t712\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 08:42\\tLausanne\\t23.11.2017 09:18\\t713\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 09:42\\tLausanne\\t23.11.2017 10:18\\t715\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 10:42\\tLausanne\\t23.11.2017 11:18\\t717\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 12:42\\tLausanne\\t23.11.2017 13:18\\t721\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 13:42\\tLausanne\\t23.11.2017 14:18\\t723\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 14:42\\tLausanne\\t23.11.2017 15:18\\t725\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 15:42\\tLausanne\\t23.11.2017 16:18\\t727\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 16:42\\tLausanne\\t23.11.2017 17:18\\t729\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 17:42\\tLausanne\\t23.11.2017 18:18\\t731\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 18:42\\tLausanne\\t23.11.2017 19:18\\t733\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 19:42\\tLausanne\\t23.11.2017 20:18\\t735\\tIC\\n23.11.2017\\tGenève\\t23.11.2017 20:42\\tLausanne\\t23.11.2017 21:18\\t737\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 05:42\\tLausanne\\t25.11.2017 06:18\\t707\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 06:42\\tLausanne\\t25.11.2017 07:18\\t709\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 07:42\\tLausanne\\t25.11.2017 08:18\\t711\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 12:20\\tLausanne\\t25.11.2017 11:40\\t712\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 08:42\\tLausanne\\t25.11.2017 09:18\\t713\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 09:42\\tLausanne\\t25.11.2017 10:18\\t715\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 10:42\\tLausanne\\t25.11.2017 11:18\\t717\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 12:42\\tLausanne\\t25.11.2017 13:18\\t721\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 13:42\\tLausanne\\t25.11.2017 14:18\\t723\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 14:42\\tLausanne\\t25.11.2017 15:18\\t725\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 15:42\\tLausanne\\t25.11.2017 16:18\\t727\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 16:42\\tLausanne\\t25.11.2017 17:18\\t729\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 17:42\\tLausanne\\t25.11.2017 18:18\\t731\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 18:42\\tLausanne\\t25.11.2017 19:18\\t733\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 19:42\\tLausanne\\t25.11.2017 20:18\\t735\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 20:42\\tLausanne\\t25.11.2017 21:18\\t737\\tIC\\n25.11.2017\\tGenève\\t25.11.2017 21:42\\tLausanne\\t25.11.2017 22:18\\t739\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 20:42\\tLausanne\\t26.11.2017 21:18\\t30737\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 21:42\\tLausanne\\t26.11.2017 22:18\\t30739\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 05:42\\tLausanne\\t26.11.2017 06:18\\t707\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 06:42\\tLausanne\\t26.11.2017 07:18\\t709\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 07:42\\tLausanne\\t26.11.2017 08:18\\t711\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 12:20\\tLausanne\\t26.11.2017 11:40\\t712\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 08:42\\tLausanne\\t26.11.2017 09:18\\t713\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 09:42\\tLausanne\\t26.11.2017 10:18\\t715\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 10:42\\tLausanne\\t26.11.2017 11:18\\t717\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 12:42\\tLausanne\\t26.11.2017 13:18\\t721\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 13:42\\tLausanne\\t26.11.2017 14:18\\t723\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 14:42\\tLausanne\\t26.11.2017 15:18\\t725\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 15:42\\tLausanne\\t26.11.2017 16:18\\t727\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 16:42\\tLausanne\\t26.11.2017 17:18\\t729\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 17:42\\tLausanne\\t26.11.2017 18:18\\t731\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 18:42\\tLausanne\\t26.11.2017 19:18\\t733\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 19:42\\tLausanne\\t26.11.2017 20:18\\t735\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 20:42\\tLausanne\\t26.11.2017 21:18\\t737\\tIC\\n26.11.2017\\tGenève\\t26.11.2017 21:42\\tLausanne\\t26.11.2017 22:18\\t739\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 05:42\\tLausanne\\t30.11.2017 06:18\\t707\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 06:42\\tLausanne\\t30.11.2017 07:18\\t709\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 07:42\\tLausanne\\t30.11.2017 08:18\\t711\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 12:20\\tLausanne\\t30.11.2017 11:40\\t712\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 08:42\\tLausanne\\t30.11.2017 09:18\\t713\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 09:42\\tLausanne\\t30.11.2017 10:18\\t715\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 10:42\\tLausanne\\t30.11.2017 11:18\\t717\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 12:42\\tLausanne\\t30.11.2017 13:18\\t721\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 13:42\\tLausanne\\t30.11.2017 14:18\\t723\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 14:42\\tLausanne\\t30.11.2017 15:18\\t725\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 15:42\\tLausanne\\t30.11.2017 16:18\\t727\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 16:42\\tLausanne\\t30.11.2017 17:18\\t729\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 17:42\\tLausanne\\t30.11.2017 18:18\\t731\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 18:42\\tLausanne\\t30.11.2017 19:18\\t733\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 19:42\\tLausanne\\t30.11.2017 20:18\\t735\\tIC\\n30.11.2017\\tGenève\\t30.11.2017 20:42\\tLausanne\\t30.11.2017 21:18\\t737\\tIC\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1524153095564_-1940221961\",\n \"id\": \"20180419-175135_1352399717\",\n \"dateCreated\": \"Apr 19, 2018 5:51:35 PM\",\n \"dateStarted\": \"Apr 20, 2018 2:22:46 PM\",\n \"dateFinished\": \"Apr 20, 2018 2:23:03 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%md\\n### Question I.f. (5/30)\\n\\n\\nLet\\u0027s focus on train IC 711 and see if it tends to be on time.\\n\\ni) Display the distribution of delays for the IC 711 train at the Lausanne train station. Display the information as a histogram with bins of size equal to one minute. How many trains have arrived more than 5 minutes late?\\nNote: when the train is ahead of schedule, count this as a delay of 0.\\n\\nii) Compute the 50th and 75th percentiles of delays for IC 702, 704, ..., 728, 730 (15 trains total) at Genève main station. Which trains are the most disrupted?\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:23 PM\",\n \"config\": {\n \"tableHide\": false,\n \"editorSetting\": {\n \"editOnDblClick\": true,\n \"language\": \"markdown\"\n },\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/markdown\",\n \"editorHide\": false,\n \"results\": {},\n \"enabled\": true\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"HTML\",\n \"data\": \"\\u003ch3\\u003eQuestion I.f. (5/30)\\u003c/h3\\u003e\\n\\u003cp\\u003eLet\\u0027s focus on train IC 711 and see if it tends to be on time.\\u003c/p\\u003e\\n\\u003cp\\u003ei) Display the distribution of delays for the IC 711 train at the Lausanne train station. Display the information as a histogram with bins of size equal to one minute. How many trains have arrived more than 5 minutes late?\\n\\u003cbr /\\u003eNote: when the train is ahead of schedule, count this as a delay of 0.\\u003c/p\\u003e\\n\\u003cp\\u003eii) Compute the 50th and 75th percentiles of delays for IC 702, 704, \\u0026hellip;, 728, 730 (15 trains total) at Genève main station. Which trains are the most disrupted?\\u003c/p\\u003e\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271231_-1117232121\",\n \"id\": \"20180326-174330_288141471\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"status\": \"READY\",\n \"errorMessage\": \"\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nSELECT time_diff_min_rounded, count(*) FROM\\n (SELECT \\n round(unix_timestamp(forecast_arrival_time, \\\"dd.mm.yyy hh:mm:ss\\\")/60 - unix_timestamp(arrival_time, \\\"dd.mm.yyy hh:mm\\\")/60, 0) AS time_diff_min_rounded \\n FROM vaubien.sbb\\n WHERE line_id\\u003d\\\"711\\\" AND transport\\u003d\\\"IC\\\" AND forecast_arrival_type\\u003d\\\"GESCHAETZT\\\") t\\nGROUP BY time_diff_min_rounded\\nORDER BY time_diff_min_rounded;\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:23 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"enabled\": true,\n \"results\": {\n \"0\": {\n \"graph\": {\n \"mode\": \"multiBarChart\",\n \"height\": 300.0,\n \"optionOpen\": false\n },\n \"helium\": {}\n }\n },\n \"editorSetting\": {\n \"language\": \"sql\",\n \"editOnDblClick\": false\n },\n \"editorMode\": \"ace/mode/sql\",\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TABLE\",\n \"data\": \"time_diff_min_rounded\\t_c1\\n-2.0\\t6\\n-1.0\\t101\\n0.0\\t227\\n1.0\\t115\\n2.0\\t62\\n3.0\\t31\\n4.0\\t13\\n5.0\\t17\\n6.0\\t7\\n7.0\\t3\\n8.0\\t5\\n9.0\\t4\\n10.0\\t6\\n13.0\\t1\\n15.0\\t2\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1524229013426_-764613959\",\n \"id\": \"20180420-145653_1486593410\",\n \"dateCreated\": \"Apr 20, 2018 2:56:53 PM\",\n \"dateStarted\": \"Apr 20, 2018 3:05:06 PM\",\n \"dateFinished\": \"Apr 20, 2018 3:05:20 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nSELECT line_id, percentile_approx(time_diff, 0.5) AS 50th, percentile_approx(time_diff, 0.75) AS 75th FROM\\n (SELECT \\n line_id,\\n round(unix_timestamp(forecast_arrival_time, \\\"dd.mm.yyy hh:mm:ss\\\")/60 - unix_timestamp(arrival_time, \\\"dd.mm.yyy hh:mm\\\")/60, 2) AS time_diff\\n FROM vaubien.sbb\\n WHERE cast(line_id AS INT) \\u003e 701 AND cast(line_id AS INT) \\u003c 731 AND transport\\u003d\\\"IC\\\" AND forecast_arrival_type\\u003d\\\"GESCHAETZT\\\" AND stop_text\\u003d\\\"Genève\\\") t\\nGROUP BY line_id\\nORDER BY 50th DESC, 75th DESC;\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:23 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"enabled\": true,\n \"results\": {},\n \"editorSetting\": {\n \"language\": \"sql\",\n \"editOnDblClick\": false\n },\n \"editorMode\": \"ace/mode/sql\",\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TABLE\",\n \"data\": \"line_id\\t50th\\t75th\\n730\\t2.12\\t4.585\\n704\\t2.07\\t3.88\\n728\\t2.03\\t4.615\\n724\\t1.8050000000000002\\t3.465\\n726\\t1.76\\t3.315\\n708\\t1.45\\t2.895\\n710\\t1.43\\t3.32\\n706\\t1.42\\t5.27\\n702\\t1.325\\t2.785\\n712\\t1.1\\t3.32\\n718\\t1.0\\t2.43\\n714\\t0.83\\t1.7349999999999999\\n713\\t0.73\\t2.44\\n715\\t0.685\\t2.9525\\n722\\t0.48\\t1.57\\n716\\t0.43\\t1.5550000000000002\\n719\\t0.405\\t1.6375\\n717\\t0.355\\t1.4925\\n720\\t0.265\\t1.2149999999999999\\n729\\t0.235\\t1.2525\\n727\\t0.21000000000000002\\t1.0725\\n721\\t0.13\\t0.87\\n723\\t-0.02\\t0.425\\n725\\t-0.15\\t0.98\\n711\\t-0.22\\t0.67\\n709\\t-0.28\\t0.2\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1524229384749_1012325027\",\n \"id\": \"20180420-150304_55590760\",\n \"dateCreated\": \"Apr 20, 2018 3:03:04 PM\",\n \"dateStarted\": \"Apr 20, 2018 4:54:19 PM\",\n \"dateFinished\": \"Apr 20, 2018 4:54:41 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%md\\n## Part II - Twitter Dataset (30 points)\\n\\nData source: \\u003chttps://archive.org/details/twitterstream?sort\\u003d-publicdate\\u003e\\n\\nIn this part, you will leverage Hive to extract the hashtags from the source data, and then perform light exploration of the prepared data.\\n\\n### Dataset Description\\n\\nFormat: the dataset is presented as a collection of textfiles containing one JSON document per line. The data is organized in a hierarchy of folders, with one file per minute, ranging from 01.04.2016 until 31.07.2016. The textfiles have been compressed using bzip2.\\n\\nLocation: you can find the data on HDFS at the path `/datasets/twitter`.\\n\\nRelevant fields:\\n\\n- `created_at`, `timestamp_ms`: the first is a human-readable string representation of when the tweet was posted. The latter represents the same instant as a timestamp in seconds since UNIX epoch.\\n- `lang`: the language of the tweet content\\n- `entities`: parsed entities from the tweet, e.g. hashtags, user mentions, URLs\\n\\nIn the repository, you will also find the file `tweet-example.json` which contains a single tweet, nicely printed.\\n\\n### Disclaimer\\n\\nThis dataset contains unfiltered data from Twitter. As such, you may be exposed to tweets/hashtags containing vulgarities, references to sexual acts, drug usage, etc.\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:23 PM\",\n \"config\": {\n \"tableHide\": false,\n \"editorSetting\": {\n \"editOnDblClick\": true,\n \"language\": \"markdown\"\n },\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/markdown\",\n \"editorHide\": false,\n \"results\": {},\n \"enabled\": true\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"HTML\",\n \"data\": \"\\u003ch2\\u003ePart II - Twitter Dataset (30 points)\\u003c/h2\\u003e\\n\\u003cp\\u003eData source: \\u003ca href\\u003d\\\"https://archive.org/details/twitterstream?sort\\u003d-publicdate\\\"\\u003ehttps://archive.org/details/twitterstream?sort\\u003d-publicdate\\u003c/a\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003eIn this part, you will leverage Hive to extract the hashtags from the source data, and then perform light exploration of the prepared data.\\u003c/p\\u003e\\n\\u003ch3\\u003eDataset Description\\u003c/h3\\u003e\\n\\u003cp\\u003eFormat: the dataset is presented as a collection of textfiles containing one JSON document per line. The data is organized in a hierarchy of folders, with one file per minute, ranging from 01.04.2016 until 31.07.2016. The textfiles have been compressed using bzip2.\\u003c/p\\u003e\\n\\u003cp\\u003eLocation: you can find the data on HDFS at the path \\u003ccode\\u003e/datasets/twitter\\u003c/code\\u003e.\\u003c/p\\u003e\\n\\u003cp\\u003eRelevant fields:\\u003c/p\\u003e\\n\\u003cul\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003ecreated_at\\u003c/code\\u003e, \\u003ccode\\u003etimestamp_ms\\u003c/code\\u003e: the first is a human-readable string representation of when the tweet was posted. The latter represents the same instant as a timestamp in seconds since UNIX epoch.\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003elang\\u003c/code\\u003e: the language of the tweet content\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eentities\\u003c/code\\u003e: parsed entities from the tweet, e.g. hashtags, user mentions, URLs\\u003c/li\\u003e\\n\\u003c/ul\\u003e\\n\\u003cp\\u003eIn the repository, you will also find the file \\u003ccode\\u003etweet-example.json\\u003c/code\\u003e which contains a single tweet, nicely printed.\\u003c/p\\u003e\\n\\u003ch3\\u003eDisclaimer\\u003c/h3\\u003e\\n\\u003cp\\u003eThis dataset contains unfiltered data from Twitter. As such, you may be exposed to tweets/hashtags containing vulgarities, references to sexual acts, drug usage, etc.\\u003c/p\\u003e\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271236_-1034511107\",\n \"id\": \"20180326-182640_429144832\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"dateStarted\": \"Apr 16, 2018 11:02:54 PM\",\n \"dateFinished\": \"Apr 16, 2018 11:02:54 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%md\\n### Question II.a. (5/30)\\n\\nFirst, create an external table named `\\u003cyour_gaspar_name\\u003e.twitter` for this dataset. \\nThen create table `\\u003cyour_gaspar_name\\u003e.twitter_11_06_2016` which contains data only for the day of 11.06.2017.\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:24 PM\",\n \"config\": {\n \"tableHide\": false,\n \"editorSetting\": {\n \"editOnDblClick\": true,\n \"language\": \"markdown\"\n },\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/markdown\",\n \"editorHide\": false,\n \"results\": {},\n \"enabled\": true\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"HTML\",\n \"data\": \"\\u003ch3\\u003eQuestion II.a. (5/30)\\u003c/h3\\u003e\\n\\u003cp\\u003eFirst, create an external table named \\u003ccode\\u003e\\u0026lt;your_gaspar_name\\u0026gt;.twitter\\u003c/code\\u003e for this dataset.\\n\\u003cbr /\\u003eThen create table \\u003ccode\\u003e\\u0026lt;your_gaspar_name\\u0026gt;.twitter_11_06_2016\\u003c/code\\u003e which contains data only for the day of 11.06.2017.\\u003c/p\\u003e\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271238_-1033741610\",\n \"id\": \"20180326-195201_1927949570\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"dateStarted\": \"Apr 16, 2018 11:07:40 PM\",\n \"dateFinished\": \"Apr 16, 2018 11:07:40 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nDROP TABLE vaubien.twitter;\\nCREATE external TABLE vaubien.twitter(\\n id BIGINT,\\n created_at STRING,\\n entities STRUCT\\u003c\\n urls:ARRAY\\u003cSTRUCT\\u003cexpanded_url:STRING\\u003e\\u003e,\\n user_mentions:ARRAY\\u003cSTRUCT\\u003cscreen_name:STRING,name:STRING\\u003e\\u003e,\\n hashtags:ARRAY\\u003cSTRUCT\\u003ctext:STRING\\u003e\\u003e\\u003e,\\n timestamp_ms STRING,\\n lang STRING\\n)\\nROW FORMAT SERDE \\u0027org.apache.hive.hcatalog.data.JsonSerDe\\u0027\\nstored as textfile\\nLOCATION \\\"/datasets/twitter\\\";\\n\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:24 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/sql\",\n \"results\": {},\n \"enabled\": true,\n \"editorSetting\": {\n \"editOnDblClick\": false,\n \"language\": \"sql\"\n },\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n },\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271241_-1036434852\",\n \"id\": \"20180326-200231_303555306\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"dateStarted\": \"Apr 18, 2018 5:32:48 PM\",\n \"dateFinished\": \"Apr 18, 2018 5:32:53 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nDROP TABLE vaubien.twitter_11_06_2016;\\nCREATE external TABLE vaubien.twitter_11_06_2016(\\n id BIGINT,\\n created_at STRING,\\n entities STRUCT\\u003c\\n urls:ARRAY\\u003cSTRUCT\\u003cexpanded_url:STRING\\u003e\\u003e,\\n user_mentions:ARRAY\\u003cSTRUCT\\u003cscreen_name:STRING,name:STRING\\u003e\\u003e,\\n hashtags:ARRAY\\u003cSTRUCT\\u003ctext:STRING\\u003e\\u003e\\u003e,\\n timestamp_ms STRING,\\n lang STRING\\n)\\nROW FORMAT SERDE \\u0027org.apache.hive.hcatalog.data.JsonSerDe\\u0027\\nstored as textfile\\nLOCATION \\\"/datasets/twitter_11_06_2016\\\";\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:24 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"enabled\": true,\n \"results\": {},\n \"editorSetting\": {\n \"language\": \"sql\",\n \"editOnDblClick\": false\n },\n \"editorMode\": \"ace/mode/sql\",\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n },\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523914601371_237880997\",\n \"id\": \"20180416-233641_1740767680\",\n \"dateCreated\": \"Apr 16, 2018 11:36:41 PM\",\n \"dateStarted\": \"Apr 18, 2018 8:44:27 PM\",\n \"dateFinished\": \"Apr 18, 2018 8:44:29 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nSELECT COUNT(*) FROM vaubien.twitter_11_06_2016;\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:24 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"enabled\": true,\n \"results\": {},\n \"editorSetting\": {\n \"language\": \"sql\",\n \"editOnDblClick\": false\n },\n \"editorMode\": \"ace/mode/sql\",\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TABLE\",\n \"data\": \"_c0\\n4680985\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523921046814_-897921900\",\n \"id\": \"20180417-012406_1497910955\",\n \"dateCreated\": \"Apr 17, 2018 1:24:06 AM\",\n \"dateStarted\": \"Apr 18, 2018 8:46:59 PM\",\n \"dateFinished\": \"Apr 18, 2018 8:48:48 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%md\\n### Question II.b. (10/30)\\n\\nWork on the `twitter_11_06_2016` table.\\n\\ni) Extract the hastags array from each tweet. Filter out the rows which do not have any hashtag. Include `timestamp_ms` and `lang` in the resulting table.\\nii) Normalize the table obtained from the previous step. This means that each row should contain exactly one hashtag. Include `timestamp_ms` and `lang` in the resulting table.\\n\\nHint: your intermediary table should look like `intermediary_hashtags_example` and the final table should look like `hashtags_example` (see below).\\nHint: in (ii), you can use the following Hive functions:\\n- `substr` function: \\u003chttps://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-StringFunctions\\u003e\\n- `split` function: \\u003chttps://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-StringFunctions\\u003e\\n- `explode` function: \\u003chttps://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-explode\\u003e\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:25 PM\",\n \"config\": {\n \"tableHide\": false,\n \"editorSetting\": {\n \"editOnDblClick\": true,\n \"language\": \"markdown\"\n },\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/markdown\",\n \"editorHide\": false,\n \"results\": {},\n \"enabled\": true\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"HTML\",\n \"data\": \"\\u003ch3\\u003eQuestion II.b. (10/30)\\u003c/h3\\u003e\\n\\u003cp\\u003eWork on the \\u003ccode\\u003etwitter_11_06_2016\\u003c/code\\u003e table.\\u003c/p\\u003e\\n\\u003cp\\u003ei) Extract the hastags array from each tweet. Filter out the rows which do not have any hashtag. Include \\u003ccode\\u003etimestamp_ms\\u003c/code\\u003e and \\u003ccode\\u003elang\\u003c/code\\u003e in the resulting table.\\n\\u003cbr /\\u003eii) Normalize the table obtained from the previous step. This means that each row should contain exactly one hashtag. Include \\u003ccode\\u003etimestamp_ms\\u003c/code\\u003e and \\u003ccode\\u003elang\\u003c/code\\u003e in the resulting table.\\u003c/p\\u003e\\n\\u003cp\\u003eHint: your intermediary table should look like \\u003ccode\\u003eintermediary_hashtags_example\\u003c/code\\u003e and the final table should look like \\u003ccode\\u003ehashtags_example\\u003c/code\\u003e (see below).\\n\\u003cbr /\\u003eHint: in (ii), you can use the following Hive functions:\\u003c/p\\u003e\\n\\u003cul\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003esubstr\\u003c/code\\u003e function: \\u003ca href\\u003d\\\"https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-StringFunctions\\\"\\u003ehttps://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-StringFunctions\\u003c/a\\u003e\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003esplit\\u003c/code\\u003e function: \\u003ca href\\u003d\\\"https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-StringFunctions\\\"\\u003ehttps://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-StringFunctions\\u003c/a\\u003e\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003ccode\\u003eexplode\\u003c/code\\u003e function: \\u003ca href\\u003d\\\"https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-explode\\\"\\u003ehttps://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-explode\\u003c/a\\u003e\\u003c/li\\u003e\\n\\u003c/ul\\u003e\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271244_-1037589099\",\n \"id\": \"20180326-201126_894808921\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"status\": \"READY\",\n \"errorMessage\": \"\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\n-- Display example 1\\ndrop table if exists \\u003cyour_gaspar_name\\u003e.intermediary_hashtags_example;\\ncreate external table \\u003cyour_gaspar_name\\u003e.intermediary_hashtags_example(timestamp_ms string, lang string, hashtags string)\\nstored as parquet\\nlocation \\u0027/datasets/intermediary_hashtags_example\\u0027;\\nselect *\\nfrom \\u003cyour_gaspar_name\\u003e.intermediary_hashtags_example;\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:25 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/sql\",\n \"results\": {},\n \"enabled\": true,\n \"editorSetting\": {\n \"editOnDblClick\": false,\n \"language\": \"sql\"\n },\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n },\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n },\n {\n \"type\": \"TABLE\",\n \"data\": \"intermediary_hashtags_example.timestamp_ms\\tintermediary_hashtags_example.lang\\tintermediary_hashtags_example.hashtags\\n1510434840661\\tar\\t[\\\"المسابقة_الوطنية_للغة_العربية_Ù¢Ù Ù¡Ù§\\\"]\\n1510434840658\\ten\\t[\\\"COYBIG\\\"]\\n1510434840658\\tar\\t[\\\"رابطه_Ø§Ù„Ø§ØªØØ§Ø¯_Ù„Ù„Ø§ØªØØ§Ø¯_Ùقط\\\"]\\n1510434840665\\tar\\t[\\\"العلوم_ØªÙ†ØªÙØ¶_ضد_الظلم\\\"]\\n1510434840664\\tes\\t[\\\"cólera\\\",\\\"Yemen\\\",\\\"MSF\\\"]\\n1510434840658\\tar\\t[\\\"اقاله_العيسي_مطلب_الشعب\\\"]\\n1510434840665\\tund\\t[\\\"SindiChorros\\\"]\\n1510434840663\\ten\\t[\\\"Eisenhower\\\"]\\n1510434840666\\tes\\t[\\\"11Nov2017\\\",\\\"SaharaLibre\\\"]\\n1510434840664\\tund\\t[\\\"NewProfilePic\\\"]\\n1510434841664\\tpt\\t[\\\"EMABiggestFansKatyPerry\\\"]\\n1510434841658\\ten\\t[\\\"EMABiggestFansArianaGrande\\\"]\\n1510434841664\\ten\\t[\\\"EMABiggestFansJustinBieber\\\"]\\n1510434841663\\tund\\t[\\\"reputaylurking\\\",\\\"reputation\\\"]\\n1510434842658\\ten\\t[\\\"blog\\\",\\\"bloggerswanted\\\",\\\"blogging\\\"]\\n1510434842659\\ten\\t[\\\"MINHYUK\\\"]\\n1510434842661\\ten\\t[\\\"Textiles\\\",\\\"Crafters\\\",\\\"fabric\\\",\\\"homedecor\\\",\\\"Handmade\\\"]\\n1510434843661\\ten\\t[\\\"Llibertatpresopolitics\\\"]\\n1510434843657\\tes\\t[\\\"startups\\\",\\\"empresas\\\"]\\n1510434843659\\ten\\t[\\\"wcw\\\"]\\n1510434843659\\tfr\\t[\\\"ah\\\"]\\n1510434843659\\tes\\t[\\\"CNCOwners\\\"]\\n1510434843663\\tund\\t[\\\"الشتاء\\\"]\\n1510434844658\\ten\\t[\\\"COYBIG\\\",\\\"DENvIRE\\\"]\\n1510434844666\\ten\\t[\\\"AMAs\\\"]\\n1510434844665\\ten\\t[\\\"AMAs\\\"]\\n1510434842663\\tes\\t[\\\"CulturaPrevención\\\"]\\n1510434844657\\ten\\t[\\\"USNavy\\\",\\\"Marines\\\",\\\"USAirforce\\\"]\\n1510434844659\\ten\\t[\\\"Flights\\\"]\\n1510434844658\\tja\\t[\\\"トレクル\\\"]\\n1510434844662\\ten\\t[\\\"tvtime\\\"]\\n1510434845661\\ten\\t[\\\"GoDinos\\\",\\\"HardyCup81\\\"]\\n1510434845660\\ten\\t[\\\"Switch\\\"]\\n1510434845658\\ten\\t[\\\"LestWeForget\\\"]\\n1510434845660\\tar\\t[\\\"بوØ_المساء\\\"]\\n1510434846657\\tund\\t[\\\"HeartbreakOnAFullMoon\\\"]\\n1510434846659\\tja\\t[\\\"æ—¥æœ¬æ ª\\\"]\\n1510434846658\\ttr\\t[\\\"Erzurum\\\",\\\"VatanAÅŸkı\\\"]\\n1510434846664\\tar\\t[\\\"زد_رصيدك40\\\"]\\n1510434846657\\tvi\\t[\\\"shop\\\"]\\n1510434846664\\tde\\t[\\\"EMABiggestFansJustinBieber\\\"]\\n1510434846658\\ten\\t[\\\"ForTheBrand\\\"]\\n1510434846658\\tja\\t[\\\"水樹日ã®å‡ºãƒœãƒƒãƒˆ\\\"]\\n1510434846660\\tes\\t[\\\"Fútbol\\\"]\\n1510434847662\\tda\\t[\\\"CardFraud\\\",\\\"IDtheft\\\"]\\n1510434847664\\tin\\t[\\\"AggieEagleKAOS\\\",\\\"NCAT\\\",\\\"NCCU\\\"]\\n1510434847666\\ten\\t[\\\"EU\\\",\\\"NHS\\\"]\\n1510434847661\\tel\\t[\\\"stinigiamas\\\"]\\n1510434847666\\ten\\t[\\\"people\\\",\\\"life\\\"]\\n1510434841660\\ten\\t[\\\"OneTreeHill\\\"]\\n1510434847666\\tes\\t[\\\"liberenaCarlosVelasco\\\"]\\n1510434847660\\tpt\\t[\\\"EMABiggestFansShawnMendes\\\"]\\n1510434846661\\ten\\t[\\\"flickr\\\"]\\n1510434848662\\ten\\t[\\\"iphone\\\",\\\"photovideo\\\"]\\n1510434848665\\tes\\t[\\\"EMABiggestFansJustinBieber\\\"]\\n1510434848660\\tja\\t[\\\"booklog\\\"]\\n1510434848664\\ten\\t[\\\"AMAs\\\"]\\n1510434848664\\ten\\t[\\\"GoDogs\\\"]\\n1510434848663\\tes\\t[\\\"AvilaTeToca\\\"]\\n1510434848660\\ten\\t[\\\"teamwoowee\\\"]\\n1510434848664\\ten\\t[\\\"InternetOfThings\\\",\\\"DigitalConnectIN\\\",\\\"data\\\",\\\"Cloud\\\",\\\"ML\\\",\\\"blockchain\\\",\\\"mobile\\\"]\\n1510434849664\\ten\\t[\\\"ConorMcGregor\\\",\\\"ConorMcGregor\\\"]\\n1510434849665\\tes\\t[\\\"SabadoDeGanarSeguidores\\\"]\\n1510434849663\\ten\\t[\\\"hiring\\\",\\\"job\\\",\\\"Retail\\\",\\\"Wrentham\\\"]\\n1510434850659\\tja\\t[\\\"followmeJP\\\",\\\"followmejp\\\"]\\n1510434850665\\ten\\t[\\\"Mysteries\\\"]\\n1510434850665\\tund\\t[\\\"MPN\\\",\\\"SorryNotSorryClipe\\\"]\\n1510434850660\\tpt\\t[\\\"EMABiggestFansShawnMendes\\\"]\\n1510434850661\\tar\\t[\\\"كاس_العالم_ØÙŠÙˆØØ´Ù†Ø§_Ù¢\\\"]\\n1510434850660\\tes\\t[\\\"CopaChileXel13\\\"]\\n1510434850657\\ten\\t[\\\"MAGA\\\",\\\"ClintonNewsNetwork\\\",\\\"FakeNews\\\"]\\n1510434850662\\tund\\t[\\\"SafitürkKastamonuyaGeliyor\\\"]\\n1510434851664\\tfr\\t[\\\"FRAvNZL\\\"]\\n1510434851665\\tes\\t[\\\"Perú\\\",\\\"MachuPicchu\\\"]\\n1510434852658\\tar\\t[\\\"كاس_العالم_ØÙŠÙˆØØ´Ù†Ø§_Ù£\\\"]\\n1510434852665\\ttr\\t[\\\"silagderki\\\"]\\n1510434852665\\tin\\t[\\\"EMABiggestFansJustinBieber\\\"]\\n1510434852661\\ten\\t[\\\"RoyMoore\\\"]\\n1510434852662\\ten\\t[\\\"Luxury\\\",\\\"Food\\\",\\\"Vlog\\\",\\\"Foodie\\\",\\\"PestoChampion\\\",\\\"Eat\\\",\\\"Foodporn\\\",\\\"Dinner\\\"]\\n1510434852666\\ten\\t[\\\"FakeNews\\\"]\\n1510434852658\\tar\\t[\\\"قروب_أنÙـاس_Ù…ØØ¨ÙˆØ¨ÙŠ\\\"]\\n1510434852663\\tar\\t[\\\"كاس_العالم_ØÙŠÙˆØØ´Ù†Ø§_Ù£\\\"]\\n1510434853666\\ten\\t[\\\"NoMoore\\\"]\\n1510434853666\\ten\\t[\\\"ARTPOP\\\"]\\n1510434854665\\ttr\\t[\\\"Bendtner\\\"]\\n1510434854664\\tar\\t[\\\"قرطاج\\\",\\\"روسيا\\\",\\\"WorldCup\\\",\\\"تونس\\\",\\\"السعودية\\\",\\\"مصر\\\",\\\"المغرب\\\",\\\"مونديال2022_ÙØ®Ø±_للعرب\\\"]\\n1510434854665\\tund\\t[\\\"PhrasesDeLibros\\\"]\\n1510434855660\\ten\\t[\\\"PIZZA\\\"]\\n1510434855662\\tar\\t[\\\"زد_رصيدك40\\\"]\\n1510434855659\\ten\\t[\\\"HOW_I_DRAW_CREEK\\\",\\\"SouthPark\\\"]\\n1510434855658\\tund\\t[\\\"EMABiggestFansKatyPerry\\\"]\\n1510434855659\\ten\\t[\\\"Eastcote\\\"]\\n1510434855659\\tde\\t[\\\"Nachrichten\\\"]\\n1510434855666\\ten\\t[\\\"Preacher\\\"]\\n1510434856663\\tja\\t[\\\"ç‹ã®ç‹¬ã‚Šè¨€\\\"]\\n1510434856666\\tar\\t[\\\"قطر\\\"]\\n1510434856665\\ten\\t[\\\"nonsense\\\",\\\"nonsenseengine\\\"]\\n1510434856658\\ttr\\t[\\\"yaghaz\\\",\\\"aşıkoldum\\\"]\\n1510434856661\\tes\\t[\\\"SiliconValley\\\"]\\n1510434856659\\ten\\t[\\\"GetAHalo\\\",\\\"StayCharged\\\",\\\"TheBest\\\",\\\"PortablePower\\\",\\\"HaveFun\\\"]\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271246_-1036819601\",\n \"id\": \"20180326-204244_995272273\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"status\": \"READY\",\n \"errorMessage\": \"\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\n-- Display example 2\\ndrop table if exists \\u003cyour_gaspar_name\\u003e.hashtags_example;\\ncreate external table \\u003cyour_gaspar_name\\u003e.hashtags_example(timestamp_ms string, lang string, hashtag string)\\nstored as parquet\\nlocation \\u0027/datasets/hashtags_example\\u0027;\\nselect *\\nfrom \\u003cyour_gaspar_name\\u003e.hashtags_example;\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:25 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/sql\",\n \"results\": {},\n \"enabled\": true,\n \"editorSetting\": {\n \"editOnDblClick\": false,\n \"language\": \"sql\"\n },\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n },\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n },\n {\n \"type\": \"TABLE\",\n \"data\": \"hashtags_example.timestamp_ms\\thashtags_example.lang\\thashtags_example.hashtag\\n1510434840661\\tar\\tالمسابقة_الوطنية_للغة_العربية_Ù¢Ù Ù¡Ù§\\n1510434840658\\ten\\tCOYBIG\\n1510434840658\\tar\\tرابطه_Ø§Ù„Ø§ØªØØ§Ø¯_Ù„Ù„Ø§ØªØØ§Ø¯_Ùقط\\n1510434840665\\tar\\tالعلوم_ØªÙ†ØªÙØ¶_ضد_الظلم\\n1510434840664\\tes\\tcólera\\n1510434840664\\tes\\tYemen\\n1510434840664\\tes\\tMSF\\n1510434840658\\tar\\tاقاله_العيسي_مطلب_الشعب\\n1510434840665\\tund\\tSindiChorros\\n1510434840663\\ten\\tEisenhower\\n1510434840666\\tes\\t11Nov2017\\n1510434840666\\tes\\tSaharaLibre\\n1510434840664\\tund\\tNewProfilePic\\n1510434841664\\tpt\\tEMABiggestFansKatyPerry\\n1510434841658\\ten\\tEMABiggestFansArianaGrande\\n1510434841664\\ten\\tEMABiggestFansJustinBieber\\n1510434841663\\tund\\treputaylurking\\n1510434841663\\tund\\treputation\\n1510434842658\\ten\\tblog\\n1510434842658\\ten\\tbloggerswanted\\n1510434842658\\ten\\tblogging\\n1510434842659\\ten\\tMINHYUK\\n1510434842661\\ten\\tTextiles\\n1510434842661\\ten\\tCrafters\\n1510434842661\\ten\\tfabric\\n1510434842661\\ten\\thomedecor\\n1510434842661\\ten\\tHandmade\\n1510434843661\\ten\\tLlibertatpresopolitics\\n1510434843657\\tes\\tstartups\\n1510434843657\\tes\\tempresas\\n1510434843659\\ten\\twcw\\n1510434843659\\tfr\\tah\\n1510434843659\\tes\\tCNCOwners\\n1510434843663\\tund\\tالشتاء\\n1510434844658\\ten\\tCOYBIG\\n1510434844658\\ten\\tDENvIRE\\n1510434844666\\ten\\tAMAs\\n1510434844665\\ten\\tAMAs\\n1510434842663\\tes\\tCulturaPrevención\\n1510434844657\\ten\\tUSNavy\\n1510434844657\\ten\\tMarines\\n1510434844657\\ten\\tUSAirforce\\n1510434844659\\ten\\tFlights\\n1510434844658\\tja\\tトレクル\\n1510434844662\\ten\\ttvtime\\n1510434845661\\ten\\tGoDinos\\n1510434845661\\ten\\tHardyCup81\\n1510434845660\\ten\\tSwitch\\n1510434845658\\ten\\tLestWeForget\\n1510434845660\\tar\\tبوØ_المساء\\n1510434846657\\tund\\tHeartbreakOnAFullMoon\\n1510434846659\\tja\\tæ—¥æœ¬æ ª\\n1510434846658\\ttr\\tErzurum\\n1510434846658\\ttr\\tVatanAÅŸkı\\n1510434846664\\tar\\tزد_رصيدك40\\n1510434846657\\tvi\\tshop\\n1510434846664\\tde\\tEMABiggestFansJustinBieber\\n1510434846658\\ten\\tForTheBrand\\n1510434846658\\tja\\t水樹日ã®å‡ºãƒœãƒƒãƒˆ\\n1510434846660\\tes\\tFútbol\\n1510434847662\\tda\\tCardFraud\\n1510434847662\\tda\\tIDtheft\\n1510434847664\\tin\\tAggieEagleKAOS\\n1510434847664\\tin\\tNCAT\\n1510434847664\\tin\\tNCCU\\n1510434847666\\ten\\tEU\\n1510434847666\\ten\\tNHS\\n1510434847661\\tel\\tstinigiamas\\n1510434847666\\ten\\tpeople\\n1510434847666\\ten\\tlife\\n1510434841660\\ten\\tOneTreeHill\\n1510434847666\\tes\\tliberenaCarlosVelasco\\n1510434847660\\tpt\\tEMABiggestFansShawnMendes\\n1510434846661\\ten\\tflickr\\n1510434848662\\ten\\tiphone\\n1510434848662\\ten\\tphotovideo\\n1510434848665\\tes\\tEMABiggestFansJustinBieber\\n1510434848660\\tja\\tbooklog\\n1510434848664\\ten\\tAMAs\\n1510434848664\\ten\\tGoDogs\\n1510434848663\\tes\\tAvilaTeToca\\n1510434848660\\ten\\tteamwoowee\\n1510434848664\\ten\\tInternetOfThings\\n1510434848664\\ten\\tDigitalConnectIN\\n1510434848664\\ten\\tdata\\n1510434848664\\ten\\tCloud\\n1510434848664\\ten\\tML\\n1510434848664\\ten\\tblockchain\\n1510434848664\\ten\\tmobile\\n1510434849664\\ten\\tConorMcGregor\\n1510434849664\\ten\\tConorMcGregor\\n1510434849665\\tes\\tSabadoDeGanarSeguidores\\n1510434849663\\ten\\thiring\\n1510434849663\\ten\\tjob\\n1510434849663\\ten\\tRetail\\n1510434849663\\ten\\tWrentham\\n1510434850659\\tja\\tfollowmeJP\\n1510434850659\\tja\\tfollowmejp\\n1510434850665\\ten\\tMysteries\\n1510434850665\\tund\\tMPN\\n1510434850665\\tund\\tSorryNotSorryClipe\\n1510434850660\\tpt\\tEMABiggestFansShawnMendes\\n1510434850661\\tar\\tكاس_العالم_ØÙŠÙˆØØ´Ù†Ø§_Ù¢\\n1510434850660\\tes\\tCopaChileXel13\\n1510434850657\\ten\\tMAGA\\n1510434850657\\ten\\tClintonNewsNetwork\\n1510434850657\\ten\\tFakeNews\\n1510434850662\\tund\\tSafitürkKastamonuyaGeliyor\\n1510434851664\\tfr\\tFRAvNZL\\n1510434851665\\tes\\tPerú\\n1510434851665\\tes\\tMachuPicchu\\n1510434852658\\tar\\tكاس_العالم_ØÙŠÙˆØØ´Ù†Ø§_Ù£\\n1510434852665\\ttr\\tsilagderki\\n1510434852665\\tin\\tEMABiggestFansJustinBieber\\n1510434852661\\ten\\tRoyMoore\\n1510434852662\\ten\\tLuxury\\n1510434852662\\ten\\tFood\\n1510434852662\\ten\\tVlog\\n1510434852662\\ten\\tFoodie\\n1510434852662\\ten\\tPestoChampion\\n1510434852662\\ten\\tEat\\n1510434852662\\ten\\tFoodporn\\n1510434852662\\ten\\tDinner\\n1510434852666\\ten\\tFakeNews\\n1510434852658\\tar\\tقروب_أنÙـاس_Ù…ØØ¨ÙˆØ¨ÙŠ\\n1510434852663\\tar\\tكاس_العالم_ØÙŠÙˆØØ´Ù†Ø§_Ù£\\n1510434853666\\ten\\tNoMoore\\n1510434853666\\ten\\tARTPOP\\n1510434854665\\ttr\\tBendtner\\n1510434854664\\tar\\tقرطاج\\n1510434854664\\tar\\tروسيا\\n1510434854664\\tar\\tWorldCup\\n1510434854664\\tar\\tتونس\\n1510434854664\\tar\\tالسعودية\\n1510434854664\\tar\\tمصر\\n1510434854664\\tar\\tالمغرب\\n1510434854664\\tar\\tمونديال2022_ÙØ®Ø±_للعرب\\n1510434854665\\tund\\tPhrasesDeLibros\\n1510434855660\\ten\\tPIZZA\\n1510434855662\\tar\\tزد_رصيدك40\\n1510434855659\\ten\\tHOW_I_DRAW_CREEK\\n1510434855659\\ten\\tSouthPark\\n1510434855658\\tund\\tEMABiggestFansKatyPerry\\n1510434855659\\ten\\tEastcote\\n1510434855659\\tde\\tNachrichten\\n1510434855666\\ten\\tPreacher\\n1510434856663\\tja\\tç‹ã®ç‹¬ã‚Šè¨€\\n1510434856666\\tar\\tقطر\\n1510434856665\\ten\\tnonsense\\n1510434856665\\ten\\tnonsenseengine\\n1510434856658\\ttr\\tyaghaz\\n1510434856658\\ttr\\taşıkoldum\\n1510434856661\\tes\\tSiliconValley\\n1510434856659\\ten\\tGetAHalo\\n1510434856659\\ten\\tStayCharged\\n1510434856659\\ten\\tTheBest\\n1510434856659\\ten\\tPortablePower\\n1510434856659\\ten\\tHaveFun\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271249_-1027200878\",\n \"id\": \"20180326-205541_1698608500\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"status\": \"READY\",\n \"errorMessage\": \"\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nDROP TABLE IF EXISTS vaubien.temp_hashtags;\\nCREATE TABLE vaubien.temp_hashtags AS\\nSELECT timestamp_ms, lang, entities.hashtags.text AS hashtags FROM vaubien.twitter_11_06_2016\\nWHERE size(entities.hashtags) \\u003e 0;\\n\\nSELECT * FROM vaubien.temp_hashtags LIMIT 5;\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:25 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"enabled\": true,\n \"results\": {},\n \"editorSetting\": {\n \"language\": \"sql\",\n \"editOnDblClick\": false\n },\n \"editorMode\": \"ace/mode/sql\",\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n },\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n },\n {\n \"type\": \"TABLE\",\n \"data\": \"temp_hashtags.timestamp_ms\\ttemp_hashtags.lang\\ttemp_hashtags.hashtags\\n1465626720657\\tes\\t[\\\"AsiSoyYoCagada\\\"]\\n1465626720659\\ttl\\t[\\\"ALDUBEBTrumpets\\\"]\\n1465626720665\\ten\\t[\\\"PrayForChristina\\\"]\\n1465626720660\\tko\\t[\\\"계란한íŒìœ¼ë¡œë‘˜ì´1주ì¼ì‹ì‚¬\\\"]\\n1465626720658\\tar\\t[\\\"تسديد\\\",\\\"قروض\\\",\\\"بنكيه\\\"]\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1524077640142_234116282\",\n \"id\": \"20180418-205400_676440039\",\n \"dateCreated\": \"Apr 18, 2018 8:54:00 PM\",\n \"dateStarted\": \"Apr 19, 2018 5:28:52 PM\",\n \"dateFinished\": \"Apr 19, 2018 5:29:36 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nDROP TABLE IF EXISTS vaubien.hashtags;\\nCREATE TABLE vaubien.hashtags AS\\nSELECT timestamp_ms, lang, hashtag FROM vaubien.temp_hashtags LATERAL VIEW explode(hashtags) h AS hashtag;\\n\\nSELECT * FROM vaubien.hashtag LIMIT 10;\\n\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:26 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/sql\",\n \"results\": {},\n \"enabled\": true,\n \"editorSetting\": {\n \"editOnDblClick\": false,\n \"language\": \"sql\"\n },\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n },\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271251_-1026431381\",\n \"id\": \"20180326-210211_615760584\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"dateStarted\": \"Apr 18, 2018 9:13:52 PM\",\n \"dateFinished\": \"Apr 18, 2018 9:14:04 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%md\\n### Question II.c. (5/30)\\n\\ni) From the hashtags table you obtained in the previous question, find out the 10 most represented languages.\\nii) Get the top 20 most mentioned hashtags. Display the results with the contribution of each language to the hashtags.\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:26 PM\",\n \"config\": {\n \"tableHide\": false,\n \"editorSetting\": {\n \"editOnDblClick\": true,\n \"language\": \"markdown\"\n },\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/markdown\",\n \"editorHide\": false,\n \"results\": {},\n \"enabled\": true\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"HTML\",\n \"data\": \"\\u003ch3\\u003eQuestion II.c. (5/30)\\u003c/h3\\u003e\\n\\u003cp\\u003ei) From the hashtags table you obtained in the previous question, find out the 10 most represented languages.\\n\\u003cbr /\\u003eii) Get the top 20 most mentioned hashtags. Display the results with the contribution of each language to the hashtags.\\u003c/p\\u003e\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271254_-1027585627\",\n \"id\": \"20180326-210155_1341471366\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"status\": \"READY\",\n \"errorMessage\": \"\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nSELECT lang, count(*) AS occurences FROM vaubien.hashtags GROUP BY lang ORDER BY occurences DESC LIMIT 10;\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:26 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/sql\",\n \"results\": {},\n \"enabled\": true,\n \"editorSetting\": {\n \"editOnDblClick\": false,\n \"language\": \"sql\"\n },\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TABLE\",\n \"data\": \"lang\\toccurences\\nen\\t461057\\nja\\t161624\\nes\\t140883\\nund\\t131245\\nar\\t110069\\nko\\t108531\\nth\\t53890\\ntr\\t31212\\nfr\\t24797\\nin\\t24171\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271256_-1029894121\",\n \"id\": \"20180326-210601_623712001\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"dateStarted\": \"Apr 18, 2018 9:19:35 PM\",\n \"dateFinished\": \"Apr 18, 2018 9:19:46 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nSELECT t2.hashtag AS hashtag, lang, lang_contrib/hashtag_mentions AS lang_contrib FROM \\n(SELECT hashtag, count(*) AS hashtag_mentions FROM vaubien.hashtags GROUP BY hashtag ORDER BY hashtag_mentions DESC LIMIT 20) t1\\nJOIN\\n(SELECT hashtag, lang, count(*) AS lang_contrib FROM vaubien.hashtags GROUP BY hashtag, lang ORDER BY lang_contrib DESC) t2\\nON t1.hashtag \\u003d t2.hashtag;\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:26 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"enabled\": true,\n \"results\": {\n \"0\": {\n \"graph\": {\n \"mode\": \"multiBarChart\",\n \"height\": 300.0,\n \"optionOpen\": true,\n \"setting\": {\n \"multiBarChart\": {\n \"stacked\": false\n }\n },\n \"commonSetting\": {},\n \"keys\": [\n {\n \"name\": \"hashtag\",\n \"index\": 0.0,\n \"aggr\": \"sum\"\n }\n ],\n \"groups\": [\n {\n \"name\": \"lang\",\n \"index\": 1.0,\n \"aggr\": \"sum\"\n }\n ],\n \"values\": [\n {\n \"name\": \"lang_contrib\",\n \"index\": 2.0,\n \"aggr\": \"sum\"\n }\n ]\n },\n \"helium\": {}\n }\n },\n \"editorSetting\": {\n \"language\": \"sql\",\n \"editOnDblClick\": false\n },\n \"editorMode\": \"ace/mode/sql\",\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"TABLE\",\n \"data\": \"hashtag\\tlang\\tlang_contrib\\nRIPChristina\\ten\\t0.7520523629909031\\nRIPChristina\\tvi\\t3.697951334960432E-5\\nRIPChristina\\tno\\t3.697951334960432E-5\\nRIPChristina\\tko\\t3.697951334960432E-5\\nRIPChristina\\tis\\t3.697951334960432E-5\\nRIPChristina\\thu\\t3.697951334960432E-5\\nRIPChristina\\tda\\t3.697951334960432E-5\\nRIPChristina\\tcy\\t3.697951334960432E-5\\nRIPChristina\\tsv\\t7.395902669920864E-5\\nRIPChristina\\tht\\t7.395902669920864E-5\\nRIPChristina\\tet\\t7.395902669920864E-5\\nRIPChristina\\tfi\\t1.4791805339841728E-4\\nRIPChristina\\tcs\\t1.4791805339841728E-4\\nRIPChristina\\ttr\\t3.328156201464389E-4\\nRIPChristina\\tnl\\t4.807336735448561E-4\\nRIPChristina\\tar\\t8.13549293691295E-4\\nRIPChristina\\tin\\t9.614673470897123E-4\\nRIPChristina\\tja\\t0.0014422010206345684\\nRIPChristina\\tru\\t0.001516160047333777\\nRIPChristina\\tde\\t0.0026255454478219067\\nRIPChristina\\ttl\\t0.005066193328895792\\nRIPChristina\\tpl\\t0.006767250942977591\\nRIPChristina\\tit\\t0.010724058871385252\\nRIPChristina\\tfr\\t0.01275793210561349\\nRIPChristina\\tth\\t0.030545078026773167\\nRIPChristina\\tpt\\t0.04829524443458324\\nRIPChristina\\tund\\t0.05343539679017824\\nRIPChristina\\tes\\t0.07140744027808595\\nMtvActAppJaramillo\\tes\\t0.953526683140417\\nMtvActAppJaramillo\\ttr\\t4.3351974682446785E-5\\nMtvActAppJaramillo\\tnl\\t4.3351974682446785E-5\\nMtvActAppJaramillo\\tin\\t4.3351974682446785E-5\\nMtvActAppJaramillo\\tpt\\t8.670394936489357E-5\\nMtvActAppJaramillo\\ten\\t2.1675987341223394E-4\\nMtvActAppJaramillo\\tit\\t3.034638227771275E-4\\nMtvActAppJaramillo\\tund\\t0.045736333289981355\\nMTVAwardsStar\\tit\\t0.41665861435887525\\nMTVAwardsStar\\tzh\\t4.831384674847811E-5\\nMTVAwardsStar\\tar\\t4.831384674847811E-5\\nMTVAwardsStar\\tvi\\t9.662769349695623E-5\\nMTVAwardsStar\\thi\\t9.662769349695623E-5\\nMTVAwardsStar\\tth\\t1.4494154024543435E-4\\nMTVAwardsStar\\thu\\t2.898830804908687E-4\\nMTVAwardsStar\\tuk\\t3.381969272393468E-4\\nMTVAwardsStar\\tbg\\t3.381969272393468E-4\\nMTVAwardsStar\\tsl\\t3.381969272393468E-4\\nMTVAwardsStar\\teu\\t3.865107739878249E-4\\nMTVAwardsStar\\tcy\\t3.865107739878249E-4\\nMTVAwardsStar\\tis\\t6.280800077302155E-4\\nMTVAwardsStar\\tlt\\t6.280800077302155E-4\\nMTVAwardsStar\\tno\\t8.213353947241279E-4\\nMTVAwardsStar\\tda\\t9.179630882210841E-4\\nMTVAwardsStar\\tro\\t0.0010629046284665186\\nMTVAwardsStar\\tja\\t0.0011112184752149967\\nMTVAwardsStar\\tsv\\t0.0011595323219634748\\nMTVAwardsStar\\tlv\\t0.0012078461687119529\\nMTVAwardsStar\\tcs\\t0.001304473862208909\\nMTVAwardsStar\\tnl\\t0.0015943569426997777\\nMTVAwardsStar\\tfi\\t0.0022707507971784714\\nMTVAwardsStar\\tde\\t0.003043772345154121\\nMTVAwardsStar\\tpl\\t0.003430283119141946\\nMTVAwardsStar\\tet\\t0.004928012368344768\\nMTVAwardsStar\\ttl\\t0.007150449318774761\\nMTVAwardsStar\\tin\\t0.009856024736689535\\nMTVAwardsStar\\ttr\\t0.01024253551067736\\nMTVAwardsStar\\tht\\t0.016861532515218863\\nMTVAwardsStar\\tfr\\t0.03203208039424099\\nMTVAwardsStar\\tund\\t0.034737655812155765\\nMTVAwardsStar\\tpt\\t0.04551164363706638\\nMTVAwardsStar\\tes\\t0.0465745482655329\\nMTVAwardsStar\\tru\\t0.05686539762295874\\nMTVAwardsStar\\ten\\t0.296888588269398\\nMTVMiaw\\tes\\t0.6492014569907537\\nMTVMiaw\\tja\\t5.6038105912020176E-5\\nMTVMiaw\\tis\\t1.6811431773606052E-4\\nMTVMiaw\\tsl\\t1.6811431773606052E-4\\nMTVMiaw\\tro\\t3.922667413841412E-4\\nMTVMiaw\\tno\\t5.043429532081815E-4\\nMTVMiaw\\thi\\t5.043429532081815E-4\\nMTVMiaw\\tcs\\t8.405715886803026E-4\\nMTVMiaw\\tlv\\t8.405715886803026E-4\\nMTVMiaw\\tvi\\t8.966096945923228E-4\\nMTVMiaw\\tda\\t9.52647800504343E-4\\nMTVMiaw\\tlt\\t0.001008685906416363\\nMTVMiaw\\teu\\t0.001008685906416363\\nMTVMiaw\\thu\\t0.0012328383300644439\\nMTVMiaw\\tsv\\t0.001288876435976464\\nMTVMiaw\\tnl\\t0.0015690669655365648\\nMTVMiaw\\tet\\t0.0018492574950966657\\nMTVMiaw\\tde\\t0.0024096385542168677\\nMTVMiaw\\tfi\\t0.0025217147660409078\\nMTVMiaw\\ttl\\t0.00330624824880919\\nMTVMiaw\\tit\\t0.0033622863547212102\\nMTVMiaw\\tfr\\t0.0035864387783692913\\nMTVMiaw\\tht\\t0.004202857943401513\\nMTVMiaw\\ttr\\t0.004539086578873634\\nMTVMiaw\\tpl\\t0.005547772485289997\\nMTVMiaw\\tcy\\t0.006836648921266461\\nMTVMiaw\\tin\\t0.008629868310451106\\nMTVMiaw\\tpt\\t0.009190249369571309\\nMTVMiaw\\ten\\t0.09593723732137854\\nMTVMiaw\\tund\\t0.1874474642757075\\nFlyinBangkok\\tth\\t0.7751801829083641\\nFlyinBangkok\\tzh\\t6.056568348373811E-5\\nFlyinBangkok\\tnl\\t6.056568348373811E-5\\nFlyinBangkok\\tlt\\t6.056568348373811E-5\\nFlyinBangkok\\tda\\t6.056568348373811E-5\\nFlyinBangkok\\ttr\\t1.2113136696747623E-4\\nFlyinBangkok\\tcy\\t1.2113136696747623E-4\\nFlyinBangkok\\tis\\t1.8169705045121434E-4\\nFlyinBangkok\\tno\\t1.8169705045121434E-4\\nFlyinBangkok\\tpt\\t1.8169705045121434E-4\\nFlyinBangkok\\thu\\t2.4226273393495245E-4\\nFlyinBangkok\\tfr\\t2.4226273393495245E-4\\nFlyinBangkok\\tht\\t3.633941009024287E-4\\nFlyinBangkok\\tvi\\t4.239597843861668E-4\\nFlyinBangkok\\tet\\t4.239597843861668E-4\\nFlyinBangkok\\tar\\t6.056568348373812E-4\\nFlyinBangkok\\tsv\\t6.056568348373812E-4\\nFlyinBangkok\\tde\\t6.662225183211193E-4\\nFlyinBangkok\\tes\\t9.690509357398098E-4\\nFlyinBangkok\\tja\\t0.0016958391375446673\\nFlyinBangkok\\ttl\\t0.0018169705045121434\\nFlyinBangkok\\tin\\t0.011689176912361456\\nFlyinBangkok\\tko\\t0.03749015807643389\\nFlyinBangkok\\tund\\t0.04712010175034825\\nFlyinBangkok\\ten\\t0.11943552782993157\\nMtvPopCD9\\tund\\t0.5643680080146936\\nMtvPopCD9\\tlv\\t8.348639171814995E-5\\nMtvPopCD9\\tht\\t8.348639171814995E-5\\nMtvPopCD9\\ttl\\t2.5045917515444983E-4\\nMtvPopCD9\\tno\\t3.339455668725998E-4\\nMtvPopCD9\\thu\\t5.844047420270496E-4\\nMtvPopCD9\\tlt\\t6.678911337451996E-4\\nMtvPopCD9\\tro\\t8.348639171814994E-4\\nMtvPopCD9\\teu\\t9.183503088996493E-4\\nMtvPopCD9\\tde\\t0.0010853230923359492\\nMtvPopCD9\\tit\\t0.0011688094840540991\\nMtvPopCD9\\ttr\\t0.0013357822674903992\\nMtvPopCD9\\tpl\\t0.001419268659208549\\nMtvPopCD9\\tsv\\t0.001502755050926699\\nMtvPopCD9\\tet\\t0.001586241442644849\\nMtvPopCD9\\tfr\\t0.0020871597929537486\\nMtvPopCD9\\ten\\t0.019702788445483385\\nMtvPopCD9\\tpt\\t0.024044080814827184\\nMtvPopCD9\\tin\\t0.03314409751210553\\nMtvPopCD9\\tes\\t0.34479879779595923\\nTUR\\ttr\\t0.6921348314606741\\nTUR\\tth\\t9.363295880149813E-5\\nTUR\\tja\\t9.363295880149813E-5\\nTUR\\tel\\t9.363295880149813E-5\\nTUR\\tsl\\t2.808988764044944E-4\\nTUR\\tcs\\t2.808988764044944E-4\\nTUR\\tis\\t3.745318352059925E-4\\nTUR\\thi\\t3.745318352059925E-4\\nTUR\\tno\\t4.6816479400749064E-4\\nTUR\\tit\\t5.617977528089888E-4\\nTUR\\tlt\\t5.617977528089888E-4\\nTUR\\tsv\\t5.617977528089888E-4\\nTUR\\tnl\\t6.554307116104869E-4\\nTUR\\tcy\\t7.49063670411985E-4\\nTUR\\tar\\t8.426966292134832E-4\\nTUR\\tpl\\t8.426966292134832E-4\\nTUR\\tlv\\t9.363295880149813E-4\\nTUR\\tda\\t0.0011235955056179776\\nTUR\\tfi\\t0.0012172284644194756\\nTUR\\tet\\t0.0013108614232209739\\nTUR\\tpt\\t0.0014044943820224719\\nTUR\\ttl\\t0.0014044943820224719\\nTUR\\tvi\\t0.001591760299625468\\nTUR\\tht\\t0.0017790262172284643\\nTUR\\tro\\t0.0018726591760299626\\nTUR\\thu\\t0.001966292134831461\\nTUR\\teu\\t0.0028089887640449437\\nTUR\\tde\\t0.0029026217228464418\\nTUR\\tes\\t0.0029026217228464418\\nTUR\\tin\\t0.0064606741573033704\\nTUR\\ten\\t0.012827715355805243\\nTUR\\tfr\\t0.014700374531835207\\nTUR\\tund\\t0.24382022471910111\\nEURO2016\\ten\\t0.4934408706636867\\nEURO2016\\tzh\\t9.717228646390049E-5\\nEURO2016\\tko\\t9.717228646390049E-5\\nEURO2016\\tiw\\t9.717228646390049E-5\\nEURO2016\\tsr\\t1.9434457292780098E-4\\nEURO2016\\tbg\\t1.9434457292780098E-4\\nEURO2016\\thu\\t2.915168593917015E-4\\nEURO2016\\tne\\t2.915168593917015E-4\\nEURO2016\\tis\\t3.8868914585560196E-4\\nEURO2016\\tfa\\t3.8868914585560196E-4\\nEURO2016\\tlv\\t4.858614323195025E-4\\nEURO2016\\tro\\t5.83033718783403E-4\\nEURO2016\\tht\\t6.802060052473035E-4\\nEURO2016\\tno\\t7.773782917112039E-4\\nEURO2016\\tda\\t7.773782917112039E-4\\nEURO2016\\tfi\\t9.71722864639005E-4\\nEURO2016\\tlt\\t9.71722864639005E-4\\nEURO2016\\tcs\\t0.0010688951511029054\\nEURO2016\\tvi\\t0.0010688951511029054\\nEURO2016\\tcy\\t0.001166067437566806\\nEURO2016\\tsl\\t0.001360412010494607\\nEURO2016\\tuk\\t0.0014575842969585075\\nEURO2016\\teu\\t0.001749101156350209\\nEURO2016\\tsv\\t0.0018462734428141094\\nEURO2016\\ttl\\t0.00194344572927801\\nEURO2016\\tel\\t0.002915168593917015\\nEURO2016\\tth\\t0.003692546885628219\\nEURO2016\\tet\\t0.005052958896122826\\nEURO2016\\tpl\\t0.006510543193081334\\nEURO2016\\tnl\\t0.008356816635895442\\nEURO2016\\tja\\t0.010591779224565154\\nEURO2016\\tit\\t0.013215430959090467\\nEURO2016\\tpt\\t0.01564473812068798\\nEURO2016\\tin\\t0.02137790302205811\\nEURO2016\\tde\\t0.025167622194150228\\nEURO2016\\tru\\t0.026916723350500438\\nEURO2016\\tund\\t0.045962491497424936\\nEURO2016\\ttr\\t0.05635992614906229\\nEURO2016\\tar\\t0.058594888737732\\nEURO2016\\tes\\t0.07151880283743077\\nEURO2016\\tfr\\t0.11573219317850549\\nMtvSnapMexDanna\\ten\\t0.7039611607635441\\nMtvSnapMexDanna\\thu\\t5.516936996579499E-4\\nMtvSnapMexDanna\\tro\\t5.516936996579499E-4\\nMtvSnapMexDanna\\tsl\\t5.516936996579499E-4\\nMtvSnapMexDanna\\tis\\t0.0011033873993158997\\nMtvSnapMexDanna\\teu\\t0.0016550810989738498\\nMtvSnapMexDanna\\tfr\\t0.0016550810989738498\\nMtvSnapMexDanna\\tlv\\t0.0027584684982897493\\nMtvSnapMexDanna\\tpt\\t0.0028688072382213395\\nMtvSnapMexDanna\\tlt\\t0.0033101621979476996\\nMtvSnapMexDanna\\tsv\\t0.0038618558976056495\\nMtvSnapMexDanna\\thi\\t0.0038618558976056495\\nMtvSnapMexDanna\\tet\\t0.004965243296921549\\nMtvSnapMexDanna\\tno\\t0.004965243296921549\\nMtvSnapMexDanna\\tpl\\t0.004965243296921549\\nMtvSnapMexDanna\\tcs\\t0.006620324395895399\\nMtvSnapMexDanna\\tvi\\t0.007723711795211299\\nMtvSnapMexDanna\\tda\\t0.007723711795211299\\nMtvSnapMexDanna\\tht\\t0.008385744234800839\\nMtvSnapMexDanna\\tnl\\t0.009047776674390379\\nMtvSnapMexDanna\\ttl\\t0.009378792894185148\\nMtvSnapMexDanna\\tcy\\t0.009930486593843098\\nMtvSnapMexDanna\\tfi\\t0.009930486593843098\\nMtvSnapMexDanna\\tit\\t0.010371841553569459\\nMtvSnapMexDanna\\tde\\t0.013019971311927617\\nMtvSnapMexDanna\\tin\\t0.023171135385633895\\nMtvSnapMexDanna\\ttr\\t0.024826216484607744\\nMtvSnapMexDanna\\tes\\t0.028688072382213395\\nMtvSnapMexDanna\\tund\\t0.08959505682445107\\nMTVAWARDSSTAR\\tit\\t0.5575429512826547\\nMTVAWARDSSTAR\\tsv\\t1.1767474699929395E-4\\nMTVAWARDSSTAR\\tnl\\t3.530242409978819E-4\\nMTVAWARDSSTAR\\tno\\t3.530242409978819E-4\\nMTVAWARDSSTAR\\tru\\t3.530242409978819E-4\\nMTVAWARDSSTAR\\tsl\\t8.237232289950577E-4\\nMTVAWARDSSTAR\\tfr\\t0.0010590727229936455\\nMTVAWARDSSTAR\\tro\\t0.002353494939985879\\nMTVAWARDSSTAR\\tcy\\t0.002471169686985173\\nMTVAWARDSSTAR\\tpl\\t0.0032948929159802307\\nMTVAWARDSSTAR\\thi\\t0.004236290891974582\\nMTVAWARDSSTAR\\ttr\\t0.004353965638973876\\nMTVAWARDSSTAR\\teu\\t0.004824664626971052\\nMTVAWARDSSTAR\\ttl\\t0.0051776888679689334\\nMTVAWARDSSTAR\\tde\\t0.00835490703694987\\nMTVAWARDSSTAR\\tlt\\t0.009767004000941397\\nMTVAWARDSSTAR\\tlv\\t0.010826076723935044\\nMTVAWARDSSTAR\\tin\\t0.014827018121911038\\nMTVAWARDSSTAR\\tfi\\t0.020475405977877146\\nMTVAWARDSSTAR\\tht\\t0.02200517768886797\\nMTVAWARDSSTAR\\tet\\t0.026947517062838315\\nMTVAWARDSSTAR\\tcs\\t0.032948929159802305\\nMTVAWARDSSTAR\\ten\\t0.03341962814779948\\nMTVAWARDSSTAR\\tpt\\t0.03400800188279595\\nMTVAWARDSSTAR\\tes\\t0.03930336549776418\\nMTVAWARDSSTAR\\tund\\t0.15980230642504117\\nRIPChristinaGrimmie\\ten\\t0.782213691618682\\nRIPChristinaGrimmie\\tzh\\t1.2795905310300704E-4\\nRIPChristinaGrimmie\\tne\\t1.2795905310300704E-4\\nRIPChristinaGrimmie\\tko\\t1.2795905310300704E-4\\nRIPChristinaGrimmie\\tfi\\t1.2795905310300704E-4\\nRIPChristinaGrimmie\\tcs\\t1.2795905310300704E-4\\nRIPChristinaGrimmie\\tar\\t1.2795905310300704E-4\\nRIPChristinaGrimmie\\tru\\t2.559181062060141E-4\\nRIPChristinaGrimmie\\tis\\t2.559181062060141E-4\\nRIPChristinaGrimmie\\tet\\t3.8387715930902113E-4\\nRIPChristinaGrimmie\\ttr\\t5.118362124120282E-4\\nRIPChristinaGrimmie\\tnl\\t6.397952655150352E-4\\nRIPChristinaGrimmie\\tpl\\t0.0015355086372360845\\nRIPChristinaGrimmie\\tja\\t0.0020473448496481127\\nRIPChristinaGrimmie\\tin\\t0.0020473448496481127\\nRIPChristinaGrimmie\\tde\\t0.002431222008957134\\nRIPChristinaGrimmie\\tit\\t0.003071017274472169\\nRIPChristinaGrimmie\\tfr\\t0.007933461292386436\\nRIPChristinaGrimmie\\ttl\\t0.008829174664107486\\nRIPChristinaGrimmie\\tpt\\t0.009213051823416507\\nRIPChristinaGrimmie\\tes\\t0.02943058221369162\\nRIPChristinaGrimmie\\tth\\t0.05847728726807422\\nRIPChristinaGrimmie\\tund\\t0.08995521433141394\\nOrangeSponsorsYou\\ttr\\t0.8007420003091668\\nOrangeSponsorsYou\\tel\\t1.545833977430824E-4\\nOrangeSponsorsYou\\tar\\t3.091667954861648E-4\\nOrangeSponsorsYou\\tcs\\t4.637501932292472E-4\\nOrangeSponsorsYou\\thi\\t4.637501932292472E-4\\nOrangeSponsorsYou\\tis\\t4.637501932292472E-4\\nOrangeSponsorsYou\\tsl\\t4.637501932292472E-4\\nOrangeSponsorsYou\\tro\\t6.183335909723295E-4\\nOrangeSponsorsYou\\tno\\t6.183335909723295E-4\\nOrangeSponsorsYou\\tlt\\t6.183335909723295E-4\\nOrangeSponsorsYou\\tit\\t6.183335909723295E-4\\nOrangeSponsorsYou\\tsv\\t7.72916988715412E-4\\nOrangeSponsorsYou\\tnl\\t7.72916988715412E-4\\nOrangeSponsorsYou\\tcy\\t7.72916988715412E-4\\nOrangeSponsorsYou\\ttl\\t0.0010820837842015767\\nOrangeSponsorsYou\\tlv\\t0.001236667181944659\\nOrangeSponsorsYou\\tet\\t0.0013912505796877415\\nOrangeSponsorsYou\\tpt\\t0.0018550007729169888\\nOrangeSponsorsYou\\tpl\\t0.0018550007729169888\\nOrangeSponsorsYou\\tht\\t0.0018550007729169888\\nOrangeSponsorsYou\\tda\\t0.002009584170660071\\nOrangeSponsorsYou\\tfi\\t0.002009584170660071\\nOrangeSponsorsYou\\tvi\\t0.0021641675684031534\\nOrangeSponsorsYou\\tes\\t0.002782501159375483\\nOrangeSponsorsYou\\thu\\t0.002782501159375483\\nOrangeSponsorsYou\\tde\\t0.004019168341320142\\nOrangeSponsorsYou\\teu\\t0.004328335136806307\\nOrangeSponsorsYou\\tin\\t0.00649250270520946\\nOrangeSponsorsYou\\tfr\\t0.007420003091667955\\nOrangeSponsorsYou\\ten\\t0.01097542123975885\\nOrangeSponsorsYou\\tund\\t0.1378883907868295\\nPrayForChristina\\ten\\t0.6720626631853786\\nPrayForChristina\\tvi\\t1.7406440382941688E-4\\nPrayForChristina\\tlt\\t1.7406440382941688E-4\\nPrayForChristina\\tko\\t1.7406440382941688E-4\\nPrayForChristina\\tfi\\t1.7406440382941688E-4\\nPrayForChristina\\teu\\t1.7406440382941688E-4\\nPrayForChristina\\tet\\t1.7406440382941688E-4\\nPrayForChristina\\tda\\t3.4812880765883376E-4\\nPrayForChristina\\tnl\\t5.221932114882506E-4\\nPrayForChristina\\tru\\t6.962576153176675E-4\\nPrayForChristina\\tin\\t6.962576153176675E-4\\nPrayForChristina\\ttr\\t8.703220191470844E-4\\nPrayForChristina\\tde\\t8.703220191470844E-4\\nPrayForChristina\\tar\\t8.703220191470844E-4\\nPrayForChristina\\ttl\\t0.005395996518711923\\nPrayForChristina\\tja\\t0.006092254134029591\\nPrayForChristina\\tit\\t0.006092254134029591\\nPrayForChristina\\tpl\\t0.021061792863359442\\nPrayForChristina\\tpt\\t0.02228024369016536\\nPrayForChristina\\tfr\\t0.02280243690165361\\nPrayForChristina\\tes\\t0.03202785030461271\\nPrayForChristina\\tth\\t0.10078328981723238\\nPrayForChristina\\tund\\t0.10548302872062663\\nMtvSnapColMartinez\\tes\\t0.8216966966966966\\nMtvSnapColMartinez\\ttr\\t1.8768768768768769E-4\\nMtvSnapColMartinez\\tnl\\t1.8768768768768769E-4\\nMtvSnapColMartinez\\tit\\t1.8768768768768769E-4\\nMtvSnapColMartinez\\tin\\t1.8768768768768769E-4\\nMtvSnapColMartinez\\tpt\\t3.7537537537537537E-4\\nMtvSnapColMartinez\\ten\\t0.0018768768768768769\\nMtvSnapColMartinez\\tund\\t0.1753003003003003\\nALDUBEBTrumpets\\ten\\t0.4819277108433735\\nALDUBEBTrumpets\\tja\\t2.0420665713702266E-4\\nALDUBEBTrumpets\\thu\\t2.0420665713702266E-4\\nALDUBEBTrumpets\\ttr\\t4.084133142740453E-4\\nALDUBEBTrumpets\\tno\\t4.084133142740453E-4\\nALDUBEBTrumpets\\tcs\\t4.084133142740453E-4\\nALDUBEBTrumpets\\tpl\\t6.12619971411068E-4\\nALDUBEBTrumpets\\tda\\t6.12619971411068E-4\\nALDUBEBTrumpets\\tar\\t8.168266285480906E-4\\nALDUBEBTrumpets\\tfi\\t0.0010210332856851133\\nALDUBEBTrumpets\\tlt\\t0.001225239942822136\\nALDUBEBTrumpets\\tde\\t0.0014294465999591588\\nALDUBEBTrumpets\\tpt\\t0.0016336532570961813\\nALDUBEBTrumpets\\tit\\t0.001837859914233204\\nALDUBEBTrumpets\\tro\\t0.001837859914233204\\nALDUBEBTrumpets\\teu\\t0.002246273228507249\\nALDUBEBTrumpets\\tsv\\t0.002450479885644272\\nALDUBEBTrumpets\\tfr\\t0.0026546865427812946\\nALDUBEBTrumpets\\tes\\t0.003879926485603431\\nALDUBEBTrumpets\\tet\\t0.003879926485603431\\nALDUBEBTrumpets\\tnl\\t0.004696753114151521\\nALDUBEBTrumpets\\tht\\t0.004696753114151521\\nALDUBEBTrumpets\\tin\\t0.014907085971002655\\nALDUBEBTrumpets\\tund\\t0.021645905656524404\\nALDUBEBTrumpets\\ttl\\t0.44435368593016134\\nENG\\ten\\t0.6867829279486003\\nENG\\tzh\\t2.294630564479119E-4\\nENG\\tne\\t2.294630564479119E-4\\nENG\\thu\\t2.294630564479119E-4\\nENG\\thi\\t2.294630564479119E-4\\nENG\\teu\\t2.294630564479119E-4\\nENG\\tel\\t2.294630564479119E-4\\nENG\\tcs\\t2.294630564479119E-4\\nENG\\tbg\\t2.294630564479119E-4\\nENG\\tuk\\t4.589261128958238E-4\\nENG\\tlv\\t4.589261128958238E-4\\nENG\\tcy\\t6.883891693437356E-4\\nENG\\tht\\t6.883891693437356E-4\\nENG\\tlt\\t6.883891693437356E-4\\nENG\\tsr\\t9.178522257916476E-4\\nENG\\tis\\t9.178522257916476E-4\\nENG\\tfa\\t9.178522257916476E-4\\nENG\\tda\\t9.178522257916476E-4\\nENG\\tsl\\t0.0011473152822395595\\nENG\\tno\\t0.0011473152822395595\\nENG\\tet\\t0.0011473152822395595\\nENG\\tsv\\t0.0013767783386874712\\nENG\\tro\\t0.0013767783386874712\\nENG\\tfi\\t0.0018357044515832951\\nENG\\ttl\\t0.0027535566773749425\\nENG\\tpl\\t0.0027535566773749425\\nENG\\tth\\t0.0029830197338228544\\nENG\\tnl\\t0.004130335016062414\\nENG\\tja\\t0.005507113354749885\\nENG\\tpt\\t0.006424965580541533\\nENG\\tit\\t0.007801743919229004\\nENG\\tru\\t0.00849013308857274\\nENG\\tde\\t0.011932078935291418\\nENG\\tin\\t0.013767783386874713\\nENG\\ttr\\t0.01973382285452042\\nENG\\tar\\t0.039238182652592934\\nENG\\tund\\t0.048187241854061494\\nENG\\tfr\\t0.058054153281321706\\nENG\\tes\\t0.06493804497475907\\nMtvMatchNavarro\\tund\\t0.4772619611558503\\nMtvMatchNavarro\\tsv\\t2.3685457129322596E-4\\nMtvMatchNavarro\\tlv\\t2.3685457129322596E-4\\nMtvMatchNavarro\\tda\\t2.3685457129322596E-4\\nMtvMatchNavarro\\tro\\t4.737091425864519E-4\\nMtvMatchNavarro\\tpl\\t4.737091425864519E-4\\nMtvMatchNavarro\\tlt\\t4.737091425864519E-4\\nMtvMatchNavarro\\ttl\\t7.105637138796779E-4\\nMtvMatchNavarro\\tno\\t7.105637138796779E-4\\nMtvMatchNavarro\\tit\\t9.474182851729038E-4\\nMtvMatchNavarro\\teu\\t9.474182851729038E-4\\nMtvMatchNavarro\\tde\\t9.474182851729038E-4\\nMtvMatchNavarro\\ttr\\t0.0011842728564661299\\nMtvMatchNavarro\\tfr\\t0.0014211274277593558\\nMtvMatchNavarro\\tht\\t0.0018948365703458077\\nMtvMatchNavarro\\tet\\t0.0028422548555187117\\nMtvMatchNavarro\\tin\\t0.01634296541923259\\nMtvMatchNavarro\\ten\\t0.019422074846044527\\nMtvMatchNavarro\\tpt\\t0.038844149692089054\\nMtvMatchNavarro\\tes\\t0.43439128375177644\\nرمضان\\tar\\t0.9583226796215801\\nرمضان\\tja\\t2.5568908207619537E-4\\nرمضان\\thi\\t2.5568908207619537E-4\\nرمضان\\tfr\\t2.5568908207619537E-4\\nرمضان\\ten\\t0.002045512656609563\\nرمضان\\tur\\t0.002045512656609563\\nرمضان\\tfa\\t0.0033239580669905395\\nرمضان\\tund\\t0.03349526975198159\\nRTã—ãŸäººå…¨å“¡ãƒ•ã‚©ãƒãƒ¼ã™ã‚‹\\tja\\t0.9137883393202542\\nRTã—ãŸäººå…¨å“¡ãƒ•ã‚©ãƒãƒ¼ã™ã‚‹\\tko\\t2.7631942525559546E-4\\nRTã—ãŸäººå…¨å“¡ãƒ•ã‚©ãƒãƒ¼ã™ã‚‹\\tet\\t5.526388505111909E-4\\nRTã—ãŸäººå…¨å“¡ãƒ•ã‚©ãƒãƒ¼ã™ã‚‹\\tin\\t0.0013815971262779773\\nRTã—ãŸäººå…¨å“¡ãƒ•ã‚©ãƒãƒ¼ã™ã‚‹\\tnl\\t0.0016579165515335729\\nRTã—ãŸäººå…¨å“¡ãƒ•ã‚©ãƒãƒ¼ã™ã‚‹\\thu\\t0.0022105554020447637\\nRTã—ãŸäººå…¨å“¡ãƒ•ã‚©ãƒãƒ¼ã™ã‚‹\\tpt\\t0.0024868748273003593\\nRTã—ãŸäººå…¨å“¡ãƒ•ã‚©ãƒãƒ¼ã™ã‚‹\\tda\\t0.0024868748273003593\\nRTã—ãŸäººå…¨å“¡ãƒ•ã‚©ãƒãƒ¼ã™ã‚‹\\ten\\t0.027908261950815142\\nRTã—ãŸäººå…¨å“¡ãƒ•ã‚©ãƒãƒ¼ã™ã‚‹\\tund\\t0.04725062171870682\\nTeenChoice\\ten\\t0.931868743047831\\nTeenChoice\\tno\\t2.7808676307007786E-4\\nTeenChoice\\tht\\t2.7808676307007786E-4\\nTeenChoice\\tcs\\t2.7808676307007786E-4\\nTeenChoice\\tit\\t5.561735261401557E-4\\nTeenChoice\\tar\\t8.342602892102336E-4\\nTeenChoice\\tcy\\t0.0011123470522803114\\nTeenChoice\\tpl\\t0.002502780867630701\\nTeenChoice\\ttr\\t0.0033370411568409346\\nTeenChoice\\tfr\\t0.004449388209121246\\nTeenChoice\\tpt\\t0.012791991101223582\\nTeenChoice\\tes\\t0.01418242491657397\\nTeenChoice\\tund\\t0.02753058954393771\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1524079003957_-416381382\",\n \"id\": \"20180418-211643_830614835\",\n \"dateCreated\": \"Apr 18, 2018 9:16:43 PM\",\n \"dateStarted\": \"Apr 18, 2018 9:38:24 PM\",\n \"dateFinished\": \"Apr 18, 2018 9:38:45 PM\",\n \"status\": \"FINISHED\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%md\\n### Question II.d. (5/30)\\n\\nNow, working on the whole twitter dataset, perform the same as in questions II.b. and II.c.\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:26 PM\",\n \"config\": {\n \"tableHide\": false,\n \"editorSetting\": {\n \"editOnDblClick\": true,\n \"language\": \"markdown\"\n },\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/markdown\",\n \"editorHide\": false,\n \"results\": {},\n \"enabled\": true\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"HTML\",\n \"data\": \"\\u003ch3\\u003eQuestion II.d. (5/30)\\u003c/h3\\u003e\\n\\u003cp\\u003eNow, working on the whole twitter dataset, perform the same as in questions II.b. and II.c.\\u003c/p\\u003e\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271259_-1029509372\",\n \"id\": \"20180326-213348_208498637\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"status\": \"READY\",\n \"errorMessage\": \"\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nDROP TABLE IF EXISTS vaubien.hashtags_full;\\nCREATE TABLE vaubien.hashtags_full AS\\nSELECT timestamp_ms, lang, hashtag FROM vaubien.twitter LATERAL VIEW explode(entities.hashtags.text) h AS hashtag\\nWHERE size(entities.hashtags) \\u003e 0;\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:27 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/sql\",\n \"results\": {},\n \"enabled\": true,\n \"editorSetting\": {\n \"editOnDblClick\": false,\n \"language\": \"sql\"\n },\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"ERROR\",\n \"msg\": [\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n },\n {\n \"type\": \"TEXT\",\n \"data\": \"java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.tez.TezTask. Vertex failed, vertexName\\u003dMap 1, vertexId\\u003dvertex_1521097993562_2503_2_00, diagnostics\\u003d[Task failed, taskId\\u003dtask_1521097993562_2503_2_00_000095, diagnostics\\u003d[TaskAttempt 0 failed, info\\u003d[Error: Failure while running task:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:173)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.run(TezProcessor.java:139)\\n\\tat org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run(LogicalIOProcessorRuntimeTask.java:347)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:194)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:185)\\n\\tat java.security.AccessController.doPrivileged(Native Method)\\n\\tat javax.security.auth.Subject.doAs(Subject.java:422)\\n\\tat org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1869)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:185)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:181)\\n\\tat org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)\\n\\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\\n\\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\\n\\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\\n\\tat java.lang.Thread.run(Thread.java:745)\\nCaused by: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:96)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.pushRecord(MapRecordSource.java:73)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordProcessor.run(MapRecordProcessor.java:325)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:150)\\n\\t... 14 more\\nCaused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:563)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:88)\\n\\t... 17 more\\nCaused by: org.apache.hadoop.hive.serde2.SerDeException: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@7b9c4798; line: 1, column: 1699]\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:179)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.readRow(MapOperator.java:149)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.access$200(MapOperator.java:113)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:554)\\n\\t... 18 more\\nCaused by: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@7b9c4798; line: 1, column: 1699]\\n\\tat org.codehaus.jackson.JsonParser._constructError(JsonParser.java:1433)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportError(JsonParserMinimalBase.java:521)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportUnexpectedChar(JsonParserMinimalBase.java:442)\\n\\tat org.codehaus.jackson.impl.Utf8StreamParser.nextToken(Utf8StreamParser.java:500)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase.skipChildren(JsonParserMinimalBase.java:101)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.skipValue(JsonSerDe.java:254)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.populateRecord(JsonSerDe.java:200)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:174)\\n\\t... 21 more\\n], TaskAttempt 1 failed, info\\u003d[Error: Failure while running task:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:173)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.run(TezProcessor.java:139)\\n\\tat org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run(LogicalIOProcessorRuntimeTask.java:347)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:194)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:185)\\n\\tat java.security.AccessController.doPrivileged(Native Method)\\n\\tat javax.security.auth.Subject.doAs(Subject.java:422)\\n\\tat org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1869)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:185)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:181)\\n\\tat org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)\\n\\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\\n\\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\\n\\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\\n\\tat java.lang.Thread.run(Thread.java:745)\\nCaused by: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:96)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.pushRecord(MapRecordSource.java:73)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordProcessor.run(MapRecordProcessor.java:325)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:150)\\n\\t... 14 more\\nCaused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:563)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:88)\\n\\t... 17 more\\nCaused by: org.apache.hadoop.hive.serde2.SerDeException: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@30ea5dc0; line: 1, column: 1699]\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:179)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.readRow(MapOperator.java:149)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.access$200(MapOperator.java:113)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:554)\\n\\t... 18 more\\nCaused by: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@30ea5dc0; line: 1, column: 1699]\\n\\tat org.codehaus.jackson.JsonParser._constructError(JsonParser.java:1433)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportError(JsonParserMinimalBase.java:521)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportUnexpectedChar(JsonParserMinimalBase.java:442)\\n\\tat org.codehaus.jackson.impl.Utf8StreamParser.nextToken(Utf8StreamParser.java:500)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase.skipChildren(JsonParserMinimalBase.java:101)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.skipValue(JsonSerDe.java:254)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.populateRecord(JsonSerDe.java:200)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:174)\\n\\t... 21 more\\n], TaskAttempt 2 failed, info\\u003d[Error: Failure while running task:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:173)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.run(TezProcessor.java:139)\\n\\tat org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run(LogicalIOProcessorRuntimeTask.java:347)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:194)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:185)\\n\\tat java.security.AccessController.doPrivileged(Native Method)\\n\\tat javax.security.auth.Subject.doAs(Subject.java:422)\\n\\tat org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1869)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:185)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:181)\\n\\tat org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)\\n\\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\\n\\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\\n\\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\\n\\tat java.lang.Thread.run(Thread.java:745)\\nCaused by: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:96)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.pushRecord(MapRecordSource.java:73)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordProcessor.run(MapRecordProcessor.java:325)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:150)\\n\\t... 14 more\\nCaused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:563)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:88)\\n\\t... 17 more\\nCaused by: org.apache.hadoop.hive.serde2.SerDeException: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@234f6056; line: 1, column: 1699]\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:179)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.readRow(MapOperator.java:149)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.access$200(MapOperator.java:113)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:554)\\n\\t... 18 more\\nCaused by: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@234f6056; line: 1, column: 1699]\\n\\tat org.codehaus.jackson.JsonParser._constructError(JsonParser.java:1433)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportError(JsonParserMinimalBase.java:521)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportUnexpectedChar(JsonParserMinimalBase.java:442)\\n\\tat org.codehaus.jackson.impl.Utf8StreamParser.nextToken(Utf8StreamParser.java:500)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase.skipChildren(JsonParserMinimalBase.java:101)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.skipValue(JsonSerDe.java:254)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.populateRecord(JsonSerDe.java:200)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:174)\\n\\t... 21 more\\n], TaskAttempt 3 failed, info\\u003d[Error: Failure while running task:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:173)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.run(TezProcessor.java:139)\\n\\tat org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run(LogicalIOProcessorRuntimeTask.java:347)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:194)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:185)\\n\\tat java.security.AccessController.doPrivileged(Native Method)\\n\\tat javax.security.auth.Subject.doAs(Subject.java:422)\\n\\tat org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1869)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:185)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:181)\\n\\tat org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)\\n\\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\\n\\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\\n\\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\\n\\tat java.lang.Thread.run(Thread.java:745)\\nCaused by: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:96)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.pushRecord(MapRecordSource.java:73)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordProcessor.run(MapRecordProcessor.java:325)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:150)\\n\\t... 14 more\\nCaused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:563)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:88)\\n\\t... 17 more\\nCaused by: org.apache.hadoop.hive.serde2.SerDeException: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@1faa068c; line: 1, column: 1699]\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:179)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.readRow(MapOperator.java:149)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.access$200(MapOperator.java:113)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:554)\\n\\t... 18 more\\nCaused by: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@1faa068c; line: 1, column: 1699]\\n\\tat org.codehaus.jackson.JsonParser._constructError(JsonParser.java:1433)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportError(JsonParserMinimalBase.java:521)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportUnexpectedChar(JsonParserMinimalBase.java:442)\\n\\tat org.codehaus.jackson.impl.Utf8StreamParser.nextToken(Utf8StreamParser.java:500)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase.skipChildren(JsonParserMinimalBase.java:101)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.skipValue(JsonSerDe.java:254)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.populateRecord(JsonSerDe.java:200)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:174)\\n\\t... 21 more\\n]], Vertex did not succeed due to OWN_TASK_FAILURE, failedTasks:1 killedTasks:152, Vertex vertex_1521097993562_2503_2_00 [Map 1] killed/failed due to:OWN_TASK_FAILURE]DAG did not succeed due to VERTEX_FAILURE. failedVertices:1 killedVertices:0\\n\\tat org.apache.hive.jdbc.HiveStatement.waitForOperationToComplete(HiveStatement.java:354)\\n\\tat org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:245)\\n\\tat org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:291)\\n\\tat org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:291)\\n\\tat org.apache.zeppelin.jdbc.JDBCInterpreter.executeSql(JDBCInterpreter.java:682)\\n\\tat org.apache.zeppelin.jdbc.JDBCInterpreter.interpret(JDBCInterpreter.java:763)\\n\\tat org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:101)\\n\\tat org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:502)\\n\\tat org.apache.zeppelin.scheduler.Job.run(Job.java:175)\\n\\tat org.apache.zeppelin.scheduler.ParallelScheduler$JobRunner.run(ParallelScheduler.java:162)\\n\\tat java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)\\n\\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\\n\\tat java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)\\n\\tat java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)\\n\\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\\n\\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\\n\\tat java.lang.Thread.run(Thread.java:745)\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271261_-1031817865\",\n \"id\": \"20180326-213452_1466399305\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"dateStarted\": \"Apr 19, 2018 1:54:09 AM\",\n \"dateFinished\": \"Apr 19, 2018 2:05:56 AM\",\n \"status\": \"ERROR\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%jdbc(hive)\\nDROP TABLE IF EXISTS vaubien.hashtag_full;\\nSELECT timestamp_ms, lang, hashtag FROM vaubien.twitter LATERAL VIEW explode(entities.hashtags.text) h AS hashtag\\nWHERE size(entities.hashtags) \\u003e 0;\",\n \"user\": \"vaubien\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:27 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"enabled\": true,\n \"results\": {},\n \"editorSetting\": {\n \"language\": \"sql\",\n \"editOnDblClick\": false\n },\n \"editorMode\": \"ace/mode/sql\",\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"ERROR\",\n \"msg\": [\n {\n \"type\": \"TEXT\",\n \"data\": \"Query executed successfully. Affected rows : -1\"\n },\n {\n \"type\": \"TEXT\",\n \"data\": \"java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.tez.TezTask. Vertex failed, vertexName\\u003dMap 1, vertexId\\u003dvertex_1521097993562_2612_1_00, diagnostics\\u003d[Task failed, taskId\\u003dtask_1521097993562_2612_1_00_000095, diagnostics\\u003d[TaskAttempt 0 failed, info\\u003d[Error: Failure while running task:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:173)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.run(TezProcessor.java:139)\\n\\tat org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run(LogicalIOProcessorRuntimeTask.java:347)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:194)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:185)\\n\\tat java.security.AccessController.doPrivileged(Native Method)\\n\\tat javax.security.auth.Subject.doAs(Subject.java:422)\\n\\tat org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1869)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:185)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:181)\\n\\tat org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)\\n\\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\\n\\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\\n\\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\\n\\tat java.lang.Thread.run(Thread.java:745)\\nCaused by: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:96)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.pushRecord(MapRecordSource.java:73)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordProcessor.run(MapRecordProcessor.java:325)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:150)\\n\\t... 14 more\\nCaused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:563)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:88)\\n\\t... 17 more\\nCaused by: org.apache.hadoop.hive.serde2.SerDeException: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@7e60563; line: 1, column: 1699]\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:179)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.readRow(MapOperator.java:149)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.access$200(MapOperator.java:113)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:554)\\n\\t... 18 more\\nCaused by: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@7e60563; line: 1, column: 1699]\\n\\tat org.codehaus.jackson.JsonParser._constructError(JsonParser.java:1433)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportError(JsonParserMinimalBase.java:521)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportUnexpectedChar(JsonParserMinimalBase.java:442)\\n\\tat org.codehaus.jackson.impl.Utf8StreamParser.nextToken(Utf8StreamParser.java:500)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase.skipChildren(JsonParserMinimalBase.java:101)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.skipValue(JsonSerDe.java:254)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.populateRecord(JsonSerDe.java:200)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:174)\\n\\t... 21 more\\n], TaskAttempt 1 failed, info\\u003d[Error: Failure while running task:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:173)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.run(TezProcessor.java:139)\\n\\tat org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run(LogicalIOProcessorRuntimeTask.java:347)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:194)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:185)\\n\\tat java.security.AccessController.doPrivileged(Native Method)\\n\\tat javax.security.auth.Subject.doAs(Subject.java:422)\\n\\tat org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1869)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:185)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:181)\\n\\tat org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)\\n\\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\\n\\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\\n\\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\\n\\tat java.lang.Thread.run(Thread.java:745)\\nCaused by: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:96)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.pushRecord(MapRecordSource.java:73)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordProcessor.run(MapRecordProcessor.java:325)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:150)\\n\\t... 14 more\\nCaused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:563)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:88)\\n\\t... 17 more\\nCaused by: org.apache.hadoop.hive.serde2.SerDeException: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@713cb740; line: 1, column: 1699]\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:179)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.readRow(MapOperator.java:149)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.access$200(MapOperator.java:113)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:554)\\n\\t... 18 more\\nCaused by: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@713cb740; line: 1, column: 1699]\\n\\tat org.codehaus.jackson.JsonParser._constructError(JsonParser.java:1433)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportError(JsonParserMinimalBase.java:521)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportUnexpectedChar(JsonParserMinimalBase.java:442)\\n\\tat org.codehaus.jackson.impl.Utf8StreamParser.nextToken(Utf8StreamParser.java:500)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase.skipChildren(JsonParserMinimalBase.java:101)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.skipValue(JsonSerDe.java:254)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.populateRecord(JsonSerDe.java:200)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:174)\\n\\t... 21 more\\n], TaskAttempt 2 failed, info\\u003d[Error: Failure while running task:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:173)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.run(TezProcessor.java:139)\\n\\tat org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run(LogicalIOProcessorRuntimeTask.java:347)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:194)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:185)\\n\\tat java.security.AccessController.doPrivileged(Native Method)\\n\\tat javax.security.auth.Subject.doAs(Subject.java:422)\\n\\tat org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1869)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:185)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:181)\\n\\tat org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)\\n\\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\\n\\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\\n\\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\\n\\tat java.lang.Thread.run(Thread.java:745)\\nCaused by: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:96)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.pushRecord(MapRecordSource.java:73)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordProcessor.run(MapRecordProcessor.java:325)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:150)\\n\\t... 14 more\\nCaused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:563)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:88)\\n\\t... 17 more\\nCaused by: org.apache.hadoop.hive.serde2.SerDeException: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@787c9e7f; line: 1, column: 1699]\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:179)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.readRow(MapOperator.java:149)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.access$200(MapOperator.java:113)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:554)\\n\\t... 18 more\\nCaused by: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@787c9e7f; line: 1, column: 1699]\\n\\tat org.codehaus.jackson.JsonParser._constructError(JsonParser.java:1433)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportError(JsonParserMinimalBase.java:521)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportUnexpectedChar(JsonParserMinimalBase.java:442)\\n\\tat org.codehaus.jackson.impl.Utf8StreamParser.nextToken(Utf8StreamParser.java:500)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase.skipChildren(JsonParserMinimalBase.java:101)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.skipValue(JsonSerDe.java:254)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.populateRecord(JsonSerDe.java:200)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:174)\\n\\t... 21 more\\n], TaskAttempt 3 failed, info\\u003d[Error: Failure while running task:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:173)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.run(TezProcessor.java:139)\\n\\tat org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run(LogicalIOProcessorRuntimeTask.java:347)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:194)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:185)\\n\\tat java.security.AccessController.doPrivileged(Native Method)\\n\\tat javax.security.auth.Subject.doAs(Subject.java:422)\\n\\tat org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1869)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:185)\\n\\tat org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:181)\\n\\tat org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)\\n\\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\\n\\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\\n\\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\\n\\tat java.lang.Thread.run(Thread.java:745)\\nCaused by: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:96)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.pushRecord(MapRecordSource.java:73)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordProcessor.run(MapRecordProcessor.java:325)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:150)\\n\\t... 14 more\\nCaused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {\\\"created_at\\\":\\\"Wed Jun 08 19:39:18 +0000 2016\\\",\\\"id\\\":740629294372659200,\\\"id_str\\\":\\\"740629294372659200\\\",\\\"text\\\":\\\"RT @iceicily: \\\\u0e42\\\\u0e14\\\\u0e22\\\\u0e2d\\\\u0e07\\\\u0e42\\\\u0e0a\\\\u0e27\\\\u0e4c\\\\u0e04\\\\u0e27\\\\u0e32\\\\u0e21\\\\u0e2a\\\\u0e32\\\\u0e21\\\\u0e32\\\\u0e23\\\\u0e16\\\\u0e1e\\\\u0e34\\\\u0e40\\\\u0e28\\\\u0e29\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e40\\\\u0e19\\\\u0e37\\\\u0e49\\\\u0e2d(?) \\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e2d\\\\u0e2d\\\\u0e01\\\\u0e21\\\\u0e32\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e22\\\\u0e2d\\\\u0e30\\\\u0e21\\\\u0e32\\\\u0e01 \\\\u0e41\\\\u0e17\\\\u0e22\\\\u0e07\\\\u0e40\\\\u0e2b\\\\u0e47\\\\u0e19\\\\u0e25\\\\u0e30\\\\u0e25\\\\u0e2d\\\\u0e07\\\\u0e17\\\\u0e33\\\\u0e41\\\\u0e15\\\\u0e48\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e44\\\\u0e14\\\\u0e49\\\\u0e40\\\\u0e25\\\\u0e22\\\\u0e08\\\\u0e30\\\\u0e44\\\\u0e1b\\\\u0e14\\\\u0e36\\\\u0e07\\\\u0e1e\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e17\\\\u0e25 555555 https:\\\\/\\\\/t.co\\\\/aAaEYj\\\\u2026\\\",\\\"source\\\":\\\"\\\\u003ca href\\u003d\\\\\\\"http:\\\\/\\\\/twitter.com\\\\/download\\\\/android\\\\\\\" rel\\u003d\\\\\\\"nofollow\\\\\\\"\\\\u003eTwitter for Android\\\\u003c\\\\/a\\\\u003e\\\",\\\"truncated\\\":false,\\\"in_reply_to_status_id\\\":null,\\\"in_reply_to_status_id_str\\\":null,\\\"in_reply_to_user_id\\\":null,\\\"in_reply_to_user_id_str\\\":null,\\\"in_reply_to_screen_name\\\":null,\\\"user\\\":{\\\"id\\\":2282121582,\\\"id_str\\\":\\\"2282121582\\\",\\\"name\\\":\\\"\\\\u26ab^_^\\\\u26abOnly 13\\\",\\\"screen_name\\\":\\\"kim_kimyok\\\",\\\"location\\\":null,\\\"url\\\":null,\\\"description\\\":\\\"I am elf. I\\u0027ll be standing here still and support them forever. SJ \\u0026 E.L.F \\u003d Family ONLY 13 |^\\u003d^ \\\\u0e23\\\\u0e35\\\\u0e2d\\\\u0e22\\\\u0e48\\\\u0e32\\\\u0e07\\\\u0e40\\\\u0e14\\\\u0e35\\\\u0e22\\\\u0e27 \\\\u0e40\\\\u0e1b\\\\u0e25\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e27\\\\u0e46\\\\u0e04\\\\u0e48\\\\u0e2d\\\\u0e22\\\\u0e42\\\\u0e1e\\\\u0e2a ^\\\\u2206^\\\",\\\"protected\\\":false,\\\"verified\\\":false,\\\"followers_count\\\":54,\\\"friends_count\\\":544,\\\"listed_count\\\":2,\\\"favourites_count\\\":3993,\\\"statuses_count\\\":8453,\\\"created_at\\\":\\\"Wed Jan 08 13:11:49 +0000 2014\\\",\\\"utc\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:563)\\n\\tat org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:88)\\n\\t... 17 more\\nCaused by: org.apache.hadoop.hive.serde2.SerDeException: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@2f7d106e; line: 1, column: 1699]\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:179)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.readRow(MapOperator.java:149)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.access$200(MapOperator.java:113)\\n\\tat org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:554)\\n\\t... 18 more\\nCaused by: org.codehaus.jackson.JsonParseException: Unexpected character (\\u0027,\\u0027 (code 44)): was expecting a colon to separate field name and value\\n at [Source: java.io.ByteArrayInputStream@2f7d106e; line: 1, column: 1699]\\n\\tat org.codehaus.jackson.JsonParser._constructError(JsonParser.java:1433)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportError(JsonParserMinimalBase.java:521)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase._reportUnexpectedChar(JsonParserMinimalBase.java:442)\\n\\tat org.codehaus.jackson.impl.Utf8StreamParser.nextToken(Utf8StreamParser.java:500)\\n\\tat org.codehaus.jackson.impl.JsonParserMinimalBase.skipChildren(JsonParserMinimalBase.java:101)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.skipValue(JsonSerDe.java:254)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.populateRecord(JsonSerDe.java:200)\\n\\tat org.apache.hive.hcatalog.data.JsonSerDe.deserialize(JsonSerDe.java:174)\\n\\t... 21 more\\n]], Vertex did not succeed due to OWN_TASK_FAILURE, failedTasks:1 killedTasks:130, Vertex vertex_1521097993562_2612_1_00 [Map 1] killed/failed due to:OWN_TASK_FAILURE]DAG did not succeed due to VERTEX_FAILURE. failedVertices:1 killedVertices:0\\n\\tat org.apache.hive.jdbc.HiveStatement.waitForOperationToComplete(HiveStatement.java:354)\\n\\tat org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:245)\\n\\tat org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:291)\\n\\tat org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:291)\\n\\tat org.apache.zeppelin.jdbc.JDBCInterpreter.executeSql(JDBCInterpreter.java:682)\\n\\tat org.apache.zeppelin.jdbc.JDBCInterpreter.interpret(JDBCInterpreter.java:763)\\n\\tat org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:101)\\n\\tat org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:502)\\n\\tat org.apache.zeppelin.scheduler.Job.run(Job.java:175)\\n\\tat org.apache.zeppelin.scheduler.ParallelScheduler$JobRunner.run(ParallelScheduler.java:162)\\n\\tat java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)\\n\\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\\n\\tat java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)\\n\\tat java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)\\n\\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\\n\\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\\n\\tat java.lang.Thread.run(Thread.java:745)\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1524094767778_367352275\",\n \"id\": \"20180419-013927_1639140289\",\n \"dateCreated\": \"Apr 19, 2018 1:39:27 AM\",\n \"dateStarted\": \"Apr 20, 2018 5:07:04 PM\",\n \"dateFinished\": \"Apr 20, 2018 5:19:12 PM\",\n \"status\": \"ERROR\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"%md\\n### Question II.e. (5/30)\\n\\nDisplay the evolution of the hashtags `#EURO2016` and `#GameofThrones`. That is, display the number of mentions for each day over the range of the whole data set.\\nYou should use the hastag table from the previous question.\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:27 PM\",\n \"config\": {\n \"tableHide\": false,\n \"editorSetting\": {\n \"editOnDblClick\": true,\n \"language\": \"markdown\"\n },\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/markdown\",\n \"editorHide\": false,\n \"results\": {},\n \"enabled\": true\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"results\": {\n \"code\": \"SUCCESS\",\n \"msg\": [\n {\n \"type\": \"HTML\",\n \"data\": \"\\u003ch3\\u003eQuestion II.e. (5/30)\\u003c/h3\\u003e\\n\\u003cp\\u003eDisplay the evolution of the hashtags \\u003ccode\\u003e#EURO2016\\u003c/code\\u003e and \\u003ccode\\u003e#GameofThrones\\u003c/code\\u003e. That is, display the number of mentions for each day over the range of the whole data set.\\n\\u003cbr /\\u003eYou should use the hastag table from the previous question.\\u003c/p\\u003e\\n\"\n }\n ]\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271263_-1031048367\",\n \"id\": \"20180326-213500_169173111\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"status\": \"READY\",\n \"errorMessage\": \"\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \"% jdbc(hive)\\n\",\n \"dateUpdated\": \"Apr 20, 2018 11:43:27 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/sql\",\n \"results\": {},\n \"enabled\": true,\n \"editorSetting\": {\n \"editOnDblClick\": false,\n \"language\": \"sql\"\n },\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271266_-1044514579\",\n \"id\": \"20180326-213716_295075867\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"status\": \"READY\",\n \"errorMessage\": \"\",\n \"progressUpdateIntervalMs\": 500\n },\n {\n \"text\": \" \",\n \"dateUpdated\": \"Apr 20, 2018 11:43:28 PM\",\n \"config\": {\n \"colWidth\": 12.0,\n \"editorMode\": \"ace/mode/scala\",\n \"results\": {},\n \"enabled\": true,\n \"editorSetting\": {\n \"editOnDblClick\": true,\n \"language\": \"scala\"\n },\n \"editorHide\": false\n },\n \"settings\": {\n \"params\": {},\n \"forms\": {}\n },\n \"apps\": [],\n \"jobName\": \"paragraph_1523028271268_-1046823072\",\n \"id\": \"20180326-222158_386750263\",\n \"dateCreated\": \"Apr 6, 2018 5:24:31 PM\",\n \"status\": \"READY\",\n \"errorMessage\": \"\",\n \"progressUpdateIntervalMs\": 500\n }\n ],\n \"name\": \"DSLAB-HW2\",\n \"id\": \"2DAWVJJD3\",\n \"angularObjects\": {\n \"2CHS8UYQQ:shared_process\": [],\n \"2CK8A9MEG:shared_process\": [],\n \"2C4U48MY3_spark2:shared_process\": [],\n \"2CKAY1A8Y:shared_process\": [],\n \"2CKEKWY8Z:shared_process\": []\n },\n \"config\": {},\n \"info\": {}\n}"}