{"id":19476232,"url":"https://github.com/pgaref/play2sdg","last_synced_at":"2025-10-14T23:56:18.063Z","repository":{"id":30085963,"uuid":"33635593","full_name":"pgaref/play2sdg","owner":"pgaref","description":"Coming soon..","archived":false,"fork":false,"pushed_at":"2016-01-12T11:07:30.000Z","size":981,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-08T06:35:44.346Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pgaref.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-08T22:28:54.000Z","updated_at":"2016-05-07T11:47:55.000Z","dependencies_parsed_at":"2022-08-28T18:24:34.157Z","dependency_job_id":null,"html_url":"https://github.com/pgaref/play2sdg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgaref%2Fplay2sdg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgaref%2Fplay2sdg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgaref%2Fplay2sdg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgaref%2Fplay2sdg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgaref","download_url":"https://codeload.github.com/pgaref/play2sdg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240701173,"owners_count":19843653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T19:37:41.556Z","updated_at":"2025-10-14T23:56:13.038Z","avatar_url":"https://github.com/pgaref.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is your new Play 2.0 application\n=====================================\n\nThis file will be packaged with your application, when using `play dist`.\n\n\nWombat Dependencies Installation\n============================================\n1)HDFS Installation\nwget http://archive.cloudera.com/cdh4/one-click-install/precise/amd64/cdh4-repository_1.0_all.deb\nsudo dpkg -i cdh4-repository_1.0_all.deb\nsudo apt-get update; sudo apt-get install hadoop-hdfs-datanode\nsudo service hadoop-hdfs-datanode stop\nsudo apt-get install hadoop-client\n\n#On NameNode\nsudo mkdir -p /data/1/dfs/nn /nfsmount/dfs/nn\n\n#On DataNodes\nsudo mkdir -p /data/1/dfs/dn /data/2/dfs/dn /data/3/dfs/dn /data/4/dfs/dn\nsudo chown -R hdfs:hdfs /data/1/dfs/nn /nfsmount/dfs/nn /data/1/dfs/dn /data/2/dfs/dn /data/3/dfs/dn /data/4/dfs/dn\n\nFrom an existing data-node: scp -r /etc/hadoop/conf.mesos/ pg1712@wombat28.doc.res.ic.ac.uk:~/\nsudo mv conf.mesos/ /etc/hadoop/\nsudo chown -R root:hadoop /etc/hadoop/conf.mesos\n\nsudo update-alternatives --install /etc/hadoop/conf hadoop-conf /etc/hadoop/conf.mesos 50\nsudo update-alternatives --set hadoop-conf /etc/hadoop/conf.mesos\nsudo service hadoop-hdfs-datanode start\n\n\n2)Mesos Worker\nFrom another working node: scp -r mesos-0.22.1 pg1712@wombat28.doc.res.ic.ac.uk:~/\nsudo apt-get install scala\n-\u003e export SCALA_HOME=/usr/share/java\nexport JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64\ncd mesos-0.22.1/build/\nsudo sh my-mesos-slave.sh \n\n\n3)Spark Driver\nCurrent working spark version: spark-1.1.0\nOn the master: \nhadoop version\nSPARK_HADOOP_VERSION=2.0.0-cdh4.7.0 sbt/sbt clean assembly\n./make-distribution.sh --tgz -Dhadoop.version=2.0.0-cdh4.7.0\nsudo -u hdfs hadoop fs -put spark-1.1.0-bin-2.0.0-cdh4.7.0.tgz /\nsudo -u hdfs hadoop fs -chmod 755 /spark-1.1.0-bin-2.0.0-cdh4.7.0.tgz\nsudo -u hdfs hadoop fs -chown pg1712:pg1712 /spark-1.1.0-bin-2.0.0-cdh4.7.0.tgz\nTesting functionality:\n./bin/spark-submit --class org.apache.spark.examples.SparkPi ./dist/lib/spark-examples-1.1.0-hadoop2.0.0-cdh4.7.0.jar 100000\n\n##Mesos Dependencies\nsudo apt-get install build-essential\nsudo apt-get install python-dev python-boto\nsudo apt-get install libcurl4-nss-dev\nsudo apt-get install libsasl2-dev\nsudo apt-get install maven\nsudo apt-get install libapr1-dev\nsudo apt-get install libsvn-dev\n\n##Building \nmkdir build\ncd build\n../configure\nmake\nmake check\n\n\n##LibCurl error fix: sudo apt-get install libcurl3; sudo ln -s /usr/lib/libcurl.so.3.0.0 /usr/lib/libcurl.so.3\nsudo apt-get install libcurl4-gnutls-dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgaref%2Fplay2sdg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgaref%2Fplay2sdg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgaref%2Fplay2sdg/lists"}