[ 
https://issues.apache.org/jira/browse/HADOOP-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526341
 ] 

stack commented on HADOOP-1720:
-------------------------------

Edward: How are you making these patches?  They don't apply for me.  Do they 
for you?  Looking at the patch I cannot see anything obviously wrong.  Here is 
the complaint:
{code}
durruti:~/Documents/checkouts/hadoop-trunk stack$ patch -p0 < 
~/Desktop/hql_v19.patch
(Stripping trailing CRs from patch.)
patching file src/contrib/hbase/src/java/org/apache/hadoop/hbase/Shell.java
patching file 
src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/DeleteCommand.java
Hunk #1 FAILED at 20.
1 out of 1 hunk FAILED -- saving rejects to file 
src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/DeleteCommand.java.rej
(Stripping trailing CRs from patch.)
patching file 
src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/CreateCommand.java
patching file 
src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HelpManager.java
Hunk #1 succeeded at 40 with fuzz 2 (offset -1 lines).
missing header for unified diff at line 258 of patch
can't find file to patch at input line 258
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|         + "licensed to Apache Software Foundation.\n"
--------------------------
File to patch: 
{code}
... which is a strange complaint when I stare at the supposed problematic line. 
 It seems fine to me.

I was in the middle of hand-fixing v18.  Let me start now on v19 and try and 
give you some feedback.

> [HbaseShell] Addition of HQL (Hbase Query Language) support in Hbase Shell
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-1720
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1720
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>    Affects Versions: 0.14.0
>         Environment: all environments
>            Reporter: Inchul Song
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: hql_v01.patch, hql_v02.patch, hql_v03.patch, 
> hql_v04.patch, hql_v05.patch, hql_v06.patch, hql_v07.patch, hql_v08.patch, 
> hql_v09.patch, hql_v10.patch, hql_v11.patch, hql_v12.patch, hql_v13.patch, 
> hql_v14.patch, hql_v15.patch, hql_v16.patch, hql_v17.patch, hql_v18.patch, 
> hql_v19.patch
>
>
> We have defined the HQL (Hbase Query Language), which is a "more" SQL-like 
> query language for Hbase, for use in Hbase Shell. HQL is not intended to 
> fully support the SQL syntax and semantics. HQL, instead, is developed to 
> make it easy to manipulate tables in Hbase through the Hbase Shell command 
> line, without using programming APIs.
> You can find more information about HQL in 
> http://wiki.apache.org/lucene-hadoop/Hbase/HbaseShell/HQL.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to