Hello Everyone, I built custom formatter by extending DefaultFormatter class. When I am trying to use DefaultFormatter, I am getting "Class not found" exception. Below are the steps I followed:
From local machine: $ export CLASS_PATH=$CLASS_PATH:<directory where jar exists>/*.jar $ CONNECTED to accumulo shell server $ formatter -f fully_qualified_classname -t table_name $ scan -t table ERROR: Class not found Could someone please let me know any other way to set class path for shell? Also is there anyway to debug this issue like checking current classpaths that shell is using? Thanks for your time. - Regards, Sravan
