Member since
12-12-2016
9
Posts
8
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3795 | 02-21-2017 01:00 PM | |
3939 | 02-08-2017 01:42 PM |
02-22-2017
07:59 AM
How about https://phoenix.apache.org/language/functions.html#to_date ?
... View more
02-21-2017
02:28 PM
Could you try to run Squirell SQL in the changed time zone by setting the "-Duser.timezone=<timezone>" JVM parameter? On what operating system are you running Squirell SQL?
... View more
02-21-2017
02:21 PM
Yes, I think it will be something related to the Squirrel SQL timezone settings.
... View more
02-21-2017
01:00 PM
1 Kudo
Could you please check if you use sqlline.py instead of Squirrel SQL is the problem occurs?
... View more
02-14-2017
02:58 PM
3 Kudos
Hello, the short answer is yes. For example HBase stores all of its files on HDFS, so these files will be replicated based on the replication factor of the underlying HDFS configuration. HBase itself does not even take care of storing data multiple times, because it is the responsibility of the underlying file system.
... View more
02-08-2017
03:37 PM
Could you please try putting the separator inside double quotes? Like -Dimporttsv.separator=","
... View more
02-08-2017
01:42 PM
4 Kudos
@Anubhav Raikar Use reverse order of the filters: scan 'dept_tbl',{FILTER => "SingleColumnValueFilter('cf1','dept_no',=,'binary:10') AND MultipleColumnPrefixFilter('dept_name')"} The order of the filter matters here.
... View more