scagnetti
scagnetti

Reputation: 1507

storm-starter's PrintSampleStream example instruction

the PrintSampleStream example in storm-starter project notes the following:

// to use this example, uncomment the twitter4j dependency information in the project.clj,
// uncomment storm.starter.spout.TwitterSampleSpout, and uncomment this class

the uncomment instructions are straightforward, but where is project.clj?

Upvotes: 0

Views: 161

Answers (1)

gasparms
gasparms

Reputation: 3354

File "project.clj" is in the root directory of the project. See the github https://github.com/nathanmarz/storm-starter and uncomment twitter4j dependency in https://github.com/nathanmarz/storm-starter/blob/master/project.clj.

Upvotes: 2

Related Questions