Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
1.1.5
-
None
Description
OAM and other DB processes output information to /tmp files to help in debugging issues. All these files should be put in the columnstore temp directory, /tmp/columnstore_tmp_files
#create columnstore temp file directory
mkdir -p /tmp/columnstore_tmp_files >/dev/null 2>&1