When I enter some erroneous command in a Pig interactive shell environment, it enters into listening mode (>>) like below. How do I safely come out of this command, but still stay in the pig shell environment?
Ctrl + C takes me out of the pig shell and I lose my environment setup till that point.
**grunt> Test_group = group Block2_Prep_filter by (page_visit_id as grp_page_visit_id, page_user_guid as grp_page_user_guid);
>> ;
>>
>>**
quit
command or ending withCtrl-C
but then somehow it overrides existing keymap settings and then all mybackspace
is converted to^H
– Seeto