Hi, I'm not aware of any specific tools to automatically format the code specifically for Oozie, but most IDEs (I use NetBeans) should let you auto-format the code. The "How to Contribute" page here<https://cwiki.apache.org/OOZIE/how-to-contribute.html> lists the coding conventions near the bottom of the page. The most common issue I see is having lines that are too long (longer than 132 characters).
- Robert On Sun, Dec 9, 2012 at 10:12 PM, jinwei zhu <[email protected]> wrote: > Dear community, > I want to contribute some codes back, but it seems that I need > to make the code style general, so if there is some automatic tools to > format the code ? > > > > Best Regards! >
