Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

insert csv to hive table

##Puting files into Hadoop
hdfs dfs -put winequality-red.csv /user/hive/warehouse/wines_red

##Another way(If file exists it will load new file with with _copy text ) 
##though put command will give error if file already exists.
load data local 'Desktop/winequality-red.csv' into table wines_red;
Comment

PREVIOUS NEXT
Code Example
Shell :: httpd package not found 
Shell :: start spark-shell with more heap space 
Shell :: autpep8 format 
Shell :: git merge branch not including all the file 
Shell :: Update or Remove Single Entry from Known Hosts 
Shell :: restore gpg key 
Shell :: vscode unable to resolve your shell environment 
Shell :: npm uppy 
Shell :: find directory inodes usage 
Shell :: i want to merge head with master in git 
Shell :: use lines from file for bash command 
Shell :: The last character of the "bash" prompt is usually 
Shell :: ring packages 
Shell :: boot manager linux install code 
Shell :: command to delete all files ending in .js in current and subdirectories 
Shell :: how to add user and password as alias in linux 
Shell :: not found the requested url was not found on this server. apache/2.4.41 (ubuntu) server 
Shell :: linux find files not cintaining a string 
Shell :: 14 http://packages.ros.org/ros/ubuntu bionic InRelease The following signatures were invalid: EXPKEYSIG F42ED6FBAB17C654 Open Robotics <info@osrfoundation.org Fetched 4,680 B in 3s (1,803 B/s) 
Shell :: OPEN ROOT FOLDER IN KLI 
Shell :: install pghero in rds postgresql 
Shell :: setting the CLASSPATH to temp libs in linux 
Shell :: kali install ghost newwork command 
Shell :: oepn file in linux shell 
Shell :: install torch librosa 
Shell :: Prerequisite packages installation for Docker 
Shell :: install scratchpad jupyter notebook 
Shell :: ubuntu check installed qt version 
Shell :: gk420t driver windows 
Shell :: hwo to run a .bat file on a remote windows host 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =