Hi Dave, ilh_trafinit script does some of the initialization work (sqgen and initialize trafodion).
Maybe that script can be break into two: one that stops the current env, and the other that do the init work. For me, these are tasks commonly involved: install, start, stop, init, repair. We may have a master script for each task. Thanks --Qifan On Fri, Feb 19, 2016 at 12:16 PM, Dave Birdsall <[email protected]> wrote: > Hi, > > > > I frequently forget to do an sqgen when setting up a new workstation > instance. And sometimes forget to do the install_traf_components step too. > Which costs me time as I stop to figure out what I’m doing wrong then find > my place in the rote recipe in the Trafodion Contributor’s Guide. > > > > I’m wondering though: Is it really necessary for these to be separate > steps? For example, could install_traf_components be combined with > install_local_hadoop? Or perhaps combine both install_traf_components and > sqgen with sqstart? This would simplify setting up a development > environment. > > > > Thanks, > > > > Dave > -- Regards, --Qifan
