Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HowToUseConcurrencyAnalysisTools" page has been changed by KonstantinBoudnik. http://wiki.apache.org/hadoop/HowToUseConcurrencyAnalysisTools?action=diff&rev1=6&rev2=7 -------------------------------------------------- Now, you'll need a license. Apache committers can [[https://svn.apache.org/repos/private/committers/donated-licenses/surelogic|download it from here]]. All you need is your Apache SVN password. - Hadoop's projects will eventually automatically pull down annotations jar (aka "Promises") at the build time thus the source code with annotations should be compiled just fine. The patches like [[HDFS-801| this are ready]] but will be applied later. + Hadoop's projects will eventually automatically pull down annotations jar (aka "Promises") at the build time thus the source code with annotations should be compiled just fine. The patches like [[https://issues.apache.org/jira/browse/HDFS-801| this are ready]] but will be applied later. - If you'd like to add !SureLogic analysis to your Apache's project, you will need to configure your build to automatically download and use annotation jar file to make your compiler aware about these. It is simple enough to do thanks to Maven. You can take a look to [[HDFS-801| to use its patch]] for your project as soon as it's committed. + If you'd like to add !SureLogic analysis to your Apache's project, you will need to configure your build to automatically download and use annotation jar file to make your compiler aware about these. It is simple enough to do thanks to Maven. You can take a look to [[https://issues.apache.org/jira/browse/HDFS-801| to use its patch]] for your project as soon as it's committed. === Some examples of annotations and how to use them === HDFS, !MapReduce, and !ZooKeeper already has some !SureLogic annotations in their source code. Here's some examples from HDFS.
