Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
reddysant committed Sep 13, 2019
1 parent 5bf72bb commit 4be6d07
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .ipynb_checkpoints/Untitled-checkpoint.ipynb

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
2 changes: 1 addition & 1 deletion test-kafka-spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
print(3)
lines = kafkaStream.map(lambda x: x[1])
lines.pprint()
lines.pprint()

ssc.start()
ssc.awaitTermination()

0 comments on commit 4be6d07

Please sign in to comment.