remove missing space in shell script name
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/7b30fc7d Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/7b30fc7d Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/7b30fc7d Branch: refs/heads/develop Commit: 7b30fc7dec4c0fd87c657b455915d33666d0f5e9 Parents: 4c58539 Author: Lisa Owen <[email protected]> Authored: Fri Sep 30 17:35:53 2016 -0700 Committer: Lisa Owen <[email protected]> Committed: Fri Sep 30 17:35:53 2016 -0700 ---------------------------------------------------------------------- pxf/InstallPXFPlugins.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/7b30fc7d/pxf/InstallPXFPlugins.html.md.erb ---------------------------------------------------------------------- diff --git a/pxf/InstallPXFPlugins.html.md.erb b/pxf/InstallPXFPlugins.html.md.erb index d638d6d..88307d8 100644 --- a/pxf/InstallPXFPlugins.html.md.erb +++ b/pxf/InstallPXFPlugins.html.md.erb @@ -58,7 +58,7 @@ PXF software must be installed on *each* node in your cluster. On the HBase Master node: ``` shell - $ su -l hbase -c "/usr/hdp/current/hbase-master/bin/hbase-daemon. sh restart master; sleep 25" + $ su -l hbase -c "/usr/hdp/current/hbase-master/bin/hbase-daemon.sh restart master; sleep 25" ``` On an HBase Region Server node:
