jmark99 commented on issue #1977: URL: https://github.com/apache/accumulo/issues/1977#issuecomment-808346830
I'm not sure this is failing as much as the return from the config -f call is failing to display result properly. If you set the context then then use the -t option along with the -f option it appears to be set. <pre> root@uno> createtable foo root@uno foo> config -t foo -s table.classpath.context=cx1 root@uno foo> config -f classpath -t foo -----------+----------------------------+----------------------------------------------------------------- SCOPE | NAME | VALUE -----------+----------------------------+----------------------------------------------------------------- default | table.classpath.context .. | table | @override ............. | cx1 -----------+----------------------------+----------------------------------------------------------------- root@uno foo> config -f classpath -----------+-------------------------------+-------------------------------------------------------------- SCOPE | NAME | VALUE -----------+-------------------------------+-------------------------------------------------------------- default | general.classpaths .......... | default | general.dynamic.classpaths .. | default | general.vfs.classpaths ...... | default | table.classpath.context ..... | -----------+-------------------------------+-------------------------------------------------------------- root@uno foo> config -f classpath -t foo -----------+-------------------------------+-------------------------------------------------------------- SCOPE | NAME | VALUE -----------+-------------------------------+-------------------------------------------------------------- default | table.classpath.context ..... | table | @override ................ | cx1 -----------+-------------------------------+-------------------------------------------------------------- </pre> -- 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]
