[
https://issues.apache.org/jira/browse/HIVE-2466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13145214#comment-13145214
]
Namit Jain commented on HIVE-2466:
----------------------------------
[javac] Compiling 680 source files to
/data/users/njain/hive_commit2/build/ql/classes
[javac]
/data/users/njain/hive_commit2/ql/src/java/org/apache/hadoop/hive/ql/exec/MapJoinOperator.java:191:
cannot find symbol
[javac] symbol : method
generatePath(java.lang.String,java.lang.Byte,java.lang.String)
[javac] location: class org.apache.hadoop.hive.ql.exec.Utilities
[javac] String filePath = Utilities.generatePath(baseDir, pos,
currentFileName);
Can you refresh ?
I am getting the above error in compiling.
Also, create a arc diff entry for helping reviewing.
> mapjoin_subquery dump small table (mapjoin table) to the same file
> -------------------------------------------------------------------
>
> Key: HIVE-2466
> URL: https://issues.apache.org/jira/browse/HIVE-2466
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Affects Versions: 0.7.1
> Reporter: binlijin
> Assignee: binlijin
> Priority: Blocker
> Attachments: D285.1.patch, hive-2466.1.patch, hive-2466.2.patch,
> hive-2466.3.patch
>
>
> in mapjoin_subquery.q there is a query:
> SELECT /*+ MAPJOIN(z) */ subq.key1, z.value
> FROM
> (SELECT /*+ MAPJOIN(x) */ x.key as key1, x.value as value1, y.key as key2,
> y.value as value2
> FROM src1 x JOIN src y ON (x.key = y.key)) subq
> JOIN srcpart z ON (subq.key1 = z.key and z.ds='2008-04-08' and z.hr=11);
> when dump x and z to a local file,there all dump to the same file, so we lost
> the data of x
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira