Skip to content

Instantly share code, notes, and snippets.

View satyajeetmaharana's full-sized avatar
🌏
Working from home

Satyajeet Maharana satyajeetmaharana

🌏
Working from home
View GitHub Profile
import React from "react";
import { BrowserRouter as Router, Switch, Route } from "react-router-dom";
import "./App.css";
import 'bootstrap/dist/css/bootstrap.min.css';
function AppRouter() {
return (
@satyajeetmaharana
satyajeetmaharana / QuickSparkTutorial.md
Last active June 14, 2020 19:48
A quick Apache Spark tutorial (on your local machine)

A quick Apache Spark tutorial (on your local machine)

There are many ways to start with and learn Spark. This is one of the ways you can do on your local machine.

Using Spark on your local machine

I prefer using the VirtualBox VM. You can download it here :

https://www.virtualbox.org/

@satyajeetmaharana
satyajeetmaharana / Readme.md
Last active February 13, 2020 01:57
Accessing Spark on the NYU HPC Dumbo

How to run Spark on NYU Dumbo Cluster

NYU’s Hadoop Cluster, Dumbo

There is an NYU HPC Hadoop cluster (Dumbo) available for homework and projects - this is available to students registered for the course at no charge.

Support