[
https://issues.apache.org/jira/browse/TAJO-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14148968#comment-14148968
]
Niv Zvi edited comment on TAJO-1071 at 9/26/14 9:31 AM:
--------------------------------------------------------
Hi,
I followed the instructions at
[http://tajo.apache.org/docs/0.8.0/configuration/preliminary.html] and created
a config file under conf directory.
It's content now looks as follows:
{noformat}
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>tajo.cli.print.pause</name>
<value>false</value>
</property>
</configuration>
{noformat}
I have also stopped and started Tajo but still getting the same results.
What am I missing?
{noformat}
$ ls -l
total 28
-rw-rw-r--. 1 agmap agmap 909 Apr 23 12:38 catalog-site.xml.template
-rw-rw-r--. 1 agmap agmap 1329 Apr 23 12:38 configuration.xsl
-rw-rw-r--. 1 agmap agmap 2521 Apr 23 12:38 log4j.properties
-rwxrwxr-x. 1 agmap agmap 2594 Sep 23 17:56 tajo-env.sh
-rwxr-xr-x. 1 agmap agmap 993 Sep 26 13:15 tajo-site.xml
-rw-rw-r--. 1 agmap agmap 993 Sep 26 13:12 tajo-site.xml.template
-rw-rw-r--. 1 agmap agmap 9 Apr 23 12:38 workers
{noformat}
Thanks,
Niv
was (Author: nivo999):
Hi,
I followed the instructions at
[http://tajo.apache.org/docs/0.8.0/configuration/preliminary.html] and created
a config file under conf directory.
It's content now looks as follows:
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>tajo.cli.print.pause</name>
<value>false</value>
</property>
</configuration>
I have also stopped and started Tajo but still getting the same results.
What am I missing?
Thanks,
Niv
> should be possible to get long query results with no prompt
> -----------------------------------------------------------
>
> Key: TAJO-1071
> URL: https://issues.apache.org/jira/browse/TAJO-1071
> Project: Tajo
> Issue Type: Improvement
> Components: cli
> Affects Versions: 0.8.0
> Reporter: Niv Zvi
> Priority: Minor
>
> Hi,
> I need to be able to run queries in batch mode, however, when the query
> result is long, I get a message to that I need to conform in order to
> continue:
> continue... ('q' is quit)
> If I run this using my scheduler, the job gets stuck.
> Is it possible to add a way to override this limitation and get the entire
> query result back?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)