Skip to content

Commit 62dc3f6

Browse files
committed
renamed chapters
1 parent 0f561ff commit 62dc3f6

File tree

145 files changed

+956
-2721
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+956
-2721
lines changed
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 1,
6+
"metadata": {
7+
"collapsed": true
8+
},
9+
"outputs": [],
10+
"source": [
11+
"import findspark\n",
12+
"import os\n",
13+
"findspark.init()\n",
14+
"\n",
15+
"import pyspark\n",
16+
"sc = pyspark.SparkContext()"
17+
]
18+
},
19+
{
20+
"cell_type": "code",
21+
"execution_count": 4,
22+
"metadata": {
23+
"collapsed": false
24+
},
25+
"outputs": [
26+
{
27+
"data": {
28+
"text/plain": [
29+
"2"
30+
]
31+
},
32+
"execution_count": 4,
33+
"metadata": {},
34+
"output_type": "execute_result"
35+
}
36+
],
37+
"source": [
38+
"lines = sc.textFile('/home/ubuntu/work/rajdeepd-spark-ml/spark-ml/README.md')\n",
39+
"lines_nonempty = lines.filter( lambda x: len(x) > 0 )\n",
40+
"lines_nonempty.count()"
41+
]
42+
},
43+
{
44+
"cell_type": "code",
45+
"execution_count": null,
46+
"metadata": {
47+
"collapsed": true
48+
},
49+
"outputs": [],
50+
"source": []
51+
}
52+
],
53+
"metadata": {
54+
"kernelspec": {
55+
"display_name": "Python 2",
56+
"language": "python",
57+
"name": "python2"
58+
},
59+
"language_info": {
60+
"codemirror_mode": {
61+
"name": "ipython",
62+
"version": 2
63+
},
64+
"file_extension": ".py",
65+
"mimetype": "text/x-python",
66+
"name": "python",
67+
"nbconvert_exporter": "python",
68+
"pygments_lexer": "ipython2",
69+
"version": "2.7.6"
70+
}
71+
},
72+
"nbformat": 4,
73+
"nbformat_minor": 0
74+
}

Chapter_04/python/.ipynb_checkpoints/code04-checkpoint.ipynb

Lines changed: 882 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

Chapter_10/scala-spark-streaming-app/.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/IdeaProject.iml

Lines changed: 0 additions & 10 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/codeStyleSettings.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/compiler.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/copyright/profiles_settings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/encodings.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/highlighting.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT___scala_compiler_bundle_2_9_3.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__colt_colt_1_2_0.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_clearspring_analytics_stream_2_7_0.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_codahale_metrics_metrics_core_3_0_0.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_codahale_metrics_metrics_graphite_3_0_0.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_codahale_metrics_metrics_json_3_0_0.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_codahale_metrics_metrics_jvm_3_0_0.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_esotericsoftware_kryo_kryo_2_21.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_esotericsoftware_minlog_minlog_1_2.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_esotericsoftware_reflectasm_reflectasm_1_07.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_fasterxml_jackson_core_jackson_annotations_2_3_0.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_fasterxml_jackson_core_jackson_core_2_3_1.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_fasterxml_jackson_core_jackson_databind_2_3_1.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_github_fommil_netlib_core_1_1_2.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_github_rwl_jtransforms_2_4_0.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_google_code_findbugs_jsr305_1_3_9.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_google_guava_guava_14_0_1.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_ning_compress_lzf_1_0_0.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_thoughtworks_paranamer_paranamer_2_6.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_twitter_chill_2_10_0_3_6.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_twitter_chill_java_0_3_6.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Chapter_10/scala-spark-streaming-app/.idea/libraries/SBT__com_typesafe_config_1_0_2.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)