Skip to content

Commit

Permalink
HBase -> Cassandra app name oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
MLnick committed Jun 4, 2014
1 parent 3f90c3e commit 1eaa08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/main/python/cassandra_inputformat.py
Expand Up @@ -59,7 +59,7 @@
host = sys.argv[1]
keyspace = sys.argv[2]
cf = sys.argv[3]
sc = SparkContext(appName="HBaseInputFormat")
sc = SparkContext(appName="CassandraInputFormat")

conf = {"cassandra.input.thrift.address":host,
"cassandra.input.thrift.port":"9160",
Expand Down

0 comments on commit 1eaa08b

Please sign in to comment.