svn commit: r1733556 - in /phoenix/site: publish/index.html source/src/site/markdown/index.md

2016-03-03 Thread jamestaylor
Author: jamestaylor
Date: Fri Mar  4 03:09:21 2016
New Revision: 1733556

URL: http://svn.apache.org/viewvc?rev=1733556=rev
Log:
Updates to overview

Modified:
phoenix/site/publish/index.html
phoenix/site/source/src/site/markdown/index.md

Modified: phoenix/site/publish/index.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/index.html?rev=1733556=1733555=1733556=diff
==
--- phoenix/site/publish/index.html (original)
+++ phoenix/site/publish/index.html Fri Mar  4 03:09:21 2016
@@ -209,10 +209,10 @@
  For any omitted parts, the relevant property value, 
hbase.zookeeper.quorum, hbase.zookeeper.property.clientPort, and 
zookeeper.znode.parent will be used from hbase-site.xml configuration file. The 
optional principal and keytab file may be used to connect to 
a Kerberos secured cluster. If only principal is specified, then this 
defines the user name with each distinct user having their own dedicated HBase 
connection (HConnection). This provides a means of having multiple, different 
connections each with different configuration properties on the same JVM. 
  For example, the following connection string might be used for longer 
running queries, where the longRunningProps specifies Phoenix and 
HBase configuration properties with longer timeouts:  
   
-  Connection conn = 
DriverManager.getConnection(“jdbc:phoenix:server1,server2::longRunning”,
 longRunningProps); 
+  Connection conn = 
DriverManager.getConnection(“jdbc:phoenix:my_server:longRunning”, 
longRunningProps); 
   while the following connection string might be used for shorter 
running queries: 
   
-  Connection conn = 
DriverManager.getConnection(jdbc:phoenix:server1,server2::shortRunning,
 shortRunningProps); 
+  Connection conn = 
DriverManager.getConnection(jdbc:phoenix:my_server:shortRunning, 
shortRunningProps); 
   
   


Modified: phoenix/site/source/src/site/markdown/index.md
URL: 
http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/index.md?rev=1733556=1733555=1733556=diff
==
--- phoenix/site/source/src/site/markdown/index.md (original)
+++ phoenix/site/source/src/site/markdown/index.md Fri Mar  4 03:09:21 2016
@@ -83,10 +83,10 @@ user having their own dedicated HBase co
 configuration properties on the same JVM.
 
 For example, the following connection string might be used for longer running 
queries, where the longRunningProps specifies Phoenix and HBase 
configuration properties with longer timeouts:
-Connection conn = 
DriverManager.getConnection("jdbc:phoenix:server1,server2::longRunning", 
longRunningProps);
+Connection conn = 
DriverManager.getConnection("jdbc:phoenix:my_server:longRunning", 
longRunningProps);
 while the following connection string might be used for shorter running 
queries:
 
-Connection conn = 
DriverManager.getConnection("jdbc:phoenix:server1,server2::shortRunning", 
shortRunningProps);
+Connection conn = 
DriverManager.getConnection("jdbc:phoenix:my_server:shortRunning", 
shortRunningProps);
 
 
 Not Supported




[phoenix] Git Push Summary

2016-03-03 Thread mujtaba
Repository: phoenix
Updated Tags:  refs/tags/v4.7.0-HBase-1.1-rc6 [created] 4553803e3


Jenkins build is back to normal : Phoenix | Master #1167

2016-03-03 Thread Apache Jenkins Server
See 



[phoenix] Git Push Summary

2016-03-03 Thread mujtaba
Repository: phoenix
Updated Tags:  refs/tags/v4.7.0-HBase-0.98-rc6 [created] abb1410ab


Apache-Phoenix | 4.x-HBase-0.98 | Build Successful

2016-03-03 Thread Apache Jenkins Server
4.x-HBase-0.98 branch build status Successful

Source repository https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=shortlog;h=refs/heads/4.x-HBase-0.98

Compiled Artifacts https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/lastSuccessfulBuild/artifact/

Test Report https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/lastCompletedBuild/testReport/

Changes
[rajeshbabu] PHOENIX-2575 Prevent LocalIndexIT from hanging indefinitely(Rajeshbabu)



Build times for last couple of runsLatest build time is the right most | Legend blue: normal, red: test failure, gray: timeout


phoenix git commit: PHOENIX-2575 Prevent LocalIndexIT from hanging indefinitely(Rajeshbabu)

2016-03-03 Thread rajeshbabu
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 dd8c63960 -> 990bb1558


PHOENIX-2575 Prevent LocalIndexIT from hanging indefinitely(Rajeshbabu)


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/990bb155
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/990bb155
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/990bb155

Branch: refs/heads/4.x-HBase-0.98
Commit: 990bb1558269e4b57975eaaf01613c0fec12ddaa
Parents: dd8c639
Author: Rajeshbabu Chintaguntla 
Authored: Fri Mar 4 01:10:51 2016 +0530
Committer: Rajeshbabu Chintaguntla 
Committed: Fri Mar 4 01:10:51 2016 +0530

--
 .../hadoop/hbase/regionserver/IndexHalfStoreFileReader.java  | 8 
 1 file changed, 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/990bb155/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
 
b/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
index 172486d..74c7201 100644
--- 
a/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
+++ 
b/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
@@ -449,14 +449,6 @@ public class IndexHalfStoreFileReader extends 
StoreFile.Reader {
 }
 
 @Override
-public byte[] getLastKey() {
-// This method won't get used for the index region. There is no need 
to call
-// getClosestRowBefore on the index table. Also this is a split 
region. Can not be further
-// split
-throw new UnsupportedOperationException("Method is not implemented!");
-}
-
-@Override
 public byte[] midkey() throws IOException {
 // Returns null to indicate file is not splitable.
 return null;



phoenix git commit: PHOENIX-2575 Prevent LocalIndexIT from hanging indefinitely(Rajeshbabu)

2016-03-03 Thread rajeshbabu
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.0 fd1880dba -> 8d3805a95


PHOENIX-2575 Prevent LocalIndexIT from hanging indefinitely(Rajeshbabu)


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/8d3805a9
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8d3805a9
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/8d3805a9

Branch: refs/heads/4.x-HBase-1.0
Commit: 8d3805a95d52c2088d65705bc3dbc1b9ed55b6b7
Parents: fd1880d
Author: Rajeshbabu Chintaguntla 
Authored: Fri Mar 4 01:03:36 2016 +0530
Committer: Rajeshbabu Chintaguntla 
Committed: Fri Mar 4 01:03:36 2016 +0530

--
 .../hadoop/hbase/regionserver/IndexHalfStoreFileReader.java  | 8 
 1 file changed, 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/8d3805a9/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
 
b/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
index 49e2022..18bd032 100644
--- 
a/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
+++ 
b/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
@@ -470,14 +470,6 @@ public class IndexHalfStoreFileReader extends 
StoreFile.Reader {
 }
 
 @Override
-public byte[] getLastKey() {
-// This method won't get used for the index region. There is no need 
to call
-// getClosestRowBefore on the index table. Also this is a split 
region. Can not be further
-// split
-throw new UnsupportedOperationException("Method is not implemented!");
-}
-
-@Override
 public byte[] midkey() throws IOException {
 // Returns null to indicate file is not splitable.
 return null;



phoenix git commit: PHOENIX-2575 Prevent LocalIndexIT from hanging indefinitely(Rajeshbabu)

2016-03-03 Thread rajeshbabu
Repository: phoenix
Updated Branches:
  refs/heads/master 6e7acaa45 -> 57c17ec92


PHOENIX-2575 Prevent LocalIndexIT from hanging indefinitely(Rajeshbabu)


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/57c17ec9
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/57c17ec9
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/57c17ec9

Branch: refs/heads/master
Commit: 57c17ec9299d46c1e3ec44936a73747bbececf9b
Parents: 6e7acaa
Author: Rajeshbabu Chintaguntla 
Authored: Fri Mar 4 00:53:32 2016 +0530
Committer: Rajeshbabu Chintaguntla 
Committed: Fri Mar 4 00:53:32 2016 +0530

--
 .../hadoop/hbase/regionserver/IndexHalfStoreFileReader.java  | 8 
 1 file changed, 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/57c17ec9/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
 
b/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
index 9befc8c..cbc4ed6 100644
--- 
a/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
+++ 
b/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
@@ -485,14 +485,6 @@ public class IndexHalfStoreFileReader extends 
StoreFile.Reader {
 }
 
 @Override
-public byte[] getLastKey() {
-// This method won't get used for the index region. There is no need 
to call
-// getClosestRowBefore on the index table. Also this is a split 
region. Can not be further
-// split
-throw new UnsupportedOperationException("Method is not implemented!");
-}
-
-@Override
 public byte[] midkey() throws IOException {
 // Returns null to indicate file is not splitable.
 return null;