[
https://issues.apache.org/jira/browse/PHOENIX-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14233540#comment-14233540
]
Hudson commented on PHOENIX-1484:
---------------------------------
SUCCESS: Integrated in Phoenix-3.0-hadoop1 #330 (See
[https://builds.apache.org/job/Phoenix-3.0-hadoop1/330/])
PHOENIX-1484 Index creation failed due to specifying (jtaylor: rev
8768902a6c8b8d85fcefa28fae7b7cb0d5f42924)
* phoenix-core/src/main/java/org/apache/phoenix/util/UpgradeUtil.java
* phoenix-core/src/main/java/org/apache/phoenix/util/ServerUtil.java
*
phoenix-core/src/main/java/org/apache/phoenix/iterate/MappedByteBufferSortedQueue.java
* phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
* phoenix-core/src/main/java/org/apache/phoenix/parse/ParseNodeFactory.java
*
phoenix-core/src/it/java/org/apache/phoenix/hbase/index/covered/example/EndToEndCoveredIndexingIT.java
*
phoenix-core/src/main/java/org/apache/phoenix/expression/aggregator/DistinctValueWithCountServerAggregator.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/SortMergeJoinIT.java
* phoenix-core/src/test/java/org/apache/phoenix/schema/SaltingUtilTest.java
* phoenix-core/src/main/java/org/apache/phoenix/execute/SortMergeJoinPlan.java
*
phoenix-core/src/main/java/org/apache/phoenix/iterate/MappedByteBufferQueue.java
*
phoenix-core/src/main/java/org/apache/phoenix/schema/stats/StatisticsCollector.java
*
phoenix-core/src/it/java/org/apache/phoenix/end2end/BaseTenantSpecificViewIndexIT.java
* phoenix-core/src/test/java/org/apache/phoenix/compile/QueryCompilerTest.java
> Index creation failed due to specifying DEFAULT_COLUMN_FAMILY option
> --------------------------------------------------------------------
>
> Key: PHOENIX-1484
> URL: https://issues.apache.org/jira/browse/PHOENIX-1484
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.2
> Environment: HBase 0.98.6-cdh5.2.0
> Reporter: Sun Fulin
> Assignee: rajeshbabu
> Fix For: 4.3, 3.3, 3.2.2, 4.2.2
>
> Attachments: PHOENIX-1484.patch, PHOENIX-1484_v2.patch,
> PHOENIX-1484_v3.patch
>
>
> I tryied again with phoenix 4.1 version and still got the exception.
> Following is my statements:
> 1 create table example (id integer not null,fn varchar,ln varchar
> constraint pk primary key(id)) DEFAULT_COLUMN_FAMILY='F';
> Notice that I would like to create default mutable index for the table.
> 2 create local index my_idx on example (fn) DEFAULT_COLUMN_FAMILY='F';
> Here no matter with or without specifying DEFAULT_COLUMN_FAMILY
> options we would always got the following error:
> Error: ERROR 1009 (42L02): Properties may not be defined for a view.
> (state=42L02,code=1009)
> 3 I also tried to create local index with immutable rows setting true,
> however, I still got the above error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)