$ tzselect
Please identify a location so that time zone rules can be set correctly.
Please select a continent or ocean.
1) Africa
2) Americas
3) Antarctica
4) Arctic Ocean
5) Asia
6) Atlantic Ocean
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
{ | |
"AWSTemplateFormatVersion" : "2010-09-09", | |
"Description" : "ElasticSearch Cluster.", | |
"Parameters" : { | |
"KeyName": { | |
"Description" : "The name of an existing key pair to enable SSH access to Amazon EC2 instances", | |
"Type": "String", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
# -*- coding: utf-8 -*- | |
import pyspark | |
from pyspark.sql import SQLContext | |
# +--------------+---------+------------------+ | |
# | doc_id| token| tfidf| | |
# +--------------+---------+------------------+ | |
# |R13E0LFYMKV62T| |12.613611576441143| | |
# |R1QYQ8ZJ9LS8L9| high|11.634883586257445| |
OlderNewer