Hi Nishani, 4.0 branch[1] what ever James mentioned is the development branch for 4.4 version. It has all the code for tracing[2] & [3]. So you can clone, setup, build and start working on it.
git clone https://github.com/apache/phoenix.git --branch 4.0 To setup/build mvn clean install -DskipTests mvn eclipse:eclipse [1]. https://github.com/apache/phoenix/tree/4.0 [2]. http://phoenix.apache.org/tracing.html [3]. https://issues.apache.org/jira/browse/PHOENIX-1115 Thanks, Rajeshbabu. On Sat, Mar 21, 2015 at 11:48 AM, Ayola Jayamaha <[email protected]> wrote: > Hi All, > > I just came across a small conflict over the versions given for allowing > tracing information (trace on/off).[1-3] > > I referred above 3 links and they seem to be giving quite conflicting info. > [1] Says you need Phoenix 4.1.0 to enable tracing. > > In [2] it says trace on/off is solved on version 4.4.0 > <https://issues.apache.org/jira/browse/PHOENIX/fixforversion/12329581> > > [3] James had mentioned that I need to install 4.0 branch to enable the > feature. > > So what will be the best version for me to install in order to resolve > PHOENIX-1118 <https://issues.apache.org/jira/browse/PHOENIX-1118>? > > Also I'm at the initial phase of writing my proposal for GSoC 2015. And I'd > like to get the feedback from you all. What is the most preferred way of > sharing my documents (Google docs/ Emails etc) ? > > If there are any other requirements for this particular task that have not > been mentioned in the threads or discussed by me can you please inform me? > [4] Gives some idea the manner I approach the problem. Am I in the correct > path? > > Thanks. > > BR, > Nishani. > > > > > [1] http://phoenix.apache.org/tracing.html > [2] https://issues.apache.org/jira/browse/PHOENIX-1115 > [3] > > https://issues.apache.org/jira/browse/PHOENIX-1118?focusedCommentId=14351749&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14351749 > [4] > > http://mail-archives.apache.org/mod_mbox/phoenix-dev/201503.mbox/%3CJIRA.12730002.1406339248000.154603.1426841679769%40Atlassian.JIRA%3E > > On Sat, Mar 21, 2015 at 8:43 AM, Ayola Jayamaha <[email protected]> > wrote: > > > > > On Sat, Mar 21, 2015 at 8:07 AM, Jesse Yates <[email protected]> wrote: > > > >> nnotations. > > > > > > Hi Jesse, > > > > Thanks for the quick and informative reply. I would be sure to go through > > all the resources regarding tracing that you have shared. > > > > I'm so happy and honored for the chance of interaction with you who wrote > > tracing for phoenix. I would be needing more assistance from you given > that > > I'm implementing a task where you have expectancy.(visualizing tracing > > information). I hope to I can take tracing which you created for Phoenix > to > > the next level - visualize > > > > I'd be so glad to update your documentation as I'm a keen writer and > have > > considerable experience and passion in technical writing as I too > maintain > > my personal blog for sharing knowledge.[1] > > > > Thanks. > > > > BR, > > Nishani. > > > > [1] http://ayolajayamaha.blogspot.com > > > > > > > > -- > > Best Regards, > > Ayola Jayamaha > > > > > > > > > > > -- > Best Regards, > Ayola Jayamaha >
