[
https://issues.apache.org/jira/browse/HIVE-15166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Lin updated HIVE-15166:
----------------------------
Attachment: HIVE-15166.2.patch
Hi [~aihuaxu],
I have updated the patch using latest master branch. However, I am not able to
build Hive due to the following error:
{code}
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for
org.powermock:powermock-module-junit4:jar must be a valid version but is
'${powermock.version}'. @ line 782, column 16
[ERROR] 'dependencies.dependency.version' for
org.powermock:powermock-api-mockito:jar must be a valid version but is
'${powermock.version}'. @ line 788, column 16
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.apache.hive:hive:2.2.0-SNAPSHOT
(/Users/ericlin/hadoop/hive/pom.xml) has 2 errors
[ERROR] 'dependencies.dependency.version' for
org.powermock:powermock-module-junit4:jar must be a valid version but is
'${powermock.version}'. @ line 782, column 16
[ERROR] 'dependencies.dependency.version' for
org.powermock:powermock-api-mockito:jar must be a valid version but is
'${powermock.version}'. @ line 788, column 16
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
{code}
This happens on master code, so I am not able to test the change. I will see if
I can fix it. But in the mean time, can you please help to review the change
and provide me further feedback?
Thanks
> Provide beeline option to set the jline history max size
> --------------------------------------------------------
>
> Key: HIVE-15166
> URL: https://issues.apache.org/jira/browse/HIVE-15166
> Project: Hive
> Issue Type: Improvement
> Components: Beeline
> Affects Versions: 2.1.0
> Reporter: Eric Lin
> Assignee: Eric Lin
> Priority: Minor
> Attachments: HIVE-15166.2.patch, HIVE-15166.patch
>
>
> Currently Beeline does not provide an option to limit the max size for
> beeline history file, in the case that each query is very big, it will flood
> the history file and slow down beeline on start up and shutdown.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)