Hi,
I am Ashwin,
I am a Storm Developer,I want to make changes to the storm source code and
build the Code with the existing changes,

Problems faced:
1)Making changes to EvenScheduler.java,when I do git checkout tags/v1.2.2,
the storm-server folder no longer exists, the final built code , doesn't
reflect the changes made in the scheduler, the log files print the old
log-messages , not the newly changed ones.

2)Secondly, I tried to make changes to EvenScheduler.clj as git checkout
removes storm-server, I thought I could make changes in the storm-core
directory.But again the changes made were not reflected in the log files.

3)Third try , I did git checkout tags/v1.2.2 and made changes to the
nimbus.clj file followed by mvn clean install, with storm-server no longer
present , I thought it would be better to make changes to the nimbus.clj
file in the storm-core directory, as it was also seconded by the nimbus.log
file which showed - "o.a.s.d-.... followed by a nimbus log message".Yet
again , I could not see the changes made in the nimbus.log file.

4)I tried making similar changes to various other clj files and looking for
changes in the corresponding log files, again I could not notice any
changes.

5)Building without the git checkout command , does not produce the
apache-tar file in the target directory.

So,From all this , I couldn't infer where I am going wrong , am I making
mistakes in building the code or am I making mistakes in making changes to
the source code.It would be very helpful if I could get a way out of
this.Can you Please help me figure out how to successfully make changes to
code and observe the changes made.


Warm regards,
Ashwin S

Reply via email to