Details
Description
In pig shell copy paste or type a long line, after about 50 chars the prompt line horizontale scroll instead of using all the width of the screen.
business =
LOAD '/user/hive/warehouse/business/yelp_academic_dataset_business_clean.json'
AS (business_id: CHARARRAY, categories: CHARARRAY, city: CHARARRAY, full_address: CHARARRAY,
latitude: FLOAT, longitude: FLOAT, name: CHARARRAY, neighborhoods: CHARARRAY,
open: BOOLEAN, review_count: INT, stars: FLOAT, state: CHARARRAY, type: CHARARRAY);