Skip to content

Instantly share code, notes, and snippets.

# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#!/bin/bash
NO_OUTPUT="$1"
# Should already be logged in but it can't hurt
ibmcloud cr login 1>/dev/null
if [[ "${NO_OUTPUT}" == "true" ]]; then
if [ ! -d "/home/project/airflow" ]
then
We can't make this file beautiful and searchable because it's too large.
# weather package:nycflights13 R Documentation
#
# Hourly weather data
#
# Description:
#
# Hourly meterological data for LGA, JFK and EWR.
#
# Usage:
#
We can't make this file beautiful and searchable because it's too large.
# weather package:nycflights13 R Documentation
#
# Hourly weather data
#
# Description:
#
# Hourly meterological data for LGA, JFK and EWR.
#
# Usage:
#
We can't make this file beautiful and searchable because it's too large.
# weather package:nycflights13 R Documentation
#
# Hourly weather data
#
# Description:
#
# Hourly meterological data for LGA, JFK and EWR.
#
# Usage:
#
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
16625.08
16688.47
16679.86
16863.24
16836.74
16951.97
16955.08
17091.14
17196.55
17446.29
Sample text input for IBM MapReduce course.
import java.io.IOException;
import java.net.URI;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.IOUtils;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.SequenceFile;
import org.apache.hadoop.io.Text;
import java.io.IOException;
import java.util.StringTokenizer;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Job;
import org.apache.hadoop.mapreduce.Mapper;
import org.apache.hadoop.mapreduce.Reducer;
public class Trial1 {
public static void main(String s[]) {
System.out.println("This works like a champ");
}
}