It is also possible because of HTTP resources are not loaded. I run into
this daily, because of an extension I am using which refuses to load unsafe
scripts from HTTPS links which I default to.
Usually, web sites also host the CSS and javascript files referred instead
of hot linking them. Maybe we
bq. This will @ hbase-site.xml?
Yes.
bq. can I pur my jar containing SuffixFilter class into hbase.rootdir?
Better create a sub-folder under the rootdir.
On Fri, Apr 17, 2015 at 1:58 PM, Jeetendra Gangele
wrote:
> This will @ hbase-site.xml?
>
> can I pur my jar containing SuffixFilter class
This will @ hbase-site.xml?
can I pur my jar containing SuffixFilter class into hbase.rootdir?
On 18 April 2015 at 02:19, Ted Yu wrote:
> bq. Hbase 0.98.4 so this feature already should be there?
>
> Yes.
>
> Drop the class containing SuffixFilter class in location specified by
> hbase.dynamic.
bq. Hbase 0.98.4 so this feature already should be there?
Yes.
Drop the class containing SuffixFilter class in location specified by
hbase.dynamic.jars.dir
config. Then region server should be able to find it.
On Fri, Apr 17, 2015 at 10:22 AM, Jeetendra Gangele
wrote:
> I am using Hbase 0.98.4
Dear HBase experts,
I have a Hadoop cluster which has Hive, HBase installed along with other Hadoop
components. I am currently exploring ways to automate a data migration process
from Hive to HBase which involves new columns of data added ever so often. I
was successful in creating a HBase ta
Sorry, but …
We are in violent agreement.
If done wrong it can and will kill you.
Murphy’s law. If there’s more than one way to do something … the wrong way will
be chosen, so where does that leave you?
And then what hasn’t been said is the security concern which is odd because
with XASecur
I am using Hbase 0.98.4 so this feature already should be there?
problem is FilterList class(when we add this filter) not able to find the
SuffixFilter
On 17 April 2015 at 22:47, Jeetendra Gangele wrote:
> Yes I used inside my project. This project will build the jar that jar I
> added with clas
bq. build the jar
The jar needs to be accessible by each region server.
See HBASE-1936 for details.
On Fri, Apr 17, 2015 at 10:17 AM, Jeetendra Gangele
wrote:
> Yes I used inside my project. This project will build the jar that jar I
> added with classpath when running the job
>
> On 17 April 2
Yes I used inside my project. This project will build the jar that jar I
added with classpath when running the job
On 17 April 2015 at 22:40, Ted Yu wrote:
> bq. java.io.IOException: java.lang.ClassNotFoundException:
> com.insideview.yam.HbaseClient.SuffixFilter
>
> I assume you copied SuffixFil
bq. java.io.IOException: java.lang.ClassNotFoundException:
com.insideview.yam.HbaseClient.SuffixFilter
I assume you copied SuffixFilter class to your insideview project. How did
you deploy the jar containing SuffixFilter to hbase cluster ?
See HBASE-1936 for more details where hbase.dynamic.jars.d
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.refle
Here is an example
from
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
:
byte[] suffix =
ByteUtil.concat(QueryConstants.SEPARATOR_BYTE_ARRAY,
SchemaUtil.getTableNameAsBytes(schemaName, tableName));
SuffixFilter rowFilter = new SuffixFilter(suff
filterRowKey what is these arguments? Can you please explain lets say I
have data like abcde_12345 similary way
and I want to scan all the records ending with "12345" what should I pass
to this function?
On 16 April 2015 at 20:12, Ted Yu wrote:
> Please take a look
> at
> phoenix-core/src/main/
13 matches
Mail list logo