efault | a| NULL | MINOR | attempted | NULL
| 0 |
+---+--++++++--+
6 rows selected (0.065 seconds)
0: jdbc:hive2://hadoop1.openstacksetup.com:21>
>
>
fic partition or all of them?
>
> On 10/25/16, 12:47 AM, "aft" wrote:
>
>>Hi,
>>
>>Table created with this :
>>
>>$hive>create table syslog_staged (id string, facility string,
>>sender string, severity string, tstamp string, service str
On Tue, Oct 25, 2016 at 6:11 AM, Rajendra Bhat wrote:
> Hi,
>
> i am getting below error on create extrnal table. I have copied
> hadoop-aws-2.7.1.jar and aws-java-sdk-1.7.4.jar to hive_home/lib folder.
> please let me know where should need to place supporting jar..
>
>
> hive> create external ta
Hi,
Table created with this :
$hive>create table syslog_staged (id string, facility string,
sender string, severity string, tstamp string, service string, msg
string) partitioned by (hostname string, year string, month string,
day string) clustered by (id) into 20 buckets stored as orc
tblpr