nkalmar commented on pull request #2308: URL: https://github.com/apache/hbase/pull/2308#issuecomment-705638394
Okay, I set the session name back to main. But I cheated. Basically I hardcoded the session name to be main. Is this ok? with the patch it changed how it gets the session name. How I understand is it works by getting the top level class. It used to be main, but now it's the object we use to send command to hbase. Here's the hardcoded change: `:PROMPT_I => "%N(main):%03n:%i> ",` And it should look like something like this, if we don't want to hardcode "main" into it: `%N(%m):%03n:%i> ` So %m is getting the session name, but not the one we want. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
