Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gstein/riak_wiki into gst…
Browse files Browse the repository at this point in the history
…ein-master
  • Loading branch information
Mark Phillips committed Dec 1, 2011
2 parents 115be5d + 62dd961 commit 64ff43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion attachments/load_stocks.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
%w[rubygems csv time riak].each{|lib| require lib}

client = Riak::Client.new # or: Riak::Client.new(:port => 8097)
client = Riak::Client.new # or: Riak::Client.new(:port => 8087)
bucket = client['goog']

quotes = CSV.read 'goog.csv'
Expand Down
Expand Up @@ -54,7 +54,7 @@ the following ports:**
on the following ports:**
- web_port: TCP:8098
- pb_port: TCP:8097
- pb_port: TCP:8087
One important note: if you do add the `inet_dist_listen_min` and
`inet_dist_listen_max` entries to riak/etc/app.config, you need to kill off any
Expand Down

0 comments on commit 64ff43f

Please sign in to comment.