This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| slope | phase | maps | blocksize | dimension | start_reduce | reducers | replication | reduce_buffer_io | start_percentage | end_percentage | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2 | 0.188338293928771 | 1 | 375 | 133120000 | 4.9e+10 | 5 | 24 | 4 | 100 | 6 | 122 | |
| 7 | 0.160270615352683 | 1 | 1201 | 33280000 | 3.92e+10 | 50 | 12 | 2 | 100 | 51 | 131 | |
| 12 | 0.0787062082376971 | 1 | 1802 | 16640000 | 2.94e+10 | 50 | 48 | 2 | 100 | 51 | 111 | |
| 17 | 0.238429714945174 | 1 | 400 | 99840000 | 3.92e+10 | 5 | 12 | 4 | 100 | 6 | 132 | |
| 21 | 0.106242737810447 | 1 | 1802 | 16640000 | 2.94e+10 | 50 | 12 | 3 | 100 | 51 | 132 | |
| 26 | 0.383769653172287 | 1 | 223 | 134217728 | 2.94e+10 | 5 | 6 | 2 | 100 | 6 | 132 | |
| 31 | 0.158803533013214 | 1 | 372 | 134217728 | 4.9e+10 | 5 | 48 | 4 | 100 | 6 | 114 | |
| 36 | 0.25298897032558 | 1 | 225 | 133120000 | 2.94e+10 | 35 | 24 | 4 | 100 | 36 | 123 | |
| 41 | 0.354143534161834 | 1 | 223 | 134217728 | 2.94e+10 | 5 | 12 | 4 | 100 | 6 | 131 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <configurations xmlns="http://mpower.necst.it/marc/configuration.xsd"> | |
| <job> | |
| <name>HadoopAnalysis</name> | |
| <owner>simone</owner> | |
| </job> | |
| <computation-unit>simone0020</computation-unit> | |
| <dataset>custom_marc</dataset> | |
| <phases> | |
| <phase0> | |
| <mappings> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <configurations xmlns="http://mpower.necst.it/marc/configuration.xsd"> | |
| <job> | |
| <name>HadoopAnalysis</name> | |
| <owner>Simone</owner> | |
| </job> | |
| <computation-unit>simone0001</computation-unit> | |
| <dataset>marc_input.csv</dataset> | |
| <phases> | |
| <phase0> | |
| <mappings> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (require 'package) | |
| (add-to-list 'package-archives | |
| '("marmalade" . | |
| "http://marmalade-repo.org/packages/")) | |
| (add-to-list 'package-archives | |
| '("melpa" . "http://melpa.milkbox.net/packages/") t) | |
| (package-initialize) | |
| ;;(require 'auto-complete-config) | |
| ;;(add-to-list 'ac-dictionary-directories "~/.emacs.d//ac-dict") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cjson = require('cjson') | |
| request_table = {} | |
| priorities = { | |
| {"1","2","3","4","5"}, | |
| {"1","2","3"}, | |
| {"critical", "urgent", "high", "medium", "low"}, | |
| {"high", "medium", "low"} | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| simo@simo:~/numerino$ iex -S mix | |
| Erlang/OTP 18 [erts-7.2] [source] [64-bit] [smp:8:8] [async-threads:10] [kernel-poll:false] | |
| Interactive Elixir (1.1.1) - press Ctrl+C to exit (type h() ENTER for help) | |
| iex(1)> {:ok, conn} = :esqlite3.open('testGabri.sqlite') | |
| {:ok, {:connection, #Reference<0.0.7.160>, ""}} | |
| iex(2)> :esqlite3.exec('CREATE TABLE simple (message TEXT)', conn) | |
| :ok | |
| iex(3)> :esqlite3.exec('INSERT INTO simple (message) VALUES (\"test\")', conn) | |
| :ok |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defmodule Numerino.Supervisor do | |
| use Supervisor | |
| def start_link(_) do | |
| {:ok, sup} = Supervisor.start_link(__MODULE__, [], name: :supervisor) end | |
| def init(_) do | |
| processes = [ | |
| worker(Numerino.QueueAddress, []), | |
| #worker(Numerino.Restarted, []), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /mozjs-31.2.0/js/src/build_DBG.OBJ/dist/include/jspubtd.h:432:74: warning: invalid access to non-static data member ‘js::PerThreadDataFriendFields::RuntimeDummy::mainThread’ of NULL object [-Winvalid-offsetof] | |
| static const size_t RuntimeMainThreadOffset = offsetof(RuntimeDummy, mainThread); | |
| ^ | |
| /mozjs-31.2.0/js/src/build_DBG.OBJ/dist/include/jspubtd.h:432:74: warning: (perhaps the ‘offsetof’ macro was used incorrectly) [-Winvalid-offsetof] | |
| test3.cpp: In function ‘int main(int, const char**)’: | |
| test3.cpp:77:82: error: no matching function for call to ‘JS::CompileOptions::originPrincipals(JSContext*&)’ | |
| script = JS_DecodeScript(cx, loadBuffer, saveLength, options.originPrincipals(cx)); | |
| ^ | |
| test3.cpp:77:82: note: candidate is: | |
| In file included from test3.cpp:2:0: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "jsapi.h" | |
| #include <stdio.h> | |
| #include <fstream> | |
| #include <iostream> | |
| using namespace JS; | |
| // The class of the global object. | |
| static JSClass globalClass = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "jsapi.h" | |
| #include <stdio.h> | |
| using namespace JS; | |
| // The class of the global object. | |
| static JSClass globalClass = { | |
| "global", | |
| JSCLASS_GLOBAL_FLAGS, | |
| JS_PropertyStub, |